summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_irix5.3_sgic++.GNU
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-07 19:53:20 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-07 19:53:20 +0000
commitb7a2a009d7bd36a1b01e714f1c5e264f2811f2b6 (patch)
tree4db4327609d6dbffbab4445e3451de19ca3bbf4b /include/makeinclude/platform_irix5.3_sgic++.GNU
parentbe5c228c7a69ab3a219c762222d81ccca94560dd (diff)
downloadATCD-main_to_poa_merge_5.tar.gz
This commit was manufactured by cvs2svn to create tagmain_to_poa_merge_5
'main_to_poa_merge_5'.
Diffstat (limited to 'include/makeinclude/platform_irix5.3_sgic++.GNU')
-rw-r--r--include/makeinclude/platform_irix5.3_sgic++.GNU26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/makeinclude/platform_irix5.3_sgic++.GNU b/include/makeinclude/platform_irix5.3_sgic++.GNU
deleted file mode 100644
index 41b1e831b3e..00000000000
--- a/include/makeinclude/platform_irix5.3_sgic++.GNU
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id$
-
-# Irix 5.3 with SGI C++
-
-# This suppresses common compiler warnings which appear in the
-# ACE code but should not matter. The warnings can be turned on
-# again by removing the -woff clause in the CPPFLAGS definition.
-
-debug = 1
-
-CC = cc
-CXX = CC
-CCFLAGS += $(CFLAGS)
-DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
-CPPFLAGS += -ptused -prelink +pp -woff 3203,3209,3161,3262,3665
-LDFLAGS += -rpath "$(ACE_ROOT)/ace"
-LIBS =
-PIC = -KPIC
-AR = ar
-ARFLAGS = r
-RANLIB = echo
-SOFLAGS = -shared $(CPPFLAGS) -all
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o