aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authormacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-04 00:05:53 +0000
committermacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-04 00:05:53 +0000
commitfdeaa5f1dc95eaa6195a21db6ade1a4196744c8f (patch)
treebce6632ca348a831ef5a0d492233d1b21ad51656 /gcc/config.gcc
parentdbad64d34eaec39d85c229e89c5e26f38930a5d0 (diff)
* config.gcc (vax-*-linux*): Keep the original contents of
tmake_file while adding vax/t-linux. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 4f388babe6a..9c279dc8d45 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"