Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2017 05:41:13 +0000 (UTC)
From:      Ryan Libby <rlibby@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r323256 - stable/11/sys/boot/i386/boot2
Message-ID:  <201709070541.v875fDDV065877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709070541.v875fDDV065877>