summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-23 09:41:03 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-23 09:41:03 +0000
commitd9e640492bd32d970d7d3fa3da674160badd7173 (patch)
tree626f5f83911f03c338401f080e1bddc0d3d05e04 /gcc
parent974dc5c61b49c1b7d79bea60aef54691e5333050 (diff)
downloadgcc-d9e640492bd32d970d7d3fa3da674160badd7173.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18204 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/configure b/gcc/configure
index fd8090c1b47..2c953a22797 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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