diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-22 18:40:26 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-22 18:40:26 +0000 |
commit | 6560be1efc90eacdfb9e5bd0d33c93644ffa4adb (patch) | |
tree | c3bb222deb497605aa6fb266650d335e9eb17417 | |
parent | daae3baaba66796c01a80f818f7d3fa90d189fb8 (diff) |
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 \ |