summaryrefslogtreecommitdiff
path: root/sample/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-12 23:25:57 +0000
committerhpa <hpa>2002-06-12 23:25:57 +0000
commit0d029d9966c84ba2b9dc97389fd6f0822fe306b3 (patch)
tree2980f895f4b541ab4993579e6791a610cc648977 /sample/Makefile
parent22201af86a39a004fa92b89681ccc0d41bec4474 (diff)
downloadsyslinux-0d029d9966c84ba2b9dc97389fd6f0822fe306b3.tar.gz
Correct the CFLAGS for building com32 files
Diffstat (limited to 'sample/Makefile')
-rw-r--r--sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile
index eca86918..58d6d052 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -17,7 +17,7 @@
CC = gcc
LD = ld
-CFLAGS = -O2 -fomit-frame-pointer -I..
+CFLAGS = -march=i386 -O2 -fomit-frame-pointer -I../com32/include
LDFLAGS = -s
OBJCOPY = objcopy
PPMTOLSS16 = ../ppmtolss16