forked from KolibriOS/kolibrios
add -mno-ms-bitfields to gcc flags
git-svn-id: svn://kolibrios.org@5106 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
262f1e8c0d
commit
8c70e0dc6d
@ -1,4 +1,4 @@
|
||||
CFLAGS = "-Os -fno-ident -fomit-frame-pointer -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -mpreferred-stack-boundary=2 -fno-exceptions -fno-asynchronous-unwind-tables -ffast-math"
|
||||
CFLAGS = "-Os -fno-ident -fomit-frame-pointer -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -mpreferred-stack-boundary=2 -fno-exceptions -fno-asynchronous-unwind-tables -ffast-math -mno-ms-bitfields"
|
||||
LDFLAGS = "-nostdlib -n --file-alignment=16 --section-alignment=16"
|
||||
INCLUDES = ""
|
||||
LIBS = ""
|
||||
|
Loading…
Reference in New Issue
Block a user