pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PowerPC (macppc) et al vs "fenv.h"?



On Sun, 20 Dec 2015 01:39:00 +0000 (UTC),  christos%astron.com@localhost
(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



Home | Main Index | Thread Index | Old Index