From c01f040762791e5b4e9fc90c3b1a9a64fec25dce Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 7 Feb 2003 20:43:06 +0000 Subject: ChangeLogTag:Fri Feb 7 15:37:19 2003 Steve Huston --- ChangeLog | 7 +++++++ ChangeLogs/ChangeLog-03a | 7 +++++++ include/makeinclude/platform_aix_ibm.GNU | 3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 414f32e6d3f..d912d547659 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Feb 7 15:37:19 2003 Steve Huston + + * include/makeinclude/platform_aix_ibm.GNU: Define DCCFLAGS with the + debugging options for xlC_r; Change DCFLAGS to just -g (for the C + compiler). Thanks to Trevor Fields for + reporting this problem. + Fri Feb 7 15:27:40 2003 Heather Drury * ace/config-aix-4.x.h: Restored the defining of diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 414f32e6d3f..d912d547659 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Fri Feb 7 15:37:19 2003 Steve Huston + + * include/makeinclude/platform_aix_ibm.GNU: Define DCCFLAGS with the + debugging options for xlC_r; Change DCFLAGS to just -g (for the C + compiler). Thanks to Trevor Fields for + reporting this problem. + Fri Feb 7 15:27:40 2003 Heather Drury * ace/config-aix-4.x.h: Restored the defining of diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU index 910c85fb107..a1614984f2a 100644 --- a/include/makeinclude/platform_aix_ibm.GNU +++ b/include/makeinclude/platform_aix_ibm.GNU @@ -85,7 +85,8 @@ CPPFLAGS += -DACE_AIX_VERS=$(AIX_VERS) # -qinitauto seems like an interesting option, but some tests (specifically # Process_Strategy_Test) hang with it turned on. This should be investigated # at some point. -DCFLAGS += -g -qcheck=nobounds:div:null +DCCFLAGS += -g -qcheck=nobounds:div:null +DCFLAGS += -g # Now sort out the compiler differences here... ifeq ($(XLCVERSION),0x0306) -- cgit v1.2.1