From 83a39ab3538aaa0e739f6a51ca601644304be42c Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 29 Sep 1999 13:20:03 +0000 Subject: [PATCH] Changes for hp700 build --- configure/CONFIG_SITE | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 189349a46..90e8ecb36 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -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 -