K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2015-08-14T22:54:52.429246Z K 7 svn:log V 276 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). END