mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
due to the recent cosmetical fixes, this flag is no longer needed.
(trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@296 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
f1bc5438c6
commit
f76ae0d8a7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue