From 4a305d4d7400fd976813ac350eed3bdba6b4d9b2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Nov 2005 13:22:19 +0000 Subject: Replace .coff with .elf. --- make/custom/ts_386ex.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/ts_386ex.cfg') diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg index 862d1a7070..71932c2fd7 100644 --- a/make/custom/ts_386ex.cfg +++ b/make/custom/ts_386ex.cfg @@ -29,7 +29,7 @@ CFLAGS_OPTIMIZE_V= -O4 # # This is a good way to get debug information. The rdmp file is large # though (1.9 Mb for hello) and greatly slows the build process. -# $(OBJDUMP) -x -m i386 -d $(basename $@).coff > $(basename $@).rdmp +# $(OBJDUMP) -x -m i386 -d $(basename $@).elf > $(basename $@).rdmp define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \ -- cgit v1.2.3