From 8e98b1dc81670806481a1d2f87ad655af891dffc Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 9 Jul 1996 12:08:38 -0700 Subject: [PATCH] (FIXPROTO_DEFINES): Add -D_SGI_SOURCE. From-SVN: r12419 --- gcc/config/mips/x-iris6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/x-iris6 b/gcc/config/mips/x-iris6 index 7bb941ac039..88c41f4dfe4 100644 --- a/gcc/config/mips/x-iris6 +++ b/gcc/config/mips/x-iris6 @@ -8,4 +8,4 @@ CC = $(OLDCC) OLDCC = cc -32 # Find all of the declarations from the header files -FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_LANGUAGE_C_PLUS_PLUS +FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS -- 2.30.2