Skip to content
Snippets Groups Projects
Commit 33a4e7e4 authored by Andrew Hsieh's avatar Andrew Hsieh Committed by Gerrit Code Review
Browse files

Merge "Add explicit LOCAL_ASFLAGS=-m32 for x86 target"

parents 5c3bee7d 1516181d
No related merge requests found
......@@ -31,6 +31,7 @@ LOCAL_CFLAGS := \
-Wpointer-arith -falign-jumps=1 -falign-loops=1 \
-falign-functions=1 -Wundef
LOCAL_CFLAGS += -m32 -O2 -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
LOCAL_ASFLAGS += -m32
LOCAL_C_INCLUDES := $(LOCAL_PATH)/stage1
......@@ -88,6 +89,7 @@ LOCAL_CFLAGS := \
-falign-functions=1 -Wundef
LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
LOCAL_ASFLAGS += -m32
LOCAL_CFLAGS += -DHAVE_CONFIG_H -DFSYS_EXT2FS=1 -DSUPPORT_SERIAL=1
......@@ -125,6 +127,7 @@ LOCAL_CFLAGS := \
-falign-functions=1 -Wundef
LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
LOCAL_ASFLAGS += -m32
LOCAL_CFLAGS += -DHAVE_CONFIG_H -DFSYS_EXT2FS=1 -DSUPPORT_SERIAL=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment