Date: Mon, 13 Sep 2010 01:43:10 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthr Makefile src/lib/libthr/arch/amd64 Makefile.inc src/lib/libthr/arch/arm Makefile.inc src/lib/libthr/arch/i386 Makefile.inc src/lib/libthr/arch/ia64 Makefile.inc src/lib/libthr/arch/mips Makefile.inc ... Message-ID: <201009130143.o8D1hRZS073973@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2010-09-13 01:43:10 UTC
FreeBSD src repository
Modified files:
lib/libthr Makefile
lib/libthr/arch/amd64 Makefile.inc
lib/libthr/arch/arm Makefile.inc
lib/libthr/arch/i386 Makefile.inc
lib/libthr/arch/ia64 Makefile.inc
lib/libthr/arch/mips Makefile.inc
lib/libthr/arch/powerpc Makefile.inc
lib/libthr/arch/sparc64 Makefile.inc
lib/libthr/support Makefile.inc
Log:
SVN rev 212516 on 2010-09-13 01:43:10Z by imp
Merge from tbemd, with a small amount of rework:
For all libthr contexts, use ${MACHINE_CPUARCH}
for all libc contexts, use ${MACHINE_ARCH} if it exists, otherwise use
${MACHINE_CPUARCH}
Move some common code up a layer (the .PATH statement was the same in
all the arch submakefiles).
# Hope she hasn't busted powerpc64 with this...
Revision Changes Path
1.44 +3 -1 src/lib/libthr/Makefile
1.5 +0 -2 src/lib/libthr/arch/amd64/Makefile.inc
1.4 +0 -2 src/lib/libthr/arch/arm/Makefile.inc
1.5 +0 -2 src/lib/libthr/arch/i386/Makefile.inc
1.5 +0 -2 src/lib/libthr/arch/ia64/Makefile.inc
1.2 +0 -2 src/lib/libthr/arch/mips/Makefile.inc
1.5 +0 -2 src/lib/libthr/arch/powerpc/Makefile.inc
1.5 +0 -2 src/lib/libthr/arch/sparc64/Makefile.inc
1.2 +8 -1 src/lib/libthr/support/Makefile.inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009130143.o8D1hRZS073973>
