http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46520

           Summary: libquadmath: Build also with --enable-languages=c;
                    fails with some cross targets
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: bur...@gcc.gnu.org


Seemingly, libquadmath is also build with  --enable-languages=c  only;
currently, it shouldn't.

Possibly solved by:

--- gcc/fortran/config-lang.in  (revision 166859)
+++ gcc/fortran/config-lang.in  (working copy)
@@ -30 +30 @@ compilers="f951\$(exeext)"
-target_libs=target-libgfortran
+target_libs=target-libquadmath target-libgfortran



Additionally, it fails to configure at some link test with
  --enable-languages=c --target=moxie-elf
which is a pure target board.

Ian wrote in #gcc:
  according to antgreen, the libquadmath configure script expects to
  be able to link an executable

Reply via email to