summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.7.4/openbsd-lto.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-24 22:24:38 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-24 22:25:08 +0200
commit9683c207c75e5bc6513b1e8db6bdc2ed4c3db1f5 (patch)
tree510da161ad9e89032f4df8738ca26ad0a2d6b33d /toolchain/gcc/patches/4.7.4/openbsd-lto.patch
parent9c15da431e4f1c8faf9bf747578b2c6b6c4d7d02 (diff)
gcc: update to 6.2.0, cleanup symbol names to simplify minor updates
Remove old versions of gcc no longer used or regulary tested. We concentrate on the latest three major versions for most of the architectures.
Diffstat (limited to 'toolchain/gcc/patches/4.7.4/openbsd-lto.patch')
-rw-r--r--toolchain/gcc/patches/4.7.4/openbsd-lto.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/patches/4.7.4/openbsd-lto.patch b/toolchain/gcc/patches/4.7.4/openbsd-lto.patch
deleted file mode 100644
index 8a94971b7..000000000
--- a/toolchain/gcc/patches/4.7.4/openbsd-lto.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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"