aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index f3e875a..5d5e25d 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -134,9 +134,11 @@ AC_SUBST(CXXINCLUDES)
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"
AC_DEFINE(STACKBASE, __stackbase)