[ros-diffs] [arty] 14629: Removed need for separately prefixed
binutils.
arty at svn.reactos.com
arty at svn.reactos.com
Fri Apr 15 21:33:51 CEST 2005
Removed need for separately prefixed binutils.
Modified: trunk/reactos/boot/freeldr/bootsect/Makefile.powerpc
_____
Modified: trunk/reactos/boot/freeldr/bootsect/Makefile.powerpc
--- trunk/reactos/boot/freeldr/bootsect/Makefile.powerpc
2005-04-15 17:56:40 UTC (rev 14628)
+++ trunk/reactos/boot/freeldr/bootsect/Makefile.powerpc
2005-04-15 19:33:51 UTC (rev 14629)
@@ -27,8 +27,8 @@
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:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050415/16faa727/attachment.html
More information about the Ros-diffs
mailing list