[cairo-bugs] [Bug 88639] New: Broken AX_C_FLOAT_WORDS_BIGENDIAN with BSD ELF tool chain
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 20 12:36:49 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=88639
Bug ID: 88639
Summary: Broken AX_C_FLOAT_WORDS_BIGENDIAN with BSD ELF tool
chain
Product: cairo
Version: unspecified
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: chris at chris-wilson.co.uk
Reporter: jkim at FreeBSD.org
QA Contact: cairo-bugs at cairographics.org
Recently, FreeBSD dropped GNU strings(1) in favor of BSD ELF Tool Chain.
https://svnweb.freebsd.org/changeset/base/276796
http://sourceforge.net/p/elftoolchain/wiki
Unfortunately, the new strings broke AX_C_FLOAT_WORDS_BIGENDIAN detection
because option '-' is not supported. In fact, POSIX specifically says its
behavior is undefined:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/strings.html
I believe 'strings -a' should be used in place of 'strings -' for
build/aclocal.float.m4 to be more portable.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20150120/79bf6575/attachment.html>
More information about the cairo-bugs
mailing list