summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_chorus.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-23 11:13:18 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-23 11:13:18 +0000
commit41342f97b3a1936add5aa95f86a294206a410671 (patch)
tree07294f1dad77f01be0d7c75a0bd62fa9fcefe56d /include/makeinclude/platform_chorus.GNU
parentd1784585e1c06900f373be731551fc9c403afaba (diff)
downloadATCD-41342f97b3a1936add5aa95f86a294206a410671.tar.gz
include dtool/htgt-cf.rf from $(MERGEDIR) instead of $(CLASSIXDIR)
Diffstat (limited to 'include/makeinclude/platform_chorus.GNU')
-rw-r--r--include/makeinclude/platform_chorus.GNU52
1 files changed, 26 insertions, 26 deletions
diff --git a/include/makeinclude/platform_chorus.GNU b/include/makeinclude/platform_chorus.GNU
index 5fc6a159c5f..587da8bb457 100644
--- a/include/makeinclude/platform_chorus.GNU
+++ b/include/makeinclude/platform_chorus.GNU
@@ -13,40 +13,40 @@ static_libs = 1
#
# The following file includes definitions such as $(CC), $(XDIR), etc.
#
-include $(CLASSIXDIR)/dtool/htgt-cf.rf
+include $(MERGEDIR)/dtool/htgt-cf.rf
#
# Tool PATH
#
-TOOLDIR = $(XDIR)/bin/
+TOOLDIR = $(XDIR)/bin/
INC_DIR = $(CLASSIXDIR)/include
-BIN_DIR =
-LIB_DIR = $(CLASSIXDIR)/lib
-#CC = gcc
-#CXX = g++
+BIN_DIR =
+LIB_DIR = $(CLASSIXDIR)/lib
+#CC = gcc
+#CXX = g++
CXX = $(CC)
-CFLAGS += -w
-CCFLAGS += $(CFLAGS) -fno-implicit-templates \
- -fno-strict-prototypes \
- -nostdinc \
- -D_POSIX_THREADS \
- -D_POSIX_THREAD_SAFE_FUNCTIONS
-DCFLAGS += -gstabs+
-INCLDIRS += -I$(INC_DIR)/posix \
- -I$(INC_DIR)/stdc \
- -I$(INC_DIR)/chorus/ \
- -I$(INC_DIR)/chorus/iom \
- -I$(INC_DIR)/CC
+CFLAGS += -w
+CCFLAGS += $(CFLAGS) -fno-implicit-templates \
+ -fno-strict-prototypes \
+ -nostdinc \
+ -D_POSIX_THREADS \
+ -D_POSIX_THREAD_SAFE_FUNCTIONS
+DCFLAGS += -gstabs+
+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
+LDFLAGS += -r -Ur -nostdlib \
+ -L$(LIB_DIR)/CC \
+ -L$(LIB_DIR)/classix
-OCFLAGS += -O2
-PIC = -fPIC
+OCFLAGS += -O2
+PIC = -fPIC
-AR = $(TOOLDIR)ar
-ARFLAGS = srv
+AR = $(TOOLDIR)ar
+ARFLAGS = srv
-RANLIB = $(TOOLDIR)ranlib
+RANLIB = $(TOOLDIR)ranlib
PRELIB = @true