aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1998-02-23 09:41:01 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-02-23 09:41:01 +0000
commit9d1ebd25c9fbd7dd890b37d3a116a51bd0486f19 (patch)
tree1f77d1c809979c84a8a1a4c820f03f123474da7e
parent84bc3b4f028fdba4d51c07c62af171bcbe63aad8 (diff)
downloadgcc-9d1ebd25c9fbd7dd890b37d3a116a51bd0486f19.zip
gcc-9d1ebd25c9fbd7dd890b37d3a116a51bd0486f19.tar.gz
gcc-9d1ebd25c9fbd7dd890b37d3a116a51bd0486f19.tar.bz2
t-linux (LIBGCC1, [...]): Add macros and set to empty.
d * 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: r18203
-rw-r--r--gcc/ChangeLog14
-rw-r--r--gcc/configure.in8
2 files changed, 18 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 863a0e1..6083dc3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+Mon Feb 23 18:19:31 1998 Manfred Hollstein <manfred@s-direktnet.de>
+
+ * 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.
Mon Feb 23 10:47:39 1998 Robert Lipe <robertl@dgii.com>
* collect2.c (ldd_file_name): Bracket declaration with same
diff --git a/gcc/configure.in b/gcc/configure.in
index 8c361b4..9fa47b6 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -325,7 +325,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
@@ -336,7 +336,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
@@ -2336,7 +2336,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
@@ -2345,7 +2345,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