svn commit: r323256 - stable/11/sys/boot/i386/boot2

Ryan Libby rlibby at FreeBSD.org
Thu Sep 7 05:41:15 UTC 2017


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


More information about the svn-src-all mailing list