matt
|
547b3a3b01
|
Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only. While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.
|
2014-08-10 05:56:36 +00:00 |
matt
|
0b64d3196d
|
Enable fenv support for arm.
|
2013-04-28 21:07:36 +00:00 |
joerg
|
89a508fbb5
|
Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.
Some are redundant, but make verification with grep much easier.
|
2013-04-27 21:35:24 +00:00 |
dholland
|
975bbee604
|
typo in comment
|
2012-03-22 03:06:06 +00:00 |
nakayama
|
88e42b609b
|
Add fenv support for sparc. Mostly copied from sparc64 and share with it.
|
2011-05-20 21:42:48 +00:00 |
martin
|
3f0fc12d5a
|
Actually test for sparc v9 architecture, doesn't matter if we are building
32bit or 64bit (fixes 32bit compat library build on sparc64 - yes, they
differ from native sparc libs!)
|
2011-05-16 14:50:36 +00:00 |
he
|
1fd8e2619a
|
The support of <fenv.h> is actually for __sparc64__, not for __sparc__
(which is also defined on sparc64). This fixes a build problem for
plain sparc.
|
2011-05-16 07:59:18 +00:00 |
christos
|
17b8402a39
|
fenv support for sparc64 from Stathis Kamperis
|
2011-01-31 00:19:33 +00:00 |
joerg
|
162d6d7dbb
|
Missing defined.
|
2010-08-02 17:49:04 +00:00 |
joerg
|
7f1183f226
|
Add support for fenv.h interface for i386 and amd64.
Submitted by Stathis Kamperis as part of GSoC 2010 and ported from
FreeBSD.
|
2010-07-31 21:47:52 +00:00 |