minor Makefile fix.

This commit is contained in:
Gunter Knauf 2005-08-10 21:45:59 +00:00
parent 189461dc98
commit bb2317b63c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ LDFLAGS = -T
AR = ar
ARFLAGS = -cq
CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing
CFLAGS += -Wall -Wno-format # -pedantic
CFLAGS += -Wall -Wno-format -Wno-uninitialized # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else