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: Sat, 29 Jan 2011 22:40:12 +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 #3 from Yuri <yuri at tsoft dot com> 2011-01-29 22:40:09 UTC ---
Assembler complains on -xarch option.
/opt/local/bin/as: unrecognized option `-xarch=generic64'
But '/opt/local/bin/as --help' doeasn't list -xarch as the valid option. It has
-march option.