From: Andreas Tobler Date: Thu, 8 Oct 2009 05:09:54 +0000 (+0000) Subject: re PR bootstrap/37739 (bootstrap broken with core gcc > gcc-4.2.x) X-Git-Tag: releases/gcc-4.5.0~3043 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c93ed23858a4d0ed6a63f9a75fba798b048e8c3;p=thirdparty%2Fgcc.git re PR bootstrap/37739 (bootstrap broken with core gcc > gcc-4.2.x) 2009-10-08 Andreas Tobler PR bootstrap/37739 * config.host: Use config/x-cflags-O1 for powerpc FreeBSD. From-SVN: r152550 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 885532b2fd8f..bf79d8670efc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-08 Andreas Tobler + + PR bootstrap/37739 + * config.host: Use config/x-cflags-O1 for powerpc FreeBSD. + 2009-10-07 Joseph Myers PR c/41182 diff --git a/gcc/config.host b/gcc/config.host index 4affcb06b178..9738345c8a2f 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -130,7 +130,7 @@ case ${host} in ;; esac case ${host} in - *-*-linux* ) + *-*-linux* | *-*-freebsd*) if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then # On powerpc*-*-linux* use -Wl,--relax to link cc1, # if ld is new enough, otherwise force -O1 in CFLAGS.