]> git.ozlabs.org Git - yaboot.git/blobdiff - Makefile
Fix the swab* macros.
[yaboot.git] / Makefile
index f3b46a5f02ddebc2e0141445425ddfe54ae9dea3..ab37082f784d0d6d0c1176febbe562173a6cc071 100644 (file)
--- 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.
 #