svn commit: r234547 - user/imp/extern_cc/gnu/lib/libgcc

Warner Losh imp at FreeBSD.org
Sat Apr 21 16:07:11 UTC 2012


Author: imp
Date: Sat Apr 21 16:07:11 2012
New Revision: 234547
URL: http://svn.freebsd.org/changeset/base/234547

Log:
  integrate from head at 234546

Modified:
  user/imp/extern_cc/gnu/lib/libgcc/Makefile
Directory Properties:
  user/imp/extern_cc/   (props changed)
  user/imp/extern_cc/gnu/lib/   (props changed)

Modified: user/imp/extern_cc/gnu/lib/libgcc/Makefile
==============================================================================
--- user/imp/extern_cc/gnu/lib/libgcc/Makefile	Sat Apr 21 16:02:00 2012	(r234546)
+++ user/imp/extern_cc/gnu/lib/libgcc/Makefile	Sat Apr 21 16:07:11 2012	(r234547)
@@ -276,7 +276,7 @@ ${ASM_S}: ${LIB1ASMSRC}
 ${ASM_V}: ${LIB1ASMSRC}
 	${CC} -x assembler-with-cpp -c ${CFLAGS} -DL${.PREFIX} \
 	    -o ${.PREFIX}.vo ${.ALLSRC:N*.h}
-	( nm -pg ${.PREFIX}.vo | \
+	( ${NM} -pg ${.PREFIX}.vo | \
 		awk 'NF == 3 && $$2 !~ /^[UN]$$/ { print "\t.hidden ", $$3 }'\
 	) > ${.TARGET}
 
@@ -325,7 +325,7 @@ SHLIB_MAPFILES   = ${GCCDIR}/libgcc-std.
 VERSION_MAP      = libgcc.map
 
 libgcc.map: ${SHLIB_MKMAP} ${SHLIB_MAPFILES} ${SOBJS} ${OBJS:R:S/$/.So/}
-	(  nm -pg ${SOBJS};echo %% ; \
+	(  ${NM} -pg ${SOBJS};echo %% ; \
 	  cat ${SHLIB_MAPFILES} \
 	    | sed -e '/^[   ]*#/d' \
 	          -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \


More information about the svn-src-user mailing list