Changeset 3998ab2 in mainline


Ignore:
Timestamp:
2006-03-12T18:18:59Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7740f86
Parents:
75a3095
Message:

ia64 now loads init from ELF. Don't need to do objcopy to binary format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/Makefile.inc

    r75a3095 r3998ab2  
    2828
    2929VMAXLMA_SRC=$(KERNELDIR)/contrib/arch/ia64/vmaxlma.c
    30 CROSS_OBJCOPY=/usr/local/ia64/bin/ia64-pc-linux-gnu-objcopy
    3130
    3231build: kernel.bin
     
    3534        cp $(KERNELDIR)/kernel.bin .
    3635        ./vmaxlma kernel.bin
    37         $(CROSS_OBJCOPY) -O binary $(USPACEDIR)/init/init init
    3836
    3937vmaxlma: $(VMAXLMA_SRC)
     
    4139
    4240clean: clean_kernel clean_uspace
    43         -rm -f kernel.bin init vmaxlma
     41        -rm -f kernel.bin vmaxlma
    4442
    4543arch_distclean: distclean_kernel distclean_uspace
Note: See TracChangeset for help on using the changeset viewer.