summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_chorus.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 19:36:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 19:36:28 +0000
commita8f289adc728806014c17143ada9401ef525a115 (patch)
tree1db359b14a51292301bfa503063aa7a0f3c6502f /include/makeinclude/platform_chorus.GNU
parent583abe9217f95d14112b416393a990be2934072f (diff)
downloadATCD-a8f289adc728806014c17143ada9401ef525a115.tar.gz
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_chorus.GNU')
-rw-r--r--include/makeinclude/platform_chorus.GNU10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/makeinclude/platform_chorus.GNU b/include/makeinclude/platform_chorus.GNU
index 074b292c05c..92ad506784f 100644
--- a/include/makeinclude/platform_chorus.GNU
+++ b/include/makeinclude/platform_chorus.GNU
@@ -1,35 +1,28 @@
# Chorus 3.1b with GNU g++ 2.7.2
# *not* using Orbix
-#
-# Note: Change CLASSIXDIR to an appropriate directory
-CLASSIXDIR = /usr/home/chiang/chorus/merge/extended-i386at
INC_DIR = $(CLASSIXDIR)/include
BIN_DIR =
LIB_DIR = $(CLASSIXDIR)/lib
-
CC = gcc
CXX = g++
-
CFLAGS += $(DCFLAGS) -w -O2
CCFLAGS += $(CFLAGS) -fno-implicit-templates \
-fno-strict-prototypes \
+ -nostdinc \
-D_POSIX_THREADS \
-D_POSIX_THREAD_SAFE_FUNCTIONS
DCFLAGS += -g
-
INCLDIRS += -I$(INC_DIR)/posix \
-I$(INC_DIR)/stdc \
-I$(INC_DIR)/chorus/ \
-I$(INC_DIR)/chorus/iom \
-I$(INC_DIR)/CC
-
DLD =
LD = $(CXX)
LDFLAGS += -r -Ur -nostdlib \
-L$(LIB_DIR)/CC \
-L$(LIB_DIR)/classix
-
LIBS += -lC -lcx.u
PIC = -fPIC
AR = ar
@@ -39,6 +32,5 @@ PRELIB = (echo "main() { }" > gcctemp.c && \
$(COMPILE.cc) -o gcctemp.o gcctemp.c && \
$(LD) $^ $(LDFLAGS) $(LIBS); \
status=$$?; rm -f gcctemp.* a.out; exit $$status)
-
#### don't build shared objects:
BUILD = $(VOBJS) $(VLIB) $(VBIN)