diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-11-04 00:05:53 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2009-11-04 00:05:53 +0000 |
commit | 45f681502fdae0ff1178cabcda251b705c26f20b (patch) | |
tree | bce6632ca348a831ef5a0d492233d1b21ad51656 /gcc/config.gcc | |
parent | 9a6f7249ea868e4c0dea0fb518fcfe187a89f2e4 (diff) | |
download | gcc-45f681502fdae0ff1178cabcda251b705c26f20b.zip gcc-45f681502fdae0ff1178cabcda251b705c26f20b.tar.gz gcc-45f681502fdae0ff1178cabcda251b705c26f20b.tar.bz2 |
config.gcc (vax-*-linux*): Keep the original contents of tmake_file while adding vax/t-linux.
* config.gcc (vax-*-linux*): Keep the original contents of
tmake_file while adding vax/t-linux.
From-SVN: r153882
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 4f388ba..9c279dc 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2503,7 +2503,7 @@ v850-*-*) ;; vax-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h vax/elf.h vax/linux.h" - tmake_file=vax/t-linux + tmake_file="${tmake_file} vax/t-linux" ;; vax-*-netbsdelf*) tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h" |