diff options
author | Steve Huston <shuston@riverace.com> | 2000-08-18 16:31:37 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-08-18 16:31:37 +0000 |
commit | 543a12960cf36c34db204c9017a1582fd3e7fc6c (patch) | |
tree | 72cbf6d55d47c592df98d20192c52036f7ad3bba /PACE | |
parent | a1813bcdbd4c5ff2cbb892d25fc927c1547b5519 (diff) | |
download | ATCD-543a12960cf36c34db204c9017a1582fd3e7fc6c.tar.gz |
ChangeLogTag:Fri Aug 18 12:30:51 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'PACE')
-rw-r--r-- | PACE/include/makeinclude/rules.common.GNU | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PACE/include/makeinclude/rules.common.GNU b/PACE/include/makeinclude/rules.common.GNU index ac604120fa2..a80dfb2a4d2 100644 --- a/PACE/include/makeinclude/rules.common.GNU +++ b/PACE/include/makeinclude/rules.common.GNU @@ -39,6 +39,7 @@ endif # PACE_SYSNAME == Linux # IRIX (64 bit) IRIX64 # IRIX (32 bit) IRIX (unconfirmed) # HPUX HP-UX +# AIX AIX ifeq ($(PACE_SYSNAME),SunOS) # Hard code special cases for SunOS 5.6 and 5.7 since we @@ -82,6 +83,11 @@ ifeq ($(PACE_SYSNAME),Linux) CFLAGS += -DPACE_LINUX=$(PACE_SYSVER) endif +ifeq ($(PACE_SYSNAME),AIX) + VPATH := .:posix:$(VPATH) + CFLAGS += -DPACE_HAS_POSIX -D_REENTRANT +endif + ifeq ($(debug),) ifeq (,$(findstring $(CFLAGS),$(CCFLAGS))) CCFLAGS += -DPACE_NDEBUG |