diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-13 12:29:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-13 12:29:44 +0000 |
commit | 14a752de39969072f624c9983134ad7160b773a7 (patch) | |
tree | f2f70266ec96e95ba7f6f4a0d69b975beb74ae8c /include | |
parent | db814a03bb3b4b94d55373b8f171cbd6b2da5bf5 (diff) | |
download | ATCD-14a752de39969072f624c9983134ad7160b773a7.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_irix6.x-32_sgic++.GNU | 2 | ||||
-rw-r--r-- | include/makeinclude/platform_irix6.x-n32_sgic++.GNU | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_irix6.x-32_sgic++.GNU b/include/makeinclude/platform_irix6.x-32_sgic++.GNU index ecc86e2b983..d0dbd161a36 100644 --- a/include/makeinclude/platform_irix6.x-32_sgic++.GNU +++ b/include/makeinclude/platform_irix6.x-32_sgic++.GNU @@ -33,7 +33,7 @@ CCFLAGS += +pp -woff 3203,3209,3161,3262,3665,3937,3259,3920 # Instantiate no templates automatically, do not run prelinker CCFLAGS += -ptnone -no_prelink LDFLAGS += -rpath "$(ACE_ROOT)/ace" -LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 -Wl,-woff,85 +LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 -Wl,-woff,85 -Wl,-woff,133 LIBS += -lpthread PIC = -KPIC AR = ar diff --git a/include/makeinclude/platform_irix6.x-n32_sgic++.GNU b/include/makeinclude/platform_irix6.x-n32_sgic++.GNU index ba827652045..40ee65d9fa2 100644 --- a/include/makeinclude/platform_irix6.x-n32_sgic++.GNU +++ b/include/makeinclude/platform_irix6.x-n32_sgic++.GNU @@ -25,7 +25,7 @@ CCFLAGS += -woff 1188,1682,1171,1681,1110 # Instantiate no templates automatically, do not run prelinker CCFLAGS += -ptnone -no_prelink LDFLAGS += -rpath "$(ACE_ROOT)/ace" -LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 -Wl,-woff,85 +LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 -Wl,-woff,85 -Wl,-woff,133 LIBS += -lpthread PIC = -KPIC AR = ar |