From 45f681502fdae0ff1178cabcda251b705c26f20b Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" <macro@linux-mips.org> Date: Wed, 4 Nov 2009 00:05:53 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce8909988949..c8296d5d6aaf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-11-04 Maciej W. Rozycki <macro@linux-mips.org> + + * config.gcc (vax-*-linux*): Keep the original contents of + tmake_file while adding vax/t-linux. + 2009-11-03 Eric Botcazou <ebotcazou@adacore.com> PR target/10127 diff --git a/gcc/config.gcc b/gcc/config.gcc index 4f388babe6a3..9c279dc8d452 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" -- GitLab