Re: PowerPC (macppc) et al vs "fenv.h"?
"John D. Baker" <[email protected]> Sat, 19 Dec 2015 21:28:12 -0600 (CST)
| Newsgroups | gmane.os.netbsd.ports.powerpc,gmane.os.netbsd.devel.pkgsrc.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 20 Dec 2015 01:39:00 +0000 (UTC), [email protected] (Christos Zoulas) wrote: > Adding fenv is simple. Yes, as in "it already exists". The trouble comes from this part right at the beginning: [...] #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \ && !defined(__hppa__) \ && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \ && !defined(__x86_64__) #error "fenv.h is currently not supported for this architecture" #endif [...] There is no "&& !defined(__powerpc__)" in the list, so "fenv.h" causes an error exit. -- |/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X |\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD | X No HTML/proprietary data in email. BSD just sits there and works! |/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645