From 9d5da1886aa9c7288ceec38206f63d7ee3cf6805 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 3 Dec 2017 09:20:23 -0800 Subject: Bunch of upgrades: android-ndk, expat, gcc-linaro, ... ... mingw-w64, musl, strace, uClibc-ng, linux. Also, regenerate chksum's after @bhundven's upgrade of binutils. Signed-off-by: Alexey Neyman --- packages/gcc-linaro/6.4-2017.11/0021-crystax.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/gcc-linaro/6.4-2017.11/0021-crystax.patch (limited to 'packages/gcc-linaro/6.4-2017.11/0021-crystax.patch') diff --git a/packages/gcc-linaro/6.4-2017.11/0021-crystax.patch b/packages/gcc-linaro/6.4-2017.11/0021-crystax.patch new file mode 100644 index 00000000..f1f9eb12 --- /dev/null +++ b/packages/gcc-linaro/6.4-2017.11/0021-crystax.patch @@ -0,0 +1,27 @@ +commit 9f057b62caafe08c968103d39b5df82486a175c2 +Author: Dmitry Moskalchuk +Date: Thu Aug 13 16:11:54 2015 +0300 + + [android] Add additional multilib option: mfloat-abi=hard + + Signed-off-by: Dmitry Moskalchuk + +--- + gcc/config/arm/t-linux-androideabi | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +--- a/gcc/config/arm/t-linux-androideabi ++++ b/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. -- cgit v1.2.3