source: trunk/third/gcc/config/m68k/t-vxworks68 @ 8834

Revision 8834, 975 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1CROSS_LIBGCC1 = libgcc1-asm.a
2LIB1ASMSRC = m68k/lb1sf68.asm
3LIB1ASMFUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \
4   _double _float _floatex \
5   _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 \
6   _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2
7
8# We don't want to put exit in libgcc.a for VxWorks, because VxWorks
9# does not have _exit.
10LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -Dexit=unused_exit
11
12# These are really part of libgcc1, but this will cause them to be
13# built correctly, so...
14LIB2FUNCS_EXTRA = fpgnulib.c xfgnulib.c
15
16fpgnulib.c: $(srcdir)/config/m68k/fpgnulib.c
17        cp $(srcdir)/config/m68k/fpgnulib.c fpgnulib.c
18xfgnulib.c: $(srcdir)/config/m68k/fpgnulib.c
19        echo '#define EXTFLOAT' > xfgnulib.c
20        cat $(srcdir)/config/m68k/fpgnulib.c >> xfgnulib.c
21
22MULTILIB_OPTIONS = m68000/m68020 m68881/msoft-float
23MULTILIB_DIRNAMES =
24MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 m68000=m68332 m68020=mc68020 m68020=m68040
25
26LIBGCC = stmp-multilib
27INSTALL_LIBGCC = install-multilib
Note: See TracBrowser for help on using the repository browser.