aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-04-14 21:40:20 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-04-22 16:16:59 -0700
commit9aa66123be8b8f9ed6246f05e778c873623c0c17 (patch)
treeec22a3f8a50cc3a472f41bd707435d0959a4ebc6 /gcc-4.9
parente457bccea512a06e638b6a939d6170bb33070ca5 (diff)
downloadtoolchain_gcc-9aa66123be8b8f9ed6246f05e778c873623c0c17.tar.gz
toolchain_gcc-9aa66123be8b8f9ed6246f05e778c873623c0c17.tar.bz2
toolchain_gcc-9aa66123be8b8f9ed6246f05e778c873623c0c17.zip
[4.9] Add additional multilib option: mfloat-abi=hard
See 5be615df32ce970fcccda93cf577e9ce35b1d397 Change-Id: Iabbfcf0080d966e809e1a8521e93de7fcabd03a4
Diffstat (limited to 'gcc-4.9')
-rw-r--r--gcc-4.9/gcc/config/arm/t-linux-androideabi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc-4.9/gcc/config/arm/t-linux-androideabi b/gcc-4.9/gcc/config/arm/t-linux-androideabi
index 8f1307c55..cbbec5bd2 100644
--- a/gcc-4.9/gcc/config/arm/t-linux-androideabi
+++ b/gcc-4.9/gcc/config/arm/t-linux-androideabi
@@ -1,8 +1,9 @@
-MULTILIB_OPTIONS = march=armv7-a mthumb
-MULTILIB_DIRNAMES = armv7-a thumb
-MULTILIB_EXCEPTIONS =
+MULTILIB_OPTIONS = march=armv7-a mthumb mfloat-abi=hard
+MULTILIB_DIRNAMES = armv7-a thumb hard
+MULTILIB_EXCEPTIONS = mfloat-abi=hard* mthumb/mfloat-abi=hard*
MULTILIB_MATCHES =
MULTILIB_OSDIRNAMES =
+MULTILIB_EXTRA_OPTS = Wl,--no-warn-mismatch
# The "special" multilib can be used to build native applications for Android,
# as opposed to native shared libraries that are then called via JNI.