re PR bootstrap/9293 ([m68k-elf/rtems] config/m68k/t-crtstuff bug)
2003-01-29 Joel Sherrill <joel@OARcorp.com> * config/m68k/t-crtstuff: Replace spaces with tabs, add $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o. This issue was tracked as PR9293. From-SVN: r62080
This commit is contained in:
parent
64abe03e3d
commit
2e327e6e14
@ -1,3 +1,9 @@
|
||||
2003-01-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* config/m68k/t-crtstuff: Replace spaces with tabs, add
|
||||
$(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
|
||||
This issue was tracked as PR9293.
|
||||
|
||||
2003-01-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
|
||||
|
@ -1,8 +1,10 @@
|
||||
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crti.o crtn.o
|
||||
|
||||
# Add flags here as required.
|
||||
CRTSTUFF_T_CFLAGS =
|
||||
|
||||
# Assemble startup files.
|
||||
$(T)crti.o: $(srcdir)/config/m68k/crti.s $(GCC_PASSES)
|
||||
$(GCC_FOR_TARGET) -c -o $(T)crti.o $(srcdir)/config/m68k/crti.s
|
||||
$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crti.o $(srcdir)/config/m68k/crti.s
|
||||
$(T)crtn.o: $(srcdir)/config/m68k/crtn.s $(GCC_PASSES)
|
||||
$(GCC_FOR_TARGET) -c -o $(T)crtn.o $(srcdir)/config/m68k/crtn.s
|
||||
$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crtn.o $(srcdir)/config/m68k/crtn.s
|
||||
|
Loading…
Reference in New Issue
Block a user