This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47536] gcc-4.5.2 fails to build on Solaris 10 i386
- From: "yuri at tsoft dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Jan 2011 11:17:38 +0000
- Subject: [Bug c++/47536] gcc-4.5.2 fails to build on Solaris 10 i386
- Auto-submitted: auto-generated
- References: <bug-47536-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47536
--- Comment #4 from Yuri <yuri at tsoft dot com> 2011-01-30 11:17:32 UTC ---
Passing --with-gnu-as option to configure fixes the problem.
But why can't configure detect this by itself? GNU as has --version which
clearly says that its GNU assembler. And original Solaris as doesn't have
--version option.