From: hpa Date: Wed, 1 Dec 2004 00:29:55 +0000 (+0000) Subject: Allow compiling for both Linux and COM32: Makefile cleanups X-Git-Tag: syslinux-3.11~377 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3ad9c5e8cf4716f5f8a1933bb6e638745cc95a0;p=platform%2Fupstream%2Fsyslinux.git Allow compiling for both Linux and COM32: Makefile cleanups --- 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 *~ \#*