From: John David Anglin Date: Thu, 3 Oct 2013 00:52:23 +0000 (+0000) Subject: config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file. X-Git-Tag: releases/gcc-4.7.4~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56a95e7e163cbcf17ca428df54dc2d323be23176;p=thirdparty%2Fgcc.git 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: r203150 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a5a897b7f9b1..63e265a7782d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-02 John David Anglin + + * config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file. + 2013-09-23 Eric Botcazou * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy diff --git a/gcc/config.gcc b/gcc/config.gcc index 7282a68cc401..9503b96cfc35 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ;;