From c3ad9c5e8cf4716f5f8a1933bb6e638745cc95a0 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 1 Dec 2004 00:29:55 +0000 Subject: [PATCH] Allow compiling for both Linux and COM32: Makefile cleanups --- com32/lib/MCONFIG | 2 +- com32/modules/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com32/lib/MCONFIG b/com32/lib/MCONFIG index c79e1f8..f1874dc 100644 --- a/com32/lib/MCONFIG +++ b/com32/lib/MCONFIG @@ -8,7 +8,7 @@ PERL = perl STRIP = strip --strip-all -R .comment -R .note OBJCOPY = objcopy -REQFLAGS = -g -m32 -I. -I./sys -I../include +REQFLAGS = -g -m32 -D__COM32__ -I. -I./sys -I../include OPTFLAGS = -Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0 WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 737e6f5..ed4e386 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -34,7 +34,7 @@ PPMTOLSS16 = ../ppmtolss16 LIB = ../lib/libcom32.a LIBGCC := $(shell $(CC) --print-libgcc) -.SUFFIXES: .lss .c .o .elf .c32 +.SUFFIXES: .lss .c .o .elf .c32 .lnx all: hello.c32 fancyhello.c32 fancyhello.lnx @@ -61,7 +61,7 @@ tidy: rm -f *.o *.a *.lst *.elf clean: tidy - rm -f *.lss *.o *.c32 *.com + rm -f *.lss *.o *.c32 *.lnx *.com spotless: clean rm -f *~ \#* -- 2.7.4