diff options
Diffstat (limited to 'gcc/config/m68k/t-mot3300-gas')
-rw-r--r-- | gcc/config/m68k/t-mot3300-gas | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/m68k/t-mot3300-gas b/gcc/config/m68k/t-mot3300-gas index 7fea4f998df..ba222499084 100644 --- a/gcc/config/m68k/t-mot3300-gas +++ b/gcc/config/m68k/t-mot3300-gas @@ -1,15 +1,12 @@ T_CPPFLAGS = -DUSE_GAS TARGET_LIBGCC2_CFLAGS = -DUSE_GAS -CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = m68k/lb1sf68.asm LIB1ASMFUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \ _double _float _floatex \ _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 \ _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2 -# These are really part of libgcc1, but this will cause them to be -# built correctly, so... LIB2FUNCS_EXTRA = fpgnulib.c xfgnulib.c fpgnulib.c: $(srcdir)/config/m68k/fpgnulib.c |