no gprof on ia64, possible function descriptor corruption due to mcount - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2013年10月23日 17:41:23 +0000
committerCamm Maguire <camm@debian.org>2013年10月23日 18:59:44 +0000
commit9b17f38c25f7d200fbb81870df8748bba03ce79d (patch)
treed59d8fd6dbcd10916737f01e5788bfd4afa324bd
parent654891ff59e18eec7566cba1695b235719b71a4a (diff)
downloadgcl-9b17f38c25f7d200fbb81870df8748bba03ce79d.tar.gz
no gprof on ia64, possible function descriptor corruption due to mcount
Diffstat
-rwxr-xr-xgcl/configure 10
-rw-r--r--gcl/configure.in 10
2 files changed, 12 insertions, 8 deletions
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
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月02日 01:16:07 +0000

AltStyle によって変換されたページ (->オリジナル) /