From: Jason Merrill Date: Wed, 18 May 1994 23:08:30 +0000 (+0000) Subject: (FIXPROTO_DEFINES): Set to -D__EXTENSIONS__. X-Git-Tag: misc/cutover-egcs-0~6611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae435031b9c1f88b16463f3b107166b4f229dd2;p=thirdparty%2Fgcc.git (FIXPROTO_DEFINES): Set to -D__EXTENSIONS__. From-SVN: r7332 --- diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris index e07d456a13a4..e5bbbba91622 100644 --- a/gcc/config/mips/x-iris +++ b/gcc/config/mips/x-iris @@ -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__