From: Andreas Tobler Date: Sat, 29 Sep 2012 10:28:24 +0000 (+0200) Subject: config.gcc: Replace 'host' with 'target' when configuring for powerpc64*-*-freebsd. X-Git-Tag: misc/gccgo-go1_1_2~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252a969e5d82ed24a21f87b57e28307146fe2678;p=thirdparty%2Fgcc.git config.gcc: Replace 'host' with 'target' when configuring for powerpc64*-*-freebsd. 2012-09-29 Andreas Tobler * config.gcc: Replace 'host' with 'target' when configuring for powerpc64*-*-freebsd. From-SVN: r191849 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6a2cdbe2872..068a264c9055 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-09-29 Andreas Tobler + + * config.gcc: Replace 'host' with 'target' when configuring for + powerpc64*-*-freebsd. + 2012-09-29 Marc Glisse * tree.c (truth_type_for): New function. diff --git a/gcc/config.gcc b/gcc/config.gcc index d6c81534c59f..097d456f676c 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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"