summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 10:17:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 10:17:53 +0100
commit88d6fbaf018207e38e8dc9628c74f2cbda587388 (patch)
tree221e6fc5c0dde8edb9c95d472300b6ed84b4c50c /toolchain/gcc
parente8b0b9911b9b6477ffd6077a53cb197773291a40 (diff)
parentde364de641adc482939a4c2baa8f2dab0e3eae8d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/patches/4.7.3/openbsd-lto.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.7.3/openbsd-lto.patch b/toolchain/gcc/patches/4.7.3/openbsd-lto.patch
new file mode 100644
index 000000000..8a94971b7
--- /dev/null
+++ b/toolchain/gcc/patches/4.7.3/openbsd-lto.patch
@@ -0,0 +1,13 @@
+diff -Nur gcc-4.7.3.orig/gcc/config.host gcc-4.7.3/gcc/config.host
+--- gcc-4.7.3.orig/gcc/config.host Tue Oct 18 08:14:14 2011
++++ gcc-4.7.3/gcc/config.host Tue Jan 7 04:33:29 2014
+@@ -292,6 +292,9 @@
+ out_host_hook_obj=host-solaris.o
+ host_xmake_file="${host_xmake_file} x-solaris"
+ ;;
++ *-*-openbsd*)
++ host_lto_plugin_soname=liblto_plugin.so.0.0
++ ;;
+ *-*-linux*)
+ out_host_hook_obj=host-linux.o
+ host_xmake_file="${host_xmake_file} x-linux"