aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-03-01 05:18:57 +0000
committerBen Elliston <bje@gcc.gnu.org>2006-03-01 16:18:57 +1100
commitec09c26e3a5bbfe7536746c99e826417b2bf4bfe (patch)
tree940fc4477acda4933ffa4da5c6704f104091a15a /gcc/config.gcc
parent0eafb3ece622ac104ac19aac4a509abf9aacd101 (diff)
downloadgcc-ec09c26e3a5bbfe7536746c99e826417b2bf4bfe.zip
gcc-ec09c26e3a5bbfe7536746c99e826417b2bf4bfe.tar.gz
gcc-ec09c26e3a5bbfe7536746c99e826417b2bf4bfe.tar.bz2
config.gcc: Add t-dfprules to $tmake_file for powerpc-*-linux* and powerpc64-*-linux*...
* config.gcc: Add t-dfprules to $tmake_file for powerpc-*-linux* and powerpc64-*-linux* configurations. * config/t-dfprules: New file. From-SVN: r111596
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 70f9bae..9aea7ce 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1636,7 +1636,7 @@ powerpc64-*-linux*)
tm_file="rs6000/secureplt.h ${tm_file}"
fi
extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
- tmake_file="rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64"
+ tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64"
;;
powerpc64-*-gnu*)
tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h"
@@ -1734,7 +1734,7 @@ powerpc-*-linux*spe*)
powerpc-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
extra_options="${extra_options} rs6000/sysv4.opt"
- tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
+ tmake_file="t-dfprules rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
case ${enable_targets}:${cpu_is_64bit} in
*powerpc64* | all:* | *:yes)
if test x$cpu_is_64bit = xyes; then