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

           Summary: Use information from configure script more accurately
           Product: new-bugs
           Version: trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4214)
 --> (http://llvm.org/bugs/attachment.cgi?id=4214)
The patch described above

The small attached patch against the current trunk avoids using setrlimit() if
the configure script has determined that it isn't available. If getrlimit() is
not available, no attempt is made to set resource limits either, since
setrlimit() gets limits that are first initialized with getrlimit().

The attached patch also makes references to a few more signals conditional,
since they are at least on the current minix 3 system not available.


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