summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-22 22:53:18 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-22 22:53:18 +0000
commit9f13b564edf5b174f339a8502bbd0cb1f38a4486 (patch)
tree5315439e40a32c5f7af614b67041b09a67215dd0 /include
parent9b94a5407bc263b4cf9486b28e4ab1b968108ce3 (diff)
downloadATCD-9f13b564edf5b174f339a8502bbd0cb1f38a4486.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_chorus_ghs.GNU22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU
new file mode 100644
index 00000000000..49749c6da9d
--- /dev/null
+++ b/include/makeinclude/platform_chorus_ghs.GNU
@@ -0,0 +1,22 @@
+# $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