summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-12 23:33:01 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-12 23:33:01 +0000
commitbcba6cc60f8b44bec1232a32cd703dd032255a15 (patch)
treeaf8d52cb92b5534581515d00bc036068c4a87fce /config
parentd13e4eb0b5d307177ed9c791cf3fa5da77ff088b (diff)
HP-UX tune-up: new unified configs, HP C compiler bug workaround.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/config b/config
index 8752e2304d..e9ab8befee 100755
--- a/config
+++ b/config
@@ -449,8 +449,10 @@ case "$GUESSOS" in
BS2000-siemens-sysv4) OUT="BS2000-OSD" ;;
RM*-siemens-sysv4) OUT="ReliantUNIX" ;;
*-siemens-sysv4) OUT="SINIX" ;;
+ *-hpux1*) OUT="hpux-parisc-$CC"
+ options="$options -D_REENTRANT" ;;
+ *-hpux) OUT="hpux-parisc-$CC" ;;
# these are all covered by the catchall below
- # *-hpux*) OUT="hpux-$CC" ;;
# *-aix) OUT="aix-$CC" ;;
# *-dgux) OUT="dgux" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;