summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-04 12:33:05 +0000
committerUlf Möller <ulf@openssl.org>1999-06-04 12:33:05 +0000
commit3a0d23c87e40e7f969d78124b5c292fe87286d83 (patch)
tree29d984ed75548215b6bf031eb94287bfb8f71f38 /Configure
parentb4f76582d4b834fb4e525d500c03ad38f0cea328 (diff)
gcc dumps core on HPUX.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 46675dd6c6..13590506be 100755
--- a/Configure
+++ b/Configure
@@ -139,7 +139,8 @@ my %table=(
"irix64-mips4-cc", "cc:-64 -mips4 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN:(unknown)::DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:::",
# HPUX 9.X config.
-# Don't use the bundled cc. It is broken. Use HP ANSI C if possible, or gcc.
+# Don't use the bundled cc. It is broken. Use HP ANSI C if possible, or
+# egcs. gcc 2.8.1 is also broken.
"hpux-cc", "cc:-DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z:(unknown)::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
"hpux-gcc", "gcc:-DB_ENDIAN -DBN_DIV2W -O3:(unknown)::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
# HPUX 10.X config. Supports threads.