summarylogtreecommitdiffstats
path: root/crosstool-config-overrides.patch
diff options
context:
space:
mode:
authorSam Bazley2017-07-08 16:49:26 +0100
committerSam Bazley2017-07-08 16:49:26 +0100
commitc096b2b8e1a814c9e18dc33b43fbd03fe5af6765 (patch)
tree5256f8e77dc4b713145899e72a3b704bf5c24be7 /crosstool-config-overrides.patch
parent4aaa5fba409c0fe136c75c65a5c9ce9bc007ae74 (diff)
downloadaur-c096b2b8e1a814c9e18dc33b43fbd03fe5af6765.tar.gz
Updated patches, fixed libgcc problem
Diffstat (limited to 'crosstool-config-overrides.patch')
-rw-r--r--crosstool-config-overrides.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/crosstool-config-overrides.patch b/crosstool-config-overrides.patch
index 91d83c55bcde..ccd9480cda9b 100644
--- a/crosstool-config-overrides.patch
+++ b/crosstool-config-overrides.patch
@@ -1,9 +1,10 @@
---- crosstool-config-overrides.old 2017-02-09 20:31:35.367784868 +0000
-+++ crosstool-config-overrides 2017-02-09 20:31:40.017802432 +0000
-@@ -1,5 +1,5 @@
+--- crosstool-config-overrides.old 2017-07-08 15:08:14.192759182 +0100
++++ crosstool-config-overrides 2017-07-08 15:08:50.223178640 +0100
+@@ -1,5 +1,6 @@
# Building static toolchain causes problems on some distros which
# by default don't install static libs for all required dependencies
-#CT_STATIC_TOOLCHAIN=y
+CT_STATIC_TOOLCHAIN=y
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
++CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-guile=guile-2.0"