diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-17 07:53:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-17 07:53:32 +0000 |
commit | 023ecabf27c2696d566110b6c95f475d8a5dbdb1 (patch) | |
tree | 4024d7c33559faecd57832c74e5f650c7bf80e49 /include/makeinclude/platform_irix6.2_sgic++.GNU | |
parent | 1576ea6312a4fec93b173ae28f35e093b14c2d91 (diff) | |
download | ATCD-023ecabf27c2696d566110b6c95f475d8a5dbdb1.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_irix6.2_sgic++.GNU')
-rw-r--r-- | include/makeinclude/platform_irix6.2_sgic++.GNU | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/makeinclude/platform_irix6.2_sgic++.GNU b/include/makeinclude/platform_irix6.2_sgic++.GNU index 4d774f3c3e6..ba42f9a5975 100644 --- a/include/makeinclude/platform_irix6.2_sgic++.GNU +++ b/include/makeinclude/platform_irix6.2_sgic++.GNU @@ -13,7 +13,11 @@ CC = cc CXX = CC DLD = $(CXX) LD = $(CXX) -CPPFLAGS += -ptused -prelink +pp -D_SGI_MP_SOURCE -woff 3203,3209,3161,3262,3665 +CPPFLAGS += -ptused -prelink -D_SGI_MP_SOURCE +# For the new 32 bit C++ compiler (-n32) +#CPPFLAGS += -n32 -woff 1174,1209,1375,1506,1110,1552,1021,1171 +# For the old C++ compiler (-32) +CPPFLAGS += +pp -woff 3203,3209,3161,3262,3665 LDFLAGS += -rpath "$(WRAPPER_ROOT)/ace" -Wl,-woff,85 LIBS += -lpthread PIC = -KPIC |