diff options
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 = |