summarylogtreecommitdiffstats
path: root/lto.patch
diff options
context:
space:
mode:
authorfelix2016-04-27 19:42:34 +0200
committerfelix2016-04-27 23:49:26 +0200
commitc7cef3a41c531e330b339e3b526cae91ad556135 (patch)
tree0f3e3233b8c0705c2c52b4491e08d07d33a0cf4e /lto.patch
parent50b011c04bc20f7da37e43811647499aa8b6e0ae (diff)
downloadaur-c7cef3a41c531e330b339e3b526cae91ad556135.tar.gz
Version 6.1.0-1
Additional changes: * isl 0.16.1 * cloog 0.18.4 * enable LTO * drop dependency on djgpp-djcrx-bootstrap
Diffstat (limited to 'lto.patch')
-rw-r--r--lto.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/lto.patch b/lto.patch
new file mode 100644
index 000000000000..48ce95f3c165
--- /dev/null
+++ b/lto.patch
@@ -0,0 +1,11 @@
+--- configure
++++ configure
+@@ -6177,7 +6177,7 @@
+ # Among non-ELF, only Windows platforms support the lto-plugin so far.
+ # Build it unless LTO was explicitly disabled.
+ case $target in
+- *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
++ *-cygwin* | *-mingw* | *djgpp*) build_lto_plugin=$enable_lto ;;
+ *) ;;
+ esac
+