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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs