Ignore:
Timestamp:
2009-04-03T14:07:40Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8bf88d
Parents:
b60c582
Message:

do not disassemble hello (fixes problems with the newest binutils)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/gefi/HelenOS/Makefile

    rb60c582 r2398ee9  
    2121#  02111-1307, USA.
    2222#
     23
    2324prefix=$(PREFIX)
    2425include ../Make.defaults
     
    2930LDSCRIPT        = ../gnuefi/elf_$(ARCH)_efi.lds
    3031LDFLAGS         += -T $(LDSCRIPT) -shared -Bsymbolic -L../lib -L../gnuefi $(CRTOBJS)
    31 #LOADLIBES      = -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name)
    3232LOADLIBES       = -lefi -lgnuefi
    3333FORMAT          = efi-app-$(ARCH)
    3434
    35 
    3635all:    gefi hello.efi
    37 
    3836
    3937clean:
     
    4543        $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \
    4644                   -j .rela -j .reloc --target=$(FORMAT) hello.so hello.efi
    47         $(OBJDUMP) -d hello.efi > hello.disass 
    4845
    4946#When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot
     
    5956        $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c division.c -o division.o
    6057
    61 
    6258image.bin: ../../image.boot
    6359        $(OBJCOPY) -O binary ../../image.boot image.bin
    64 
    6560
    6661image.o: ../../image.boot mkimage
     
    7368        gcc -o mkimage mkimage.c
    7469
    75 
    7670gefi:
    7771        make -C .. prefix=$(PREFIX)
Note: See TracChangeset for help on using the changeset viewer.