Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 01:30:14 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12058 for review
Message-ID:  <200205290830.g4T8UE150466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12058

Change 12058 by peter@peter_daintree on 2002/05/29 01:29:50

	This is still needed to be excluded on sparc64.

Affected files ...

... //depot/projects/ia64/lib/Makefile#12 edit

Differences ...

==== //depot/projects/ia64/lib/Makefile#12 (text+ko) ====

@@ -39,7 +39,7 @@
 _csu=csu
 .endif
 
-.if !defined(NOLIBC_R)
+.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != sparc64
 _libc_r=	libc_r
 .endif
 

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?200205290830.g4T8UE150466>