diff options
-rw-r--r-- | ChangeLog-97b | 5 | ||||
-rw-r--r-- | include/makeinclude/platform_hpux.GNU | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 61344effa02..362ab9e35d6 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,8 @@ +Mon Sep 15 11:37:49 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu> + + * include/makeinclude/platform_hpux.GNU: + Added -D_REENTRANT to enable the _r functions. + Mon Sep 15 09:40:57 1997 Carlos O'Ryan <coryan@polka.cs.wustl.edu> * bin/auto_compile: diff --git a/include/makeinclude/platform_hpux.GNU b/include/makeinclude/platform_hpux.GNU index ed28f67ae31..859efdd8c88 100644 --- a/include/makeinclude/platform_hpux.GNU +++ b/include/makeinclude/platform_hpux.GNU @@ -11,7 +11,7 @@ CC = /bin/cc CXX = /usr/bin/CC -pta -ti,/bin/true -tr,/bin/true CFLAGS = -Aa -z CCFLAGS = $(CFLAGS) -DCFLAGS += -g -DHPUX_VERS=$(HPUX_VERS) +DCFLAGS += -g -D_REENTRANT -DHPUX_VERS=$(HPUX_VERS) DLD = /usr/bin/CC LD = /usr/bin/CC PIC = +Z |