summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_ghs.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sunos5_ghs.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_ghs.GNU34
1 files changed, 0 insertions, 34 deletions
diff --git a/include/makeinclude/platform_sunos5_ghs.GNU b/include/makeinclude/platform_sunos5_ghs.GNU
deleted file mode 100644
index 7467c50459a..00000000000
--- a/include/makeinclude/platform_sunos5_ghs.GNU
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id$
-
-# SunOS 5.x (Solaris 2.x) with GreenHills compiler.
-
-debug = 1
-optimize = 1
-threads = 1
-exceptions =
-
-ifeq ($(threads),0)
- CFLAGS += -DACE_MT_SAFE=0
-endif # threads
-
-CC = gcx
-CXX = $(CC)
-CCFLAGS += $(CFLAGS) --no_rtti -tnone
-DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
-LDFLAGS = --no_auto_instantiation
-LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -lw
-OCFLAGS += -OL -OM
-PIC = -PIC
-RANLIB = @true
-AR = ax
-ARFLAGS = ruv
-RANLIB = @true
-SOFLAGS = -shared
-
-ifdef exceptions
- CCFLAGS += --exceptions
-else # ! exceptions
- CCFLAGS += --no_exceptions
-endif # ! exceptions