aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48/files/patch-gcc_configure
blob: 7515f80c0c36c9dfa43145477d0cb328cd5d8ef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gcc/configure.orig	2014-12-08 11:29:43 UTC
+++ gcc/configure
@@ -6408,7 +6408,7 @@ fi
 
 loose_warn=
 save_CFLAGS="$CFLAGS"
-for real_option in -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual; do
+for real_option in -W -Wall -Wno-increment-bool -Wno-narrowing -Wno-register -Wwrite-strings -Wcast-qual; do
   # Do the check with the no- prefix removed since gcc silently
   # accepts any -Wno-* option on purpose
   case $real_option in