diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/i386/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 2b106f6..ed6d5d3 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -38,7 +38,7 @@ CFLAGS+= -DLOADER_GZIP_SUPPORT CFLAGS+= -I${.CURDIR}/../../common CFLAGS+= -I. -CLEANFILES= vers.c loader loader.list loader.bin loader.help +CLEANFILES= vers.c loader loader.bin loader.help CFLAGS+= -Wall LDFLAGS= -static -Ttext 0x0 |