diff options
Diffstat (limited to 'gcc/config/picochip/t-picochip')
-rw-r--r-- | gcc/config/picochip/t-picochip | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/picochip/t-picochip b/gcc/config/picochip/t-picochip index 222d7a646b9..0f3fe8c3d81 100644 --- a/gcc/config/picochip/t-picochip +++ b/gcc/config/picochip/t-picochip @@ -35,14 +35,6 @@ LIB2FUNCS_EXTRA = \ $(srcdir)/config/picochip/libgccExtras/parityhi2.asm \ $(srcdir)/config/picochip/libgccExtras/popcounthi2.asm -# Prevent some of the more complicated libgcc functions from being -# compiled. This is because they are generally too big to fit into an -# AE anyway, so there is no point in having them. Also, some don't -# compile properly so we'll ignore them for the moment. - -LIB1ASMFUNCS = _mulsc3 _divsc3 -LIB1ASMSRC = picochip/libgccExtras/fake_libgcc.asm - # Turn off ranlib on target libraries. RANLIB_FOR_TARGET = cat |