diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-12 18:40:38 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-12 18:40:38 +0000 |
commit | 5507e6918b7fade39f4977c86b8962eafa781703 (patch) | |
tree | fc7cba2e80f693625d14ee0b7eb9aaeee7978ee4 /boehm-gc/configure.in | |
parent | f76e26645afbf7422f01d4a0fafb36ec476d16ab (diff) | |
download | ppe42-gcc-5507e6918b7fade39f4977c86b8962eafa781703.tar.gz ppe42-gcc-5507e6918b7fade39f4977c86b8962eafa781703.zip |
* configure.in: Re-apply 2001-06-26 configure change.
* configure: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index d22516c2f00..155653dbf26 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -154,20 +154,19 @@ AC_SUBST(CXXINCLUDES) machdep= case "$host" in -# 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" -# ;; - i?86-*-solaris2.[[89]]*) - AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED) - ;; - alpha-*-openbsd*) + alpha*-*-openbsd*) + machdep="alpha_mach_dep.lo" if test x"${ac_cv_lib_dl_dlopen}" != xyes ; then AC_MSG_WARN(OpenBSD/Alpha without dlopen(). Shared library support is disabled) AM_DISABLE_SHARED fi ;; + alpha*-*-*) + machdep="alpha_mach_dep.lo" + ;; + i?86-*-solaris2.[[89]]*) + AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED) + ;; mipstx39-*-elf*) machdep="mips_ultrix_mach_dep.lo" AC_DEFINE(STACKBASE, __stackbase) |