mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Removed need for separately prefixed binutils.
svn path=/trunk/; revision=14629
This commit is contained in:
parent
9a53101c31
commit
1a1051e787
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue