From: Tony Breeds Date: Mon, 13 May 2013 04:46:53 +0000 (+1000) Subject: Revert "make: Update CFLAGS to for -Werror." X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=189c50f74e50dc4784766cf198b28e5917403e1e;p=yaboot.git Revert "make: Update CFLAGS to for -Werror." This reverts commit b1bdfaf8b8da39e0aa888643b1998a948f83e7dd. I didn't cover enough compilers. Sorry. Signed-off-by: Tony Breeds --- diff --git a/Makefile b/Makefile index f3b46a5..ab37082 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,6 @@ YBCFLAGS += -DVERSION="\"${VERSION}${VERSIONEXTRA}\"" YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG) YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE) YBCFLAGS += -DKERNELADDR=$(KERNELADDR) -YBCFLAGS += -Werror -fdiagnostics-show-option YBCFLAGS += -I ./include YBCFLAGS += -fno-strict-aliasing @@ -74,7 +73,6 @@ LLIBS = -lext2fs # For compiling userland utils # UCFLAGS = -Os $(CFLAGS) -Wall -I/usr/include -UCFLAGS += -Werror -fdiagnostics-show-option # For compiling build-tools that run on the host. #