[LLVMbugs] [Bug 16444] New: [PATCH] fix GNU/kFreeBSD build problems

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 25 10:31:30 PDT 2013


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

            Bug ID: 16444
           Summary: [PATCH] fix GNU/kFreeBSD build problems
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: rmh at gnu.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10757
  --> http://llvm.org/bugs/attachment.cgi?id=10757&action=edit
patch  fdf

Hi,

It seems the build system is currently miss-identifying GNU/kFreeBSD as
FreeBSD. This kind of simplification is sometimes useful, but in general it's
not correct. 

As GNU/kFreeBSD is an hybrid system, for kernel-related issues we want to match
the build definitions used for FreeBSD, whereas for userland-related issues we
want to match the definitions used for other systems with Glibc.

Please see attached patch, which adjusts the build system so that they can be
distinguished, and explicitly adds GNU/kFreeBSD to the build checks in which it
belongs.

-- 
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/20130625/4ae191fd/attachment.html>


More information about the llvm-bugs mailing list