diff options
author | 2003-07-22 18:40:25 +0000 | |
---|---|---|
committer | 2003-07-22 18:40:25 +0000 | |
commit | a302674ca18d14375603c89450e517de32b0741c (patch) | |
tree | 35ba4889cf4a63fafecfb59672298915139f501f | |
parent | now that gcc generates "correct" calls to the quad emulation library and (diff) | |
download | wireguard-openbsd-a302674ca18d14375603c89450e517de32b0741c.tar.xz wireguard-openbsd-a302674ca18d14375603c89450e517de32b0741c.zip |
openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert.
-rw-r--r-- | gnu/egcs/gcc/config/sparc/openbsd64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/sparc/openbsd64.h b/gnu/egcs/gcc/config/sparc/openbsd64.h index 7ef9d41221c..cba0919547f 100644 --- a/gnu/egcs/gcc/config/sparc/openbsd64.h +++ b/gnu/egcs/gcc/config/sparc/openbsd64.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (sparc64 OpenBSD ELF)") -/* A 64 but v9 complier in a Medium/Mid code model. */ +/* A 64 bit v9 complier in a Medium/Mid code model. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT \ |