diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 08:03:37 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 08:03:37 -0400 |
commit | 1c988fb7c51720e67ca9308dd350ef15314f1cd5 (patch) | |
tree | 6fc9f519be25b0fb57accd456e625bd1fd2ba5c2 | |
parent | 7c388900abf445d0ed84ff64b5e62b435d33ace7 (diff) | |
download | gcc-1c988fb7c51720e67ca9308dd350ef15314f1cd5.zip gcc-1c988fb7c51720e67ca9308dd350ef15314f1cd5.tar.gz gcc-1c988fb7c51720e67ca9308dd350ef15314f1cd5.tar.bz2 |
(alpha-*-linux-gnu*): Set tmake_file.
From-SVN: r14437
-rw-r--r-- | gcc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 6841fca..5fe8aa8 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -261,6 +261,7 @@ for machine in $build $host $target; do tm_file="${tm_file} alpha/linux.h alpha/elf.h" xm_file="${xm_file} alpha/xm-linux.h" target_cpu_default=4 + tmake_file="t-linux alpha/t-linux" xmake_file=none fixincludes=Makefile.in extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |