aboutsummaryrefslogtreecommitdiff
path: root/4.8.2
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-11-25 03:07:59 +0000
committerRyan Hill <rhill@gentoo.org>2013-11-25 03:07:59 +0000
commit852da31abbe07d524ea9bded02e9cc721aead448 (patch)
tree0ad4d9e01a858b454a43a4742f7b395875f7e48e /4.8.2
parentAdd patch to fix comparison failures with -frecord-gcc-switches. (diff)
downloadgcc-patches-852da31abbe07d524ea9bded02e9cc721aead448.tar.gz
gcc-patches-852da31abbe07d524ea9bded02e9cc721aead448.tar.bz2
gcc-patches-852da31abbe07d524ea9bded02e9cc721aead448.zip
Revert. We'll fix it in the eclass.
Diffstat (limited to '4.8.2')
-rw-r--r--4.8.2/gentoo/98_all_frecord-gcc-switches.patch17
-rw-r--r--4.8.2/gentoo/README.history3
2 files changed, 0 insertions, 20 deletions
diff --git a/4.8.2/gentoo/98_all_frecord-gcc-switches.patch b/4.8.2/gentoo/98_all_frecord-gcc-switches.patch
deleted file mode 100644
index 3576e73..0000000
--- a/4.8.2/gentoo/98_all_frecord-gcc-switches.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix bootstrap comparison failures due to -frecord-gcc-switches.
-
-https://bugs.gentoo.org/490738
-http://gcc.gnu.org/PR59057
-
---- a/contrib/compare-debug
-+++ b/contrib/compare-debug
-@@ -82,6 +82,9 @@ remove_comment ()
- .comment*)
- opts="$opts --remove-section $s"
- ;;
-+ .GCC.command.line)
-+ opts="$opts --remove-section $s"
-+ ;;
- esac
- done
- [ -n "$opts" ] && objcopy $opts $file
diff --git a/4.8.2/gentoo/README.history b/4.8.2/gentoo/README.history
index 02c5699..e2d7cfa 100644
--- a/4.8.2/gentoo/README.history
+++ b/4.8.2/gentoo/README.history
@@ -1,6 +1,3 @@
-1.1 (pending)
- + 98_all_frecord-gcc-switches.patch
-
1.0 2013-10-10
+ 10_all_default-fortify-source.patch
+ 11_all_default-warn-format-security.patch