diff options
author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-23 09:41:10 +0000 |
---|---|---|
committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-23 09:41:10 +0000 |
commit | 1fc69e0ed91782c8edf13bad897473de8afae8e3 (patch) | |
tree | 3b0bedf67cff3fc6e6c5b62be1f6fbf6f28420ab /gcc/config/t-linux-aout | |
parent | 0cf5ab30f7ca83dd1fe9210c8083b34cea82db96 (diff) | |
download | gcc-1fc69e0ed91782c8edf13bad897473de8afae8e3.tar.gz |
e
* 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@18206 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-linux-aout')
-rw-r--r-- | gcc/config/t-linux-aout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/t-linux-aout b/gcc/config/t-linux-aout index a7c091799e8..8826cddcab6 100644 --- a/gcc/config/t-linux-aout +++ b/gcc/config/t-linux-aout @@ -3,3 +3,9 @@ STMP_FIXPROTO = # Don't install "assert.h" in gcc. We use the one in glibc. INSTALL_ASSERT_H = + +# Do not build libgcc1. Let gcc generate those functions. The GNU/Linux +# C library can handle them. +LIBGCC1 = +CROSS_LIBGCC1 = +LIBGCC1_TEST = |