This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11383] byte ordering test breaks using native sed
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jul 2003 17:18:35 -0000
- Subject: [Bug bootstrap/11383] byte ordering test breaks using native sed
- References: <20030630200148.11383.pme@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11383
ebotcazou at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-07-01 17:18:35
date| |
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-07-01 17:18 -------
That's it:
checking for CHAR_BIT... yes
checking byte ordering... sed: Missing newline at end of file standard input.
big-endian
checking floating point format... sed: Missing newline at end of file standard
input.
IEEE (big-endian)
checking for mktemp... no
gax% which sed
/usr/xpg4/bin/sed
gax% grep "/usr/xpg4/bin/sed" /var/sadm/install/contents
/usr/xpg4/bin/sed f none 0555 root bin 27576 8386 947116934 SUNWxcu4
Should we workaround this bug?