PERFORCE change 48373 for review

Peter Wemm peter at FreeBSD.org
Sun Mar 7 15:09:16 PST 2004


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

Change 48373 by peter at peter_melody on 2004/03/07 15:09:06

	tweak this some more. It seems I still had a bootstrap problem.

Affected files ...

.. //depot/projects/hammer/libexec/rtld-elf32/Makefile#2 edit

Differences ...

==== //depot/projects/hammer/libexec/rtld-elf32/Makefile#2 (text+ko) ====

@@ -4,12 +4,12 @@
 TARGET=	i386
 LIBDIR=	/usr/lib32
 .if exists(${.OBJDIR}/../../lib/libc32)
-LIBC=	${.OBJDIR}/../../lib/libc32/libc_pic.a
+LIBCPATH=${.OBJDIR}/../../lib/libc32
 .else
-LIBC=	${.CURDIR}/../../lib/libc32/libc_pic.a
+LIBCPATH=${.CURDIR}/../../lib/libc32
 .endif
-#LIBC=	${DESTDIR}${LIBDIR}/libc_pic.a
-CFLAGS+=-m32 -I. -L${LIBDIR} -DCOMPAT_32BIT
+LIBC=	${LIBCPATH}/libc_pic.a
+CFLAGS+=-m32 -I. -L${LIBCPATH} -DCOMPAT_32BIT
 NOMAN=	compat only
 
 beforedepend:	machine


More information about the p4-projects mailing list