Commit 4c93ed23 by Andreas Tobler Committed by Andreas Tobler

re PR bootstrap/37739 (bootstrap broken with core gcc > gcc-4.2.x)

2009-10-08  Andreas Tobler  <a.tobler@schweiz.org>

	PR bootstrap/37739
	* config.host: Use config/x-cflags-O1 for powerpc FreeBSD.

From-SVN: r152550
parent 32a58b37
2009-10-08 Andreas Tobler <a.tobler@schweiz.org>
PR bootstrap/37739
* config.host: Use config/x-cflags-O1 for powerpc FreeBSD.
2009-10-07 Joseph Myers <joseph@codesourcery.com> 2009-10-07 Joseph Myers <joseph@codesourcery.com>
PR c/41182 PR c/41182
...@@ -130,7 +130,7 @@ case ${host} in ...@@ -130,7 +130,7 @@ case ${host} in
;; ;;
esac esac
case ${host} in case ${host} in
*-*-linux* ) *-*-linux* | *-*-freebsd*)
if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then
# On powerpc*-*-linux* use -Wl,--relax to link cc1, # On powerpc*-*-linux* use -Wl,--relax to link cc1,
# if ld is new enough, otherwise force -O1 in CFLAGS. # if ld is new enough, otherwise force -O1 in 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