Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk change -x to OBJCOPYLIBFLAGS like everywhere else.



details:   https://anonhg.NetBSD.org/src/rev/b09a67ad4541
branches:  trunk
changeset: 328602:b09a67ad4541
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 09 16:29:08 2014 +0000

description:
change -x to OBJCOPYLIBFLAGS like everywhere else.

diffstat:

 share/mk/bsd.lib.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d298a1071c6 -r b09a67ad4541 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Wed Apr 09 12:45:05 2014 +0000
+++ b/share/mk/bsd.lib.mk       Wed Apr 09 16:29:08 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.349 2014/04/04 05:10:15 matt Exp $
+#      $NetBSD: bsd.lib.mk,v 1.350 2014/04/09 16:29:08 christos Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -622,7 +622,7 @@
            ${_LDFLAGS.${_LIB}} -o ${.TARGET} ${_LIBLDOPTS} \
            -Wl,--whole-archive ${SOLIB} \
            -Wl,--no-whole-archive ${_LDADD.${_LIB}}
-       ${OBJCOPY} -x ${.TARGET}
+       ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET}
 #  We don't use INSTALL_SYMLINK here because this is just
 #  happening inside the build directory/objdir. XXX Why does
 #  this spend so much effort on libraries that aren't live??? XXX



Home | Main Index | Thread Index | Old Index