Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 15:45:38 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10489 for review
Message-ID:  <200204292245.g3TMjcM18926@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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