From f76ae0d8a763b3128af7a385b1ffe1bd97f80de0 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 28 Apr 2007 11:32:05 +0000 Subject: [PATCH] due to the recent cosmetical fixes, this flag is no longer needed. (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@296 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a5542f550..b8a4e1ce91 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ CFLAGS := -Os -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ HOSTCC := gcc HOSTCXX := g++ HOSTCFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \ - -Wno-unused -Wno-sign-compare -Wno-pointer-sign + -Wno-unused -Wno-sign-compare LEX := flex