Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from atilag/bug-1087161-upgrade-toolchain-4.9
Browse files Browse the repository at this point in the history
Bug 1087161 - Upgrade Gecko toolchain to gcc-4.9 for Shinano based devices (Aries and Leo) r=gerard-majax
  • Loading branch information
atilag committed Mar 7, 2016
2 parents dd157e2 + bc72109 commit 53dcf88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ PRODUCT_PACKAGES += \
timekeep \
nfc_nci.pn54x.default \

TARGET_GCC_VERSION_EXP := 4.8
COMMON_GLOBAL_CFLAGS += -Wno-unused-parameter
TARGET_GLOBAL_CPPFLAGS += -Wno-unused-parameter -Wno-sizeof-pointer-memaccess
# Build Gecko with gcc-4.9
GECKO_TOOLS_PREFIX = prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-

# Needed to make sure bug 1177411 cannot resurface
export FOTA_DEVICE_DATA_FILES := /data/misc/dhcp/dhcpcd-wlan0.lease

0 comments on commit 53dcf88

Please sign in to comment.