From owner-p4-projects@FreeBSD.ORG Fri Nov 3 05:17:44 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 985F216A415; Fri, 3 Nov 2006 05:17:44 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4FB16A407 for ; Fri, 3 Nov 2006 05:17:44 +0000 (UTC) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3206043D45 for ; Fri, 3 Nov 2006 05:17:44 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA35Hi9m090062 for ; Fri, 3 Nov 2006 05:17:44 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA35Hh2d090059 for perforce@freebsd.org; Fri, 3 Nov 2006 05:17:43 GMT (envelope-from marcel@freebsd.org) Date: Fri, 3 Nov 2006 05:17:43 GMT Message-Id: <200611030517.kA35Hh2d090059@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Cc: Subject: PERFORCE change 109100 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 05:17:44 -0000 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 ==== //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