aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorSamir Mehta <samirn@codeaurora.org>2015-09-15 17:09:55 +0530
committerDan Pasanen <invisiblek@cyanogenmod.org>2016-01-12 13:26:09 -0800
commitc90e123ad8162e7050c2b7f9645375d810d5eae5 (patch)
tree9788597fcd34a477b484431cb1aa869884db0d82 /scripts/gcc-wrapper.py
parent9d76a1542e876be6b69cb98e37b303f1597179d2 (diff)
ARM: msm: GCC Version change.
- This reverts commit 1e3bae22f3718341dea2d33c0a077a387537a6be. - Changing gcc toolchain to 4.9 version. - Fix linker error of unknown CPU architecture by adding CONFIG_MSM_CORTEX_A7 in the arch options for the GCC. The issue is seen after bump up to gcc-4.9. - Fix section mismatch errors after upgrading gcc to 4.9 version. To fix these errors variables are moved to appropriate sections. Conflicts: AndroidKernel.mk arch/arm/mach-msm/ext-buck-control.c scripts/gcc-wrapper.py Change-Id: I7b5c9212e63826a0cb5b7e4ab161737ae87a2157 Signed-off-by: Samir Mehta <samirn@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 8e1e60cb7d5..ec0b63c98d3 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -42,6 +42,7 @@ import subprocess
allowed_warnings = set([
"return_address.c:62",
"workqueue.c:480"
+ "ene_ub6250.c:2118",
])
# Capture the name of the object file, can find it.