aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-08-16 01:08:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-08-16 01:08:01 +0000
commit33a4e7e4cfa81dc21d37091515891859ef3ab934 (patch)
tree6236832141d53f5836cf72403653eecc8cfa289d
parent5c3bee7defca81362e98cf8fbd6c20cf47dff00b (diff)
parent1516181dc31d12c9470b846a5d94d46e04341d15 (diff)
downloadgrub-tools_r22.2.tar.gz
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ae94276..123e082 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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