diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2013-10-03 00:42:58 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2013-10-03 00:42:58 +0000 |
commit | d441afe007eae132ca4a1425d9286d47b19ee082 (patch) | |
tree | 0d400c3c6d94bf49e147662e41b66690f746152a /gcc | |
parent | 80f466c4a620cf19a74531420f29f2b50fa43931 (diff) | |
download | gcc-d441afe007eae132ca4a1425d9286d47b19ee082.zip gcc-d441afe007eae132ca4a1425d9286d47b19ee082.tar.gz gcc-d441afe007eae132ca4a1425d9286d47b19ee082.tar.bz2 |
config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
* config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
From-SVN: r203148
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01c4bfc..e614e8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config.gcc b/gcc/config.gcc index e6cb55d..c85d088 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ;; |