Author: rlibby
Date: Thu Sep  7 05:41:13 2017
New Revision: 323256
URL: https://svnweb.freebsd.org/changeset/base/323256

Log:
  MFC r322329:
  
    i386/boot2: -fno-asynchronous-unwind-tables for gcc

Modified:
  stable/11/sys/boot/i386/boot2/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/boot/i386/boot2/Makefile
==============================================================================
--- stable/11/sys/boot/i386/boot2/Makefile      Thu Sep  7 05:01:02 2017        
(r323255)
+++ stable/11/sys/boot/i386/boot2/Makefile      Thu Sep  7 05:41:13 2017        
(r323256)
@@ -39,6 +39,7 @@ CFLAGS=       -fomit-frame-pointer \
        -Winline
 
 CFLAGS.gcc+=   -Os \
+               -fno-asynchronous-unwind-tables \
                -fno-guess-branch-probability \
                -fno-unit-at-a-time \
                --param max-inline-insns-single=100
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to