diff options
author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-23 09:41:09 +0000 |
---|---|---|
committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-23 09:41:09 +0000 |
commit | 0cf5ab30f7ca83dd1fe9210c8083b34cea82db96 (patch) | |
tree | cec12ca66d899b28c03c94db2ca20f5f0acfaf28 /gcc/config/t-linux | |
parent | d9e640492bd32d970d7d3fa3da674160badd7173 (diff) | |
download | gcc-0cf5ab30f7ca83dd1fe9210c8083b34cea82db96.tar.gz |
#
* 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@18205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-linux')
-rw-r--r-- | gcc/config/t-linux | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 843fa1bdf79..d67feed83c1 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -8,3 +8,9 @@ INSTALL_ASSERT_H = CRTSTUFF_T_CFLAGS_S = -fPIC # Compile libgcc2.a with pic. TARGET_LIBGCC2_CFLAGS = -fPIC + +# Do not build libgcc1. Let gcc generate those functions. The GNU/Linux +# C library can handle them. +LIBGCC1 = +CROSS_LIBGCC1 = +LIBGCC1_TEST = |