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

           Summary: Get rid of darwin'isms in the build system
           Product: compiler-rt
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: compiler-rt
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Currently build system of compiler-rt contains many darwinism's and behaves
differently on darwin and non-darwin systems (e.g. in order to build target foo
on non-darwin we need to do "make TargetArchs=foo foo" if foo != i386, etc).

We need to get rid of this.


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