t-linux (LIBGCC1, [...]): Add macros and set to empty.
authorManfred Hollstein <manfred@gcc.gnu.org>
Mon, 23 Feb 1998 09:41:03 +0000 (09:41 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Mon, 23 Feb 1998 09:41:03 +0000 (09:41 +0000)
a
* config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
set to empty.
* config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
* config/alpha/t-linux: Remove file.
* config/sparc/t-linux: Remove file.
* config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
* config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
* configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
for tmake_file.
(alpha*-*-linux-gnu*): Likewise.
(sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
(sparc-*-linux-gnu*): Likewise.

From-SVN: r18204

gcc/configure

index fd8090c1b470d29318c2ffe0cf42a8ab8045fa82..2c953a2279712ef26268926a5983f7ffd23c16e3 100755 (executable)
@@ -2203,7 +2203,7 @@ for machine in $build $host $target; do
        alpha*-*-linux-gnulibc1*)
                tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
                xm_file="${xm_file} alpha/xm-linux.h"
-               tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux"
+               tmake_file="t-linux t-linux-gnulibc1"
                xmake_file=none
                fixincludes=Makefile.in
                gas=yes gnu_ld=yes
@@ -2214,7 +2214,7 @@ for machine in $build $host $target; do
        alpha*-*-linux-gnu*)
                tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
                xm_file="${xm_file} alpha/xm-linux.h"
-               tmake_file="t-linux alpha/t-linux"
+               tmake_file="t-linux"
                xmake_file=none
                fixincludes=Makefile.in
                gas=yes gnu_ld=yes
@@ -4214,7 +4214,7 @@ for machine in $build $host $target; do
                xm_file="sparc/xm-sparc.h sparc/xm-linux.h"
                xmake_file=x-linux
                tm_file=sparc/linux.h
-               tmake_file="t-linux t-linux-gnulibc1 sparc/t-linux"
+               tmake_file="t-linux t-linux-gnulibc1"
                extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
                fixincludes=Makefile.in #On Linux, the headers are ok already.
                gnu_ld=yes
@@ -4223,7 +4223,7 @@ for machine in $build $host $target; do
                xm_file="sparc/xm-sparc.h sparc/xm-linux.h"
                xmake_file=x-linux
                tm_file=sparc/linux.h
-               tmake_file="t-linux sparc/t-linux"
+               tmake_file="t-linux"
                extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
                fixincludes=Makefile.in #On Linux, the headers are ok already.
                gnu_ld=yes