PERFORCE change 109100 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Nov 3 05:17:44 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=109100

Change 109100 by marcel at marcel_nfs on 2006/11/03 05:17:30

	Pull in all of libia64. This gives us the ls command again
	and avoids having to list the library twice to resolve all
	symbols.

Affected files ...

.. //depot/projects/ia64/sys/boot/ia64/efi/Makefile#7 edit
.. //depot/projects/ia64/sys/boot/ia64/ski/Makefile#8 edit

Differences ...

==== //depot/projects/ia64/sys/boot/ia64/efi/Makefile#7 (text+ko) ====

@@ -52,6 +52,7 @@
 .endif
 
 DPADD=		${LIBIA64} ${LIBFICL} ${LIBEFI} ${LIBSTAND}
-LDADD=		${LIBIA64} ${LIBFICL} ${LIBEFI} -lstand ${LIBIA64}
+LDADD=		-Wl,--whole-archive ${LIBIA64} -Wl,--no-whole-archive \
+		    ${LIBFICL} ${LIBEFI} -lstand ${e}
 
 .include <bsd.prog.mk>

==== //depot/projects/ia64/sys/boot/ia64/ski/Makefile#8 (text+ko) ====

@@ -32,6 +32,7 @@
 .endif
 
 DPADD=		${LIBIA64} ${LIBFICL} ${LIBSTAND}
-LDADD=		${LIBIA64} ${LIBFICL} -lstand ${LIBIA64}
+LDADD=		-Wl,--whole-archive ${LIBIA64} -Wl,--no-whole-archive \
+		    ${LIBFICL} -lstand
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list