http://llvm.org/bugs/show_bug.cgi?id=11445

             Bug #: 11445
           Summary: ppc-linux-as called w/o multilib options
           Product: clang
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 7652
  --> http://llvm.org/bugs/attachment.cgi?id=7652
proposed patch

Clang does not pass proper multilib options to gas when a host differs from a
target (-m32 on ppc64 and -m64 on ppc32).
Comments on the patch: -a32/-a64 are essential options, the rest may be
omitted, however gcc passes them.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to