diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-08 05:09:54 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-08 05:09:54 +0000 |
commit | b17587b6f8a4ee3f9af2407d3ad2e7f5e439ea51 (patch) | |
tree | 86074eb7612c3c7a1a8e312bc83756e689a9a34a /gcc/config.host | |
parent | fa024031768de440688ddb227cfa6f94ab013ca9 (diff) | |
download | gcc-b17587b6f8a4ee3f9af2407d3ad2e7f5e439ea51.tar.gz |
2009-10-08 Andreas Tobler <a.tobler@schweiz.org>
PR bootstrap/37739
* config.host: Use config/x-cflags-O1 for powerpc FreeBSD.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host index 4affcb06b17..9738345c8a2 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. |