diff options
author | obrien <obrien@FreeBSD.org> | 2008-09-01 23:09:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-09-01 23:09:45 +0000 |
commit | 34e07c5340d718278aa401c0a651ec9f79da700d (patch) | |
tree | d1fc97ad391671c7cd3e7c8e7ff0a86c78c7ed18 /contrib/gcc | |
parent | 595c9597247bc21c2702fb37ffb57643ef422d67 (diff) | |
download | FreeBSD-src-34e07c5340d718278aa401c0a651ec9f79da700d.zip FreeBSD-src-34e07c5340d718278aa401c0a651ec9f79da700d.tar.gz |
We're not quite ready for the full %(endian_spec).
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/mips/freebsd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gcc/config/mips/freebsd.h b/contrib/gcc/config/mips/freebsd.h index 9dca720..f4b1cf5 100644 --- a/contrib/gcc/config/mips/freebsd.h +++ b/contrib/gcc/config/mips/freebsd.h @@ -184,8 +184,10 @@ Boston, MA 02110-1301, USA. */ /* Default to the mips32 ISA */ #undef DRIVER_SELF_SPECS #define DRIVER_SELF_SPECS \ - "%{!EB:%{!EL:%(endian_spec)}}", \ "%{!march=*: -march=mips32}" +#if 0 + "%{!EB:%{!EL:%(endian_spec)}}", +#endif #if 0 /* Don't default to pcc-struct-return, we want to retain compatibility with |