author | Camm Maguire <camm@debian.org> | 2013年10月23日 17:41:23 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2013年10月23日 18:59:44 +0000 |
commit | 9b17f38c25f7d200fbb81870df8748bba03ce79d (patch) | |
tree | d59d8fd6dbcd10916737f01e5788bfd4afa324bd | |
parent | 654891ff59e18eec7566cba1695b235719b71a4a (diff) | |
download | gcl-9b17f38c25f7d200fbb81870df8748bba03ce79d.tar.gz |
-rwxr-xr-x | gcl/configure | 10 | ||||
-rw-r--r-- | gcl/configure.in | 10 |
diff --git a/gcl/configure b/gcl/configure index ab9c0f542..8441d32b2 100755 --- a/gcl/configure +++ b/gcl/configure @@ -5227,10 +5227,12 @@ esac # Work around system/gprof mips hang case $use in - mips*) enable_gprof="no" ; enable_pic="yes" ;; #FIXME actually -mshared might suffice, at least for locbfd - hppa*) enable_gprof="no" ; enable_pic="yes" ;; - powerpc*) enable_gprof="no";; - sparc*) enable_debug="yes";; + sh4*) enable_gprof="no";; + ia64*) enable_gprof="no";; +# mips*) enable_gprof="no";; + hppa*) enable_gprof="no";; + arm*) enable_gprof="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible + *gnu) enable_gprof="no";; esac #case $use in diff --git a/gcl/configure.in b/gcl/configure.in index 296fe356e..72103f7b2 100644 --- a/gcl/configure.in +++ b/gcl/configure.in @@ -546,10 +546,12 @@ esac # Work around system/gprof mips hang case $use in - mips*) enable_gprof="no" ; enable_pic="yes" ;; #FIXME actually -mshared might suffice, at least for locbfd - hppa*) enable_gprof="no" ; enable_pic="yes" ;; - powerpc*) enable_gprof="no";; - sparc*) enable_debug="yes";; + sh4*) enable_gprof="no";; + ia64*) enable_gprof="no";; +# mips*) enable_gprof="no";; + hppa*) enable_gprof="no";; + arm*) enable_gprof="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible + *gnu) enable_gprof="no";; esac #case $use in |