Bug#721880: clang-3.3: missing pre-processor macros for GNU/kFreeBSD

2013-09-05 Thread Robert Millan
Sylvestre Ledru: > On 05/09/2013 01:25, Robert Millan wrote: >> >> clang-3.3 does not currently define the GNU/kFreeBSD pre-processor >> macros (such as __FreeBSD_kernel__) because it is missing the TargetInfo >> object class for this platform. This breaks software >> that attempts to use these mac

Bug#721880: clang-3.3: missing pre-processor macros for GNU/kFreeBSD

2013-09-04 Thread Sylvestre Ledru
On 05/09/2013 01:25, Robert Millan wrote: > > clang-3.3 does not currently define the GNU/kFreeBSD pre-processor > macros (such as __FreeBSD_kernel__) because it is missing the TargetInfo > object class for this platform. This breaks software > that attempts to use these macros to identify it. > >

Bug#721880: clang-3.3: missing pre-processor macros for GNU/kFreeBSD

2013-09-04 Thread Robert Millan
Package: clang-3.3 Severity: important Tags: patch upstream Hi, clang-3.3 does not currently define the GNU/kFreeBSD pre-processor macros (such as __FreeBSD_kernel__) because it is missing the TargetInfo object class for this platform. This breaks software that attempts to use these macros to ide