mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +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
|
rm freeldr.tmp
|
||||||
|
|
||||||
ofwldr: $(OBJS)
|
ofwldr: $(OBJS)
|
||||||
mppcw32-ld --no-omagic $(LDSECT) $(OBJS) -g -o $@.elf
|
$(LD) -melf32ppc --no-omagic $(LDSECT) $(OBJS) -g -o $@.elf
|
||||||
mppcw32-objcopy $(SECTIONS) -O aixcoff-rs6000 $@.elf $@
|
$(OBJCOPY) $(SECTIONS) -O aixcoff-rs6000 $@.elf $@
|
||||||
$(TOOLS)/hack-coff $@
|
$(TOOLS)/hack-coff $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue