summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_egcs.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sunos5_egcs.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_egcs.GNU25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/makeinclude/platform_sunos5_egcs.GNU b/include/makeinclude/platform_sunos5_egcs.GNU
deleted file mode 100644
index f51f3260a03..00000000000
--- a/include/makeinclude/platform_sunos5_egcs.GNU
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id$
-
-# SunOS 5.x (Solaris 2.x) with egcs
-
-debug = 1
-optimize = 1
-
-CC = gcc
-CXX = c++
-CFLAGS += -Wall -Wpointer-arith -pipe #### -Winline
-CCFLAGS += $(CFLAGS)
-DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
-LDFLAGS += # -z muldefs
-LIBS += -lsocket -ldl -lgen -lnsl -lthread -lw
-OCFLAGS += -O2
-PIC = -fpic
-AR = ar
-ARFLAGS = ruv
-RANLIB = @true
-SOFLAGS = -shared $(CPPFLAGS)
-# SOBUILD - compile into .so directly
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = @true