diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-06-08 17:13:51 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-06-08 17:13:51 -0700 |
commit | 9e3d217ee3869e4f4ddb1466621c079e14754660 (patch) | |
tree | 638575ae4165ab469bbe765c72868db9cc33de34 /memdisk | |
parent | 601eab3b8c947b2725e9376954bcd5ebfc954d0a (diff) | |
download | syslinux-9e3d217ee3869e4f4ddb1466621c079e14754660.tar.gz |
Show list file addresses in absolutesyslinux-3.50
Small Perl script to postprocess the listfile and show absolute addresses
instead of section-relative. This only applies to the main address, not
to addresses in bracketed fields.
Diffstat (limited to 'memdisk')
-rw-r--r-- | memdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile index 161a163e..0525b709 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -29,8 +29,8 @@ SFLAGS = $(M32) -march=i386 -D__ASSEMBLY__ LDFLAGS = $(M32) -g INCLUDE = -I../com32/include LD = ld -m elf_i386 -NASM = nasm -O99 -NFLAGS = -dVERSION='"$(VERSION)"' -dDATE='"$(DATE)"' -dWITH_EDD +NASM = nasm +NFLAGS = -O99 -dVERSION='"$(VERSION)"' -dDATE='"$(DATE)"' -dWITH_EDD NINCLUDE = OBJCOPY = objcopy PERL = perl |