Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 01:27:08 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r348027 - stable/12/sys/conf
Message-ID:  <201905210127.x4L1R8xi011210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Tue May 21 01:27:08 2019
New Revision: 348027
URL: https://svnweb.freebsd.org/changeset/base/348027

Log:
  MFC r347570:
  Specify -z notext when building with -z ifunc-noplt.

Modified:
  stable/12/sys/conf/kern.pre.mk
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/conf/kern.pre.mk
==============================================================================
--- stable/12/sys/conf/kern.pre.mk	Tue May 21 01:18:43 2019	(r348026)
+++ stable/12/sys/conf/kern.pre.mk	Tue May 21 01:27:08 2019	(r348027)
@@ -131,7 +131,7 @@ LDFLAGS+=	-z max-page-size=2097152
 .if ${LINKER_TYPE} != "lld"
 LDFLAGS+=	-z common-page-size=4096
 .else
-LDFLAGS+=	-z ifunc-noplt
+LDFLAGS+=	-z notext -z ifunc-noplt
 .endif
 .endif
 



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