Removed need for separately prefixed binutils.

svn path=/trunk/; revision=14629
This commit is contained in:
Art Yerkes 2005-04-15 19:33:51 +00:00
parent 9a53101c31
commit 1a1051e787

View file

@ -27,8 +27,8 @@ freeldr.o: $(FREELDR)
rm freeldr.tmp
ofwldr: $(OBJS)
mppcw32-ld --no-omagic $(LDSECT) $(OBJS) -g -o $@.elf
mppcw32-objcopy $(SECTIONS) -O aixcoff-rs6000 $@.elf $@
$(LD) -melf32ppc --no-omagic $(LDSECT) $(OBJS) -g -o $@.elf
$(OBJCOPY) $(SECTIONS) -O aixcoff-rs6000 $@.elf $@
$(TOOLS)/hack-coff $@
clean: