OSDN Git Service

2012-09-29 Andreas Tobler <andreast@fgznet.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 10:30:39 +0000 (10:30 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 10:30:39 +0000 (10:30 +0000)
Backport from mainline
2012-09-29  Andreas Tobler  <andreast@fgznet.ch>

* config.gcc: Replace 'host' with 'target' when configuring for
powerpc64*-*-freebsd.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@191850 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 5c0d5f3..7c2ebdf 100644 (file)
@@ -1,3 +1,11 @@
+2012-09-29  Andreas Tobler  <andreast@fgznet.ch>
+
+       Backport from mainline
+       2012-09-29  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config.gcc: Replace 'host' with 'target' when configuring for
+       powerpc64*-*-freebsd.
+
 2012-09-28  Meador Inge  <meadori@codesourcery.com>
 
        Backport from mainline
index 5fcd192..7807090 100644 (file)
@@ -1970,7 +1970,7 @@ powerpc*-*-freebsd*)
        tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h"
        extra_options="${extra_options} rs6000/sysv4.opt"
        tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
-       case ${host} in
+       case ${target} in
             powerpc64*)
                tm_file="${tm_file} rs6000/default64.h rs6000/freebsd64.h"
                tmake_file="${tmake_file} rs6000/t-freebsd64"