--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15
03:25 ---
*** Bug 21872 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-03
21:47 ---
> I'm not sure that the problem is with binutils.
Indeed, the problem is with the 3.3.x, x >= 4 compiler. Other versions are
immune. The problem doesn't show up with Sun tools or Binutils <= 2.14.
> I
--- Additional Comments From aaronw at net dot com 2005-06-03 21:22 ---
I'm not sure that the problem is with binutils. I compiled the conftest.c
program with -s and used Sun's assembler /usr/ccs/bin/as to assemble the
file. /usr/bin/grep still failed to find the string. Using Gnu
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02
04:39 ---
> I traced this to a problem with Sun's grep. Replace the grep lines with
> fgrep
> in the configure script and it works fine.
fgrep is not really the problem, as we don't require it. See the audit t
--- Additional Comments From aaronw at net dot com 2005-06-02 01:16 ---
I traced this to a problem with Sun's grep. Replace the grep lines with fgrep
in the configure script and it works fine.
Apparently grepping conftest.o for the endian string fails with /bin/grep but
works with f
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02
01:12 ---
*** Bug 21870 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-31
16:23 ---
> I'd not recommend trying anything else.
Hum... I just found clean logs for GCC 3.4.x + Binutils 2.16 dated 04/05. :-)
So:
- GCC 3.3.x + Binutils 2.14
- GCC 3.4.x + Binutils 2.14
- GCC 3.4.x + Binutil
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30
14:49 ---
The bottom line of all this mess is that you shouldn't use Binutils 2.15 or
above with GCC 3.3.4, 3.3.5 or 3.3.6.
--
What|Removed |Added
--