1*c87b03e5SespieT_CPPFLAGS = -DUSE_GAS -DUSE_GLD
2*c87b03e5SespieTARGET_LIBGCC2_CFLAGS = -DUSE_GAS
3*c87b03e5Sespie
4*c87b03e5SespieLIB1ASMSRC = m68k/lb1sf68.asm
5*c87b03e5SespieLIB1ASMFUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \
6*c87b03e5Sespie   _double _float _floatex \
7*c87b03e5Sespie   _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 \
8*c87b03e5Sespie   _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2
9*c87b03e5Sespie
10*c87b03e5SespieLIB2FUNCS_EXTRA = fpgnulib.c xfgnulib.c
11*c87b03e5Sespie
12*c87b03e5Sespiefpgnulib.c: $(srcdir)/config/m68k/fpgnulib.c
13*c87b03e5Sespie	cp $(srcdir)/config/m68k/fpgnulib.c fpgnulib.c
14*c87b03e5Sespiexfgnulib.c: $(srcdir)/config/m68k/fpgnulib.c
15*c87b03e5Sespie	echo '#define EXTFLOAT' > xfgnulib.c
16*c87b03e5Sespie	cat $(srcdir)/config/m68k/fpgnulib.c >> xfgnulib.c
17*c87b03e5Sespie
18*c87b03e5SespieMULTILIB_OPTIONS=m68000/m68020 msoft-float
19*c87b03e5SespieMULTILIB_DIRNAMES=
20*c87b03e5SespieMULTILIB_MATCHES=m68000=mc68000 m68000=m68302 m68000=m68332 m68020=mc68020 m68020=m68040
21*c87b03e5Sespie
22*c87b03e5SespieLIBGCC = stmp-multilib
23*c87b03e5SespieINSTALL_LIBGCC = install-multilib
24*c87b03e5Sespie
25*c87b03e5SespieCRT0_S = $(srcdir)/config/m68k/mot3300-crt0.S
26*c87b03e5SespieMCRT0_S = $(srcdir)/config/m68k/mot3300Mcrt0.S
27*c87b03e5SespieCRT0STUFF_T_CFLAGS =
28