Date: Sat, 27 Aug 2016 15:58:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420982 - head/base/binutils Message-ID: <201608271558.u7RFwHMM017849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Aug 27 15:58:16 2016 New Revision: 420982 URL: https://svnweb.freebsd.org/changeset/ports/420982 Log: Really fix the strip issue Modified: head/base/binutils/Makefile Modified: head/base/binutils/Makefile ============================================================================== --- head/base/binutils/Makefile Sat Aug 27 15:55:30 2016 (r420981) +++ head/base/binutils/Makefile Sat Aug 27 15:58:16 2016 (r420982) @@ -35,4 +35,4 @@ CXX= ${XCXX} .for tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS ${tool}= ${CROSS_BINUTILS_PREFIX}/${tool} .endfor -STRIP_CMD= ${CROSS_BINUTILS_PREFIX}/${tool} +STRIP_CMD= ${CROSS_BINUTILS_PREFIX}/strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608271558.u7RFwHMM017849>