]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Replace 'host' with 'target' when configuring for powerpc64*-*-freebsd.
authorAndreas Tobler <andreast@fgznet.ch>
Sat, 29 Sep 2012 10:28:24 +0000 (12:28 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Sat, 29 Sep 2012 10:28:24 +0000 (12:28 +0200)
2012-09-29  Andreas Tobler  <andreast@fgznet.ch>

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

From-SVN: r191849

gcc/ChangeLog
gcc/config.gcc

index e6a2cdbe28724c0afeb7ac22720f00c895bdc933..068a264c90551c5236ea02de865213c5313d1939 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-29  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config.gcc: Replace 'host' with 'target' when configuring for
+       powerpc64*-*-freebsd.
+
 2012-09-29  Marc Glisse  <marc.glisse@inria.fr>
 
        * tree.c (truth_type_for): New function.
index d6c81534c59fdf8d70bf760d5be758a8bed1c950..097d456f676cfcba628063ad7d747e78c248adfa 100644 (file)
@@ -1919,7 +1919,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"