commit | 8b199589789215718114d3345fe129989c5e6eb8 | [log] [tgz] |
---|---|---|
author | Duane Sand <duanes@mips.com> | Mon Mar 04 16:55:25 2013 -0800 |
committer | Duane Sand <duanes@mips.com> | Mon Mar 04 16:57:53 2013 -0800 |
tree | be9921dfd81926384b3e6c15e618dc543b240962 | |
parent | 59d7a95be90328306ac2dfef31a5663f1f2d76fc [diff] |
Conditionalise ARM specific compiler option See I92ed31bff30a5011e9e0e86c7c90ca140be2f4dc for similar issues in building Broadcom wlan. Change-Id: I71e71a78823537917e5089b90c3cda4bdccdbaef
diff --git a/qcwcn/wpa_supplicant_8_lib/Android.mk b/qcwcn/wpa_supplicant_8_lib/Android.mk index 802454c..df715ae 100644 --- a/qcwcn/wpa_supplicant_8_lib/Android.mk +++ b/qcwcn/wpa_supplicant_8_lib/Android.mk
@@ -39,8 +39,10 @@ WPA_SRC_FILE += driver_cmd_nl80211.c endif +ifeq ($(TARGET_ARCH),arm) # To force sizeof(enum) = 4 L_CFLAGS += -mabi=aapcs-linux +endif ifdef CONFIG_ANDROID_LOG L_CFLAGS += -DCONFIG_ANDROID_LOG