Commit ab52d207 by Eric Botcazou Committed by Eric Botcazou

configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too.

	* configure.ac (machdep): Use sparc_mach_dep.lo on
	sparc64-sun-solaris2.* too.
	(Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
	* configure: Regenerate.

From-SVN: r91047
parent eedfcb09
2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure.ac (machdep): Use sparc_mach_dep.lo on
sparc64-sun-solaris2.* too.
(Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
* configure: Regenerate.
2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/18444 PR target/18444
* configure.ac (threading): Accept 'posix95'. * configure.ac (threading): Accept 'posix95'.
* configure: Regenerate. * configure: Regenerate.
......
...@@ -5768,7 +5768,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -5768,7 +5768,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
;; ;;
sparc-sun-solaris2.*) sparc*-sun-solaris2.*)
machdep="sparc_mach_dep.lo" machdep="sparc_mach_dep.lo"
;; ;;
ia64-*-*) ia64-*-*)
...@@ -6446,7 +6446,7 @@ fi ...@@ -6446,7 +6446,7 @@ fi
echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5 echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5
echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6 echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6
case "$host" in case "$host" in
sparc-sun-solaris2*|*aix*) *aix*)
if test "$GCC" = yes; then if test "$GCC" = yes; then
echo "$as_me:$LINENO: result: yes" >&5 echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6 echo "${ECHO_T}yes" >&6
......
...@@ -336,7 +336,7 @@ case "$host" in ...@@ -336,7 +336,7 @@ case "$host" in
machdep="sparc_mach_dep.lo" machdep="sparc_mach_dep.lo"
AC_DEFINE(SUNOS53_SHARED_LIB,1,[Avoid Solaris 5.3 dynamic library bug]) AC_DEFINE(SUNOS53_SHARED_LIB,1,[Avoid Solaris 5.3 dynamic library bug])
;; ;;
sparc-sun-solaris2.*) sparc*-sun-solaris2.*)
machdep="sparc_mach_dep.lo" machdep="sparc_mach_dep.lo"
;; ;;
ia64-*-*) ia64-*-*)
...@@ -378,10 +378,10 @@ fi ...@@ -378,10 +378,10 @@ fi
dnl As of 4.13a2, the collector will not properly work on Solaris when dnl As of 4.13a2, the collector will not properly work on Solaris when
dnl built with gcc and -O. So we remove -O in the appropriate case. dnl built with gcc and -O. So we remove -O in the appropriate case.
dnl dnl Not needed anymore on Solaris.
AC_MSG_CHECKING(whether Solaris gcc optimization fix is necessary) AC_MSG_CHECKING(whether Solaris gcc optimization fix is necessary)
case "$host" in case "$host" in
sparc-sun-solaris2*|*aix*) *aix*)
if test "$GCC" = yes; then if test "$GCC" = yes; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
new_CFLAGS= new_CFLAGS=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment