From 01b268cbf57515c37cad7dde05b6503e8d64bd5f Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 28 Dec 2004 23:49:43 +0000 Subject: Fix using the resolver function from the API (with DS != CS); add test/sample file to do that; fix bug in chain.c. --- dos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dos') 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 -- cgit v1.2.1