From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31221 invoked by alias); 12 Apr 2010 18:42:50 -0000 Received: (qmail 31181 invoked by uid 48); 12 Apr 2010 18:42:38 -0000 Date: Mon, 12 Apr 2010 18:42:00 -0000 Message-ID: <20100412184238.31180.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg01215.txt.bz2 ------- Comment #16 from ubizjak at gmail dot com 2010-04-12 18:42 ------- Can you try this (untested) patch? Index: acinclude.m4 =================================================================== --- acinclude.m4 (revision 158225) +++ acinclude.m4 (working copy) @@ -452,6 +452,9 @@ dnl Always pass --32 to ia32 Linux assembler. gcc_cv_as_flags="--32" ;; + x86_64-*-*) + gcc_cv_as_flags="--64" + ;; *) gcc_cv_as_flags=" " ;; -- ubizjak at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|libfortran |bootstrap http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43733