diff options
author | hpa <hpa> | 2004-12-28 23:49:43 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-28 23:49:43 +0000 |
commit | 01b268cbf57515c37cad7dde05b6503e8d64bd5f (patch) | |
tree | b0f83e49823cea949bf8644071f0aca4dade270c /dos | |
parent | b276b20eebea84bdf991d07da1bdff4c23b430c8 (diff) | |
download | syslinux-elf-syslinux-3.00-pre8.tar.gz syslinux-elf-syslinux-3.00-pre8.tar.xz syslinux-elf-syslinux-3.00-pre8.zip |
Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8
test/sample file to do that; fix bug in chain.c.
Diffstat (limited to 'dos')
-rw-r--r-- | dos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/Makefile b/dos/Makefile index ca17a64d..f17e4035 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -1,4 +1,4 @@ -CC = gcc -m32 -mregparm=3 -DREGPARM=3 -DDEBUG +CC = gcc -m32 -mregparm=3 -DREGPARM=3 LD = ld -m elf_i386 OBJCOPY = objcopy OPTFLAGS = -g -Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer |