From owner-p4-projects Mon Apr 29 15:45:44 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B346037B404; Mon, 29 Apr 2002 15:45:40 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D092237B41E for ; Mon, 29 Apr 2002 15:45:38 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TMjcM18926 for perforce@freebsd.org; Mon, 29 Apr 2002 15:45:38 -0700 (PDT) (envelope-from jake@freebsd.org) Date: Mon, 29 Apr 2002 15:45:38 -0700 (PDT) Message-Id: <200204292245.g3TMjcM18926@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jake@freebsd.org using -f From: Jake Burkholder Subject: PERFORCE change 10489 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10489 Change 10489 by jake@jake_sparc64 on 2002/04/29 15:45:10 Don't try to build the gnu startup libs in make libraries. Affected files ... ... //depot/projects/sparc64/Makefile.inc1#10 edit Differences ... ==== //depot/projects/sparc64/Makefile.inc1#10 (text+ko) ==== @@ -733,7 +733,11 @@ # gnu/lib/csu, gnu/lib/libgcc and lib/csu must be built before all # shared libraries for ELF. # +.if ${MACHINE_ARCH} != "sparc64" _startup_libs= gnu/lib/csu gnu/lib/libgcc +.else +_startup_libs= +.endif .if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-${OBJFORMAT}) _startup_libs+= lib/csu/${MACHINE_ARCH}-${OBJFORMAT} .else To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message