summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_chorus_ghs.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_chorus_ghs.GNU')
-rw-r--r--include/makeinclude/platform_chorus_ghs.GNU22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU
deleted file mode 100644
index 49749c6da9d..00000000000
--- a/include/makeinclude/platform_chorus_ghs.GNU
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id$
-
-# Chorus with Green Hills
-
-CHORUS = 1
-
-debug = 1
-optimize = 1
-shared_libs =
-static_libs = 1
-
-CC = /project/doc/green68k/GreenHills/releases/chorus-m68k/build -driver ch68
-CXX = $(CC)
-CCFLAGS += $(CFLAGS) --no_rtti -tnone
-DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
-LDFLAGS = --no_auto_instantiation
-OFLAGS += -O -OM -OL
-AR = /project/doc/green68k/GreenHills/releases/chorus-m68k/ax
-ARFLAGS = rv
-RANLIB = /bin/true