OSDN Git Service

* configure: Rebuilt.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 1999 11:24:02 +0000 (11:24 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 1999 11:24:02 +0000 (11:24 +0000)
* configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
incorrect patch of 199-04-09.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26450 138bc75d-0d04-0410-961f-82ee72b054a4

boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.in

index 0fd8d8b..2c09096 100644 (file)
@@ -1,6 +1,10 @@
 1999-04-14  Tom Tromey  <tromey@cygnus.com>
 
        * configure: Rebuilt.
+       * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
+       incorrect patch of 199-04-09.
+
+       * configure: Rebuilt.
        * configure.in: Added support for alpha.
        From David Pettersson <dapet@mai.liu.se>.
 
index 3f78049..d1d9e53 100755 (executable)
@@ -1759,7 +1759,6 @@ EOF
 
     ;;
  sparc-sun-solaris2.3*)
-    machdep="sparc_mach_dep.o"
     cat >> confdefs.h <<\EOF
 #define SUNOS53_SHARED_LIB 1
 EOF
index 1c6e4ef..b3cc7ab 100644 (file)
@@ -136,7 +136,6 @@ case "$host" in
     AC_DEFINE(DATASTART_IS_ETEXT)
     ;;
  sparc-sun-solaris2.3*)
-    machdep="sparc_mach_dep.o"
     AC_DEFINE(SUNOS53_SHARED_LIB)
     ;;
 esac