From 8c70e0dc6d00db779c408e28a029de13b1531bb0 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Fri, 12 Sep 2014 16:39:15 +0000 Subject: [PATCH] add -mno-ms-bitfields to gcc flags git-svn-id: svn://kolibrios.org@5106 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/use_gcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/use_gcc.lua b/programs/use_gcc.lua index 50ff511b83..7c304b0336 100644 --- a/programs/use_gcc.lua +++ b/programs/use_gcc.lua @@ -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 = ""