Date: Sun, 7 Mar 2004 15:09:15 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48373 for review Message-ID: <200403072309.i27N9FWv023547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48373 Change 48373 by peter@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403072309.i27N9FWv023547>