Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2003 15:41:21 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30887 for review
Message-ID:  <200305092241.h49MfL9i097478@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=30887

Change 30887 by peter@peter_hammer on 2003/05/09 15:40:29

	exclude rtld-elf for NOPIC as well, since -lc_pic wont exist

Affected files ...

.. //depot/projects/hammer/libexec/Makefile#13 edit

Differences ...

==== //depot/projects/hammer/libexec/Makefile#13 (text+ko) ====

@@ -29,7 +29,7 @@
 	tftpd \
 	ypxfr
 
-.if ${MACHINE_ARCH} != amd64
+.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
 SUBDIR+=rtld-elf
 .endif
 


help

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