]> gcc.gnu.org Git - gcc.git/blob - gcc/config/m88k/t-luna
Set CROSS_LIBGCC1 to be libgcc1.null
[gcc.git] / gcc / config / m88k / t-luna
1 # Specify how to create the *.asm files
2
3 MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
4 moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
5 moveDI96x.asm
6
7 $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
8 bash $(srcdir)/config/m88k/m88k-move.sh -no-tdesc
9
10 LIB2FUNCS_EXTRA = $(MOVE_ASM)
11 LIBGCC1 = libgcc1.null
12 CROSS_LIBGCC1 = libgcc1.null
This page took 0.039418 seconds and 5 git commands to generate.