]> granicus.if.org Git - gc/commitdiff
boehm-gc:
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Sep 2003 20:02:08 +0000 (20:02 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:23 +0000 (10:54 +0400)
* configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
2.3/SPARC, there are no micro versions.
Treat Solaris 10 and up alike.
* configure: Regenerate.

gcc:
* config.gcc (sparc-*-solaris2*): Handle Solaris 10 and up like
Solaris 7-9.

* fixinc/inclhack.def (solaris_widec): Replace solaris2.[0-5]* by
wildcards which explicitly match micro versions.
* fixinc/fixincl.x: Regenerate.

libstdc++-v3:
* configure.host: Handle Solaris 2.5 micro releases explicitly.
Remove wildcards from Solaris 2.6, 7-9: there were no
micro releases.
Treat Solaris 10 and up like 7-9.

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

ChangeLog
configure
configure.in

index 2d6d229b971a5cb58002298a5cb516baa33dcb16..ec1d28fabd81b8149ecd9a065580d6d08e5fc294 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
+       2.3/SPARC, there are no micro versions.
+       Treat Solaris 10 and up alike.
+       * configure: Regenerate.
+
 2003-09-22  Anthony Green  <green@redhat.com>
 
        * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
index 0ef1af8e77186e9fa1213f5f4e3f7033804ff8db..f75df12a3c58f16b070e0612d15eb5ced94d559d 100755 (executable)
--- a/configure
+++ b/configure
@@ -3089,7 +3089,7 @@ case "$host" in
  alpha*-*-linux*)
     machdep="alpha_mach_dep.lo"
     ;;
- i?86-*-solaris2.[89]*)
+ i?86-*-solaris2.[89] | i?86-*-solaris2.1?)
     cat >> confdefs.h <<\EOF
 #define SOLARIS25_PROC_VDB_BUG_FIXED 1
 EOF
@@ -3123,7 +3123,7 @@ EOF
  sparc-*-netbsd*)
     machdep="sparc_netbsd_mach_dep.lo"
     ;;
- sparc-sun-solaris2.3*)
+ sparc-sun-solaris2.3)
     machdep="sparc_mach_dep.lo"
     cat >> confdefs.h <<\EOF
 #define SUNOS53_SHARED_LIB 1
index 637c8ad35fdca5469c0b65e7c025a028539361a2..96da3c31ed3e51d5ac75c4e319fdf4cd3659388a 100644 (file)
@@ -257,7 +257,7 @@ case "$host" in
  alpha*-*-linux*)
     machdep="alpha_mach_dep.lo"
     ;;
- i?86-*-solaris2.[[89]]*)
+ i?86-*-solaris2.[[89]] | i?86-*-solaris2.1?)
     AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED)
     ;;
  mipstx39-*-elf*)
@@ -279,7 +279,7 @@ case "$host" in
  sparc-*-netbsd*)
     machdep="sparc_netbsd_mach_dep.lo"
     ;;
- sparc-sun-solaris2.3*)
+ sparc-sun-solaris2.3)
     machdep="sparc_mach_dep.lo"
     AC_DEFINE(SUNOS53_SHARED_LIB)
     ;;