* config.gcc (vax-*-linux*): Keep the original contents of
authormacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 2009 00:05:53 +0000 (00:05 +0000)
committermacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 2009 00:05:53 +0000 (00:05 +0000)
tmake_file while adding vax/t-linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153882 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index ce89099..c8296d5 100644 (file)
@@ -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
index 4f388ba..9c279dc 100644 (file)
@@ -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"