Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2006 05:17:43 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109100 for review
Message-ID:  <200611030517.kA35Hh2d090059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109100

Change 109100 by marcel@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611030517.kA35Hh2d090059>