svn commit: r420976 - head/base/binutils

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 27 12:59:08 UTC 2016


Author: bapt
Date: Sat Aug 27 12:59:06 2016
New Revision: 420976
URL: https://svnweb.freebsd.org/changeset/ports/420976

Log:
  Fix up striping

Modified:
  head/base/binutils/Makefile

Modified: head/base/binutils/Makefile
==============================================================================
--- head/base/binutils/Makefile	Sat Aug 27 12:58:14 2016	(r420975)
+++ head/base/binutils/Makefile	Sat Aug 27 12:59:06 2016	(r420976)
@@ -24,8 +24,6 @@ CONFIGURE_ARGS+=	--host=${BUTARGET} \
 			--disable-host-shared
 PREFIX=	/usr
 
-STRIP=	# doesn't work
-
 .include "${MASTERDIR}/Makefile"
 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
 
@@ -37,3 +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}


More information about the svn-ports-all mailing list