gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
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月03日 09:40:01 +0000

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