]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 3 Oct 2013 00:52:23 +0000 (00:52 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 3 Oct 2013 00:52:23 +0000 (00:52 +0000)
* config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.

From-SVN: r203150

gcc/ChangeLog
gcc/config.gcc

index a5a897b7f9b1f585a28e2cd3b641d94d375eac39..63e265a7782dc85e4a896d13ffac5bd1a0352a89 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-02  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
+
 2013-09-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy
index 7282a68cc40102a6852b9f39bbdccbd53d07c12f..9503b96cfc3570412dbc5846f18d4463361bba77 100644 (file)
@@ -1064,7 +1064,6 @@ hppa*64*-*-linux*)
        tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
                 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
                 pa/pa64-linux.h"
-       tmake_file="${tmake_file} pa/t-linux"
        gas=yes gnu_ld=yes
        need_64bit_hwint=yes
        ;;