summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hpux10.202
-rw-r--r--config/hpux11.002
-rw-r--r--config/hpux9.032
3 files changed, 3 insertions, 3 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20
index fdd4dd1..cdd9b47 100644
--- a/config/hpux10.20
+++ b/config/hpux10.20
@@ -25,7 +25,7 @@ case "X-$CC" in
;;
*)
- CFLAGS="$CFLAGS -Ae"
+ CFLAGS="$CFLAGS -Ae -Wp,-H65536" #increase the size of macro definition table. For test/dtypes.c
DEBUG_CFLAGS=-g
DEBUG_CPPFLAGS="-Ae"
PROD_CFLAGS=-O
diff --git a/config/hpux11.00 b/config/hpux11.00
index 7cb01d4..30f0d52 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -25,7 +25,7 @@ case "X-$CC" in
;;
*)
- CFLAGS="$CFLAGS -Ae"
+ CFLAGS="$CFLAGS -Ae -Wp,-H65536" #increase the size of macro definition table. For test/dtypes.c
DEBUG_CFLAGS=-g
DEBUG_CPPFLAGS="-Ae"
PROD_CFLAGS=-O
diff --git a/config/hpux9.03 b/config/hpux9.03
index 6603aab..c3da65f 100644
--- a/config/hpux9.03
+++ b/config/hpux9.03
@@ -25,7 +25,7 @@ case "X-$CC" in
;;
*)
- CFLAGS="$CFLAGS -Ae"
+ CFLAGS="$CFLAGS -Ae -Wp,-H65536" #increase the size of macro definition table. For test/dtypes.c
DEBUG_CFLAGS=-g
DEBUG_CPPFLAGS=
PROD_CFLAGS=