Changes for hp700 build

This commit is contained in:
Ralph Lange
1999-09-29 13:20:03 +00:00
parent c3b7ffc766
commit 83a39ab353
+7 -9
View File
@@ -51,20 +51,19 @@ CROSS_COMPILER_TARGET_ARCHS= mv167
#
#CROSS_COMPILER_HOST_ARCHS=sun4
#CROSS_COMPILER_HOST_ARCHS=solaris
#CROSS_COMPILER_HOST_ARCHS=hp700
# Client ANSI C Compiler (for Host builds)
# GCC (gcc -ansi) GNU
# ACC (acc) OS VENDOR
# HPACC (cc -Aa) OTHER VENDOR
# GCC GNU (gcc -ansi)
# ACC OS VENDOR (sun4/solaris: acc ; hp700: cc -Aa)
ANSI=ACC
# C++ Compiler (for Host builds)
# G++ (g++) GNU C++
# CCC (CC) OS VENDOR C++
# G++ GNU C++ (g++)
# CCC OS VENDOR C++ (sun4/solaris: CC ; hp700: aCC)
#Note: if CPLUSPLUS is empty then C++ src codes are not built
#CPLUSPLUS= # use this if site does not have C++ compiler
CPLUSPLUS=CCC
#CPLUSPLUS=
# Default ANSI level, individual Makefiles will override
# if they cannot support ANSI compilation.
@@ -103,7 +102,7 @@ HOST_OPT=YES
# VxWorks Optimization
# must be either YES or NO
VX_OPT=YES
# Generate Verbose Compiler Warnings for Unix
# must be either YES or NO
HOST_WARN=YES
@@ -111,4 +110,3 @@ HOST_WARN=YES
# Generate Verbose Compiler Warnings for crosscompiles
# must be either YES or NO
VX_WARN=YES