]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/39634 (powerpc64 libgcc contains useless softfp functions)
authorAlan Modra <amodra@bigpond.net.au>
Tue, 7 Apr 2009 01:15:37 +0000 (01:15 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 7 Apr 2009 01:15:37 +0000 (10:45 +0930)
PR target/39634
* config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after
rs6000/t-linux64.

From-SVN: r145643

gcc/ChangeLog
gcc/config.gcc

index f9e5fb95b32021af00c248d2cfda138e3e48fdd2..4f0a010630c61315f4ca9a9858860315f7cc8e3e 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-07  Alan Modra  <amodra@bigpond.net.au>
+
+       PR target/39634
+       * config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after
+       rs6000/t-linux64.
+
 2009-04-02  David Ayers  <ayers@fsfe.org>
  
        PR objc/27377
index 96f025933c2a764aa1835decb1c4f0a946977943..56b004f708f53e5805870702f75008dab2a051c4 100644 (file)
@@ -1969,7 +1969,7 @@ powerpc-*-linux*paired*)
 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="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp 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
@@ -1983,6 +1983,7 @@ powerpc-*-linux*)
                tm_file="${tm_file} rs6000/linux.h"
                ;;
        esac
+       tmake_file="${tmake_file} rs6000/t-fprules-softfp soft-fp/t-softfp"
        if test x${enable_secureplt} = xyes; then
                tm_file="rs6000/secureplt.h ${tm_file}"
        fi