diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 08:00:57 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 08:00:57 -0400 |
commit | 604d63b0284b04de4703a789104410027455f67e (patch) | |
tree | 33a45d27550467ffc99fe112dfb1a0bd378d7e31 | |
parent | 56f21a2634ee56483bee7abcfceb5bf8a2c18108 (diff) | |
download | gcc-604d63b0284b04de4703a789104410027455f67e.zip gcc-604d63b0284b04de4703a789104410027455f67e.tar.gz gcc-604d63b0284b04de4703a789104410027455f67e.tar.bz2 |
(sparc-*-linux-gnu{*,libc1*}): Add sparc/t-linux.
From-SVN: r14434
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 1e97456..6841fca 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2290,7 +2290,7 @@ for machine in $build $host $target; do xm_file=sparc/xm-linux.h # with ELF format using the xmake_file=x-linux # Linux C library 5. tm_file=sparc/linux.h - tmake_file=t-linux t-linux-gnulibc1 + tmake_file="t-linux t-linux-gnulibc1 sparc/t-linux" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" fixincludes=Makefile.in #On Linux, the headers are ok already. broken_install=yes @@ -2300,7 +2300,7 @@ for machine in $build $host $target; do xm_file=sparc/xm-linux.h # with ELF format using glibc 2 xmake_file=x-linux # aka the Linux C library 6. tm_file=sparc/linux.h - tmake_file=t-linux + tmake_file="t-linux sparc/t-linux" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" fixincludes=Makefile.in #On Linux, the headers are ok already. broken_install=yes |