summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 17:43:46 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 17:43:46 +0400
commit8c9e394bc270dbaa121f3f0af5a68c2876ab3fff (patch)
treec6e0b47bf496ae3d10f367c7130f8cdb912df8eb /configure.host
parent111a44f98adde07d205c92656ad9b935ca2a39a8 (diff)
downloadbdwgc-8c9e394bc270dbaa121f3f0af5a68c2876ab3fff.tar.gz
gc6.3alpha1 tarball importgc6_3alpha1
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.host b/configure.host
index 068ee39a..a98a0a7c 100644
--- a/configure.host
+++ b/configure.host
@@ -27,8 +27,10 @@ if test :"$GCC": = :yes: ; then
gc_cflags="${gc_cflags} -fexceptions"
else
case "$host" in
- *-*-hpux* )
- gc_cflags="${gc_flags} +ESdbgasm"
+ hppa*-*-hpux* )
+ if test :$GCC: != :"yes": ; then
+ gc_cflags="${gc_flags} +ESdbgasm"
+ fi
# :TODO: actaully we should check using Autoconf if
# the compiler supports this option.
;;
@@ -52,7 +54,7 @@ esac
case "${host}" in
mips-tx39-*|mipstx39-unknown-*)
- boehm_gc_cflags="${boehm_gc_cflags} -G 0"
+ gc_cflags="${gc_cflags} -G 0"
;;
*)
;;