diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-01-24 16:25:34 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-01-24 16:25:34 -0800 |
commit | 95e6215b6f1d31eebdb1ddeb4c13007c5af30c23 (patch) | |
tree | 5dbce6408bb350b242e5c4dd592da103ed6cfb86 /mtools | |
parent | 8f189531a58aef0655cd04a620931da3a0157eaa (diff) | |
parent | 1da816e5101d61edc8a01e3c76a1b89933a8b863 (diff) | |
download | syslinux-95e6215b6f1d31eebdb1ddeb4c13007c5af30c23.tar.gz syslinux-95e6215b6f1d31eebdb1ddeb4c13007c5af30c23.tar.xz syslinux-95e6215b6f1d31eebdb1ddeb4c13007c5af30c23.zip |
Merge branch 'master' into fsc
Conflicts:
com32/lib/MCONFIG
com32/lib/readdir.c
Diffstat (limited to 'mtools')
-rw-r--r-- | mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index b5517805..91b68527 100644 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -3,7 +3,7 @@ include $(topdir)/MCONFIG OPTFLAGS = -g -Os INCLUDES = -I. -I.. -I../libfat -I../libinstaller -CFLAGS = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) +CFLAGS = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) LDFLAGS = -s SRCS = syslinux.c \ |