aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-xboehm-gc/configure8
1 files changed, 5 insertions, 3 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure
index f269981..b63d4e8 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -2168,9 +2168,11 @@ esac
machdep=
case "$host" in
- alpha*-*-*)
- machdep="alpha_mach_dep.lo"
- ;;
+# alpha_mach_dep.s assumes that pointers are not saved in fp registers.
+# Gcc on a 21264 can spill pointers to fp registers. Oops.
+# alpha*-*-*)
+# machdep="alpha_mach_dep.lo"
+# ;;
mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.lo"
cat >> confdefs.h <<\EOF