svn commit: r420982 - head/base/binutils

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 27 15:58:18 UTC 2016


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


More information about the svn-ports-all mailing list