----------------original message----------------- De: "Thorsten Glaser" t...@mirbsd.de A: "Xavier Grave" gr...@ipno.in2p3.fr Copie à: 564...@bugs.debian.org, debian-...@lists.debian.org Date: Thu, 14 Jan 2010 22:57:24 +0000 (UTC) ------------------------------------------------- > Xavier Grave dixit: > >>#if defined (__FreeBSD__) || defined (__vxworks) || defined(__rtems__) > > Make that: > > #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \ > defined(__vxworks) || defined(__rtems__) > > bye,
Thanks, I have just exactly done it after I found out : http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg734283.html Exactly the same solution that you propose and it worked like a charm. The new fix is much much better than the previous one. It can apply for all arch to be compared to the previous one that only applied for kfreebsd OS. Package compilation is going one. After this I will need help to set up binNMU for kfreebsd (since I have never done this before). -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org