]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r282057,r282092,r282106:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 May 2015 11:32:55 +0000 (11:32 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 May 2015 11:32:55 +0000 (11:32 +0000)
commitb3f120788c84f17cbafdfab9f1ab08140ee41d7b
tree3b74555abdc322fda963f516facb55679ccc33e3
parentd1662c704b86c3c15281d5293351e3366defdac9
MFC r282057,r282092,r282106:

r282057:

Build/install libc, librt, libthr, and msun NetBSD test suites on all
architectures

r282092 (by andrew):

Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64.

r282106:

Remove per-architecture checks for enabling HAVE_FENV_H

The conditional came from NetBSD, where only select architectures have this
header/support

All architectures on FreeBSD have the necessary support though, so the
conditional's completely unnecessary

make tinderbox done on all architectures (including arm64, where the issue
occurred before) this time

git-svn-id: svn://svn.freebsd.org/base/stable/10@282854 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
lib/libc/Makefile
lib/libc/Makefile.amd64 [deleted file]
lib/libc/Makefile.i386 [deleted file]
lib/librt/Makefile
lib/librt/Makefile.amd64 [deleted file]
lib/librt/Makefile.i386 [deleted file]
lib/libthr/Makefile
lib/libthr/Makefile.amd64 [deleted file]
lib/libthr/Makefile.i386 [deleted file]
lib/msun/Makefile
lib/msun/Makefile.amd64 [deleted file]
lib/msun/Makefile.i386 [deleted file]
lib/msun/tests/Makefile