summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_irix5.3_g++.GNU
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-01 08:00:34 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-01 08:00:34 +0000
commit437eea6fa08e931864f89be91d14a816f69075c7 (patch)
treeb8c1fd723fdcd61c3855d3a3a21a9cd45a268219 /include/makeinclude/platform_irix5.3_g++.GNU
parentea0d28240863caf437a18071bfd03e7b146c5ade (diff)
downloadATCD-unlabeled-4.2.2.tar.gz
This commit was manufactured by cvs2svn to create branchunlabeled-4.2.2
'unlabeled-4.2.2'.
Diffstat (limited to 'include/makeinclude/platform_irix5.3_g++.GNU')
-rw-r--r--include/makeinclude/platform_irix5.3_g++.GNU14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/makeinclude/platform_irix5.3_g++.GNU b/include/makeinclude/platform_irix5.3_g++.GNU
deleted file mode 100644
index 92e1915f156..00000000000
--- a/include/makeinclude/platform_irix5.3_g++.GNU
+++ /dev/null
@@ -1,14 +0,0 @@
-# Irix 5.3 with GNU C++
-
-CC = gcc
-CXX = gcc
-DLD = $(CXX)
-LD = $(CXX)
-LDFLAGS += -L$(WRAPPER_ROOT)/ace
-LIBS += -lstdc++
-PIC = -fpic
-RANLIB = echo
-SOFLAGS = -shared $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o
-