]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce a new make variable: NMFLAGS.
authorrpaulo <rpaulo@FreeBSD.org>
Fri, 14 Aug 2015 22:54:52 +0000 (22:54 +0000)
committerrpaulo <rpaulo@FreeBSD.org>
Fri, 14 Aug 2015 22:54:52 +0000 (22:54 +0000)
commit2c035421f750b66572ec76e85842653095333e2d
treeda9eb12aa8599fe5229b3c01c1696ba18b7c2b35
parent6ee70894f043b42c41f8335e2106a951a38bd4ae
Introduce a new make variable: NMFLAGS.

As the name indicates, these are flags to pass to nm(1).  The newer
binutils have a plugin mechanism so, to build something with LLVM's
LTO, we need to pass flags to nm(1).  This commit also extends
lorder(1) to pass NMFLAGS to nm(1).
share/mk/sys.mk
usr.bin/lorder/lorder.1
usr.bin/lorder/lorder.sh