[LLVMbugs] [Bug 15917] New: [PATCH] Add support for Mandriva and derived distributions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 6 04:04:32 PDT 2013


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

            Bug ID: 15917
           Summary: [PATCH] Add support for Mandriva and derived
                    distributions
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bero at lindev.ch
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10472
  --> http://llvm.org/bugs/attachment.cgi?id=10472&action=edit
Patch

lib/Driver/ToolChains.cpp has some code for Linux distribution specific
behavior and triplets -- but it's currently missing information about Mandriva
and derived distributions (given they use unlisted triplets, this results in
not finding crtbegin.o etc.)

This patch adds the triplets, distro detection, and some distro specific
behavior (hash-style setting etc).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130506/4f13be8f/attachment.html>


More information about the llvm-bugs mailing list