]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(FIXPROTO_DEFINES): Set to -D__EXTENSIONS__.
authorJason Merrill <merrill@gnu.org>
Wed, 18 May 1994 23:08:30 +0000 (23:08 +0000)
committerJason Merrill <merrill@gnu.org>
Wed, 18 May 1994 23:08:30 +0000 (23:08 +0000)
From-SVN: r7332

gcc/config/mips/x-iris

index e07d456a13a4550a3db8f8119d520d26276de067..e5bbbba91622e21bde979b8d6bf1fd5f02a5955a 100644 (file)
@@ -23,3 +23,6 @@ CLIB          = -lmld -lmalloc
 
 # Show we need to use the C version of ALLOCA
 ALLOCA         = alloca.o
+
+# Find all of the declarations from the header files
+FIXPROTO_DEFINES= -D__EXTENSIONS__