------- 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

Reply via email to