]> 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:42:58 +0000 (00:42 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 3 Oct 2013 00:42:58 +0000 (00:42 +0000)
* config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.

From-SVN: r203148

gcc/ChangeLog
gcc/config.gcc

index 01c4bfc173369c5a9eff376d12dc82198ae9be3f..e614e8ee7ed7e58c739ef6e3c1145636ff5e38f3 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-10-02  Vladimir Makarov  <vmakarov@redhat.com>
 
        * lra-constraints.c (process_alt_operand): Calculate scratch_p and
index e6cb55d316c9b169c89e1fc7bcf20e6e8e97f750..c85d088eb7658cd7c9bda46feff41af8c29444ae 100644 (file)
@@ -1164,7 +1164,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
        ;;