OSDN Git Service

Fix -membedded-data bug found by mips16 port.
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / x-iris6
1 # We force the use of the O32 ABI for two reasons.
2 # 1) For consistency, because some versions of Irix 6 default to the O32 ABI
3 #    and some versions default to the N64 ABI.
4 # 2) To avoid SGI compiler bugs.  The v6.x and v7.0 compilers from SGI have
5 #    bugs that cause gcc to be miscompiled when the N32 or N64 ABIs are used.
6 #    The O32 ABI is known to be OK.
7 CC = $(OLDCC)
8 OLDCC = cc -32
9
10 # Find all of the declarations from the header files
11 FIXPROTO_DEFINES= -D__EXTENSIONS__  -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS