X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=ab37082f784d0d6d0c1176febbe562173a6cc071;hp=f3b46a5f02ddebc2e0141445425ddfe54ae9dea3;hb=189c50f74e50dc4784766cf198b28e5917403e1e;hpb=57a24d7b07ceef22166ac508dd478926e9172f4b;ds=sidebyside 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. #