This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bohem-gc import fallout


I thought this change had made it upstream...


r~


        * configure.in: Re-apply 2001-06-26 configure change.
        * configure: Rebuild.  

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/configure.in,v
retrieving revision 1.38
diff -c -p -d -r1.38 configure.in
*** configure.in	2002/02/12 04:37:53	1.38
--- configure.in	2002/02/12 18:36:47
*************** AC_SUBST(CXXINCLUDES)
*** 154,172 ****
  
  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*)
      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
      ;;
   mipstx39-*-elf*)
      machdep="mips_ultrix_mach_dep.lo"
--- 154,171 ----
  
  machdep=
  case "$host" in
!  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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]