OSDN Git Service

(FIXPROTO_DEFINES): Define _HPUX_SOURCE so putenv gets seen.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Apr 1995 00:23:29 +0000 (00:23 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Apr 1995 00:23:29 +0000 (00:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9415 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/x-hp320
gcc/config/m68k/x-hp320g

index 62801a9..46f68e6 100644 (file)
@@ -12,3 +12,6 @@ TAROUTOPTS = xpf
 # You must set CFLAGS to empty on version 5.
 
 # You must get alloca.c from GNU Emacs.
+
+# So putenv and other functions get seen by fixproto.
+FIXPROTO_DEFINES = -D_HPUX_SOURCE
index 8b50e8a..38f201e 100644 (file)
@@ -12,3 +12,6 @@ X_CFLAGS= -I../hp-include
 
 # Version 5 of HPUX had a compiler bug that made it crash with -g.
 # You must set CFLAGS to empty on version 5.
+
+# So putenv and other functions get seen by fixproto.
+FIXPROTO_DEFINES = -D_HPUX_SOURCE