Changeset 6bc4dbd in mainline for arch/ia32/boot/Makefile


Ignore:
Timestamp:
2005-11-08T00:00:15Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b65205
Parents:
849ba5cb
Message:

new build system upgrade
finished work for IA-32, IA-64, PPC-32, SPARC-64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/boot/Makefile

    r849ba5cb r6bc4dbd  
    77
    88boot.bin: boot.o
    9         ld -T boot.ld -entry _start_0x7c00 --oformat binary boot.o -o $@
     9        $(LD) -T boot.ld -entry _start_0x7c00 --oformat binary boot.o -o $@
    1010
    1111boot.o: boot.S
    12         gcc -E -DKERNEL_SIZE=$(KERNEL_SIZE) boot.S > boot.s
    13         as boot.s -o $@
     12        $(CC) -E -DKERNEL_SIZE=$(KERNEL_SIZE) boot.S > boot.s
     13        $(AS) boot.s -o $@
    1414        rm boot.s
    1515
Note: See TracChangeset for help on using the changeset viewer.