[llvm-commits] Support of HURD
Sylvestre Ledru
sylvestre at debian.org
Wed Jan 18 14:58:28 PST 2012
Resend of my email
Le jeudi 12 janvier 2012 à 02:01 +0900, NAKAMURA Takumi a écrit :
> Sylvestre,
>
> Thanks for working!
>
> a few nit;
>
> - Doesn't the gnu have PATH_MAX nor MAXPATHLEN in his headers?
After checking a bit more, HURD doesn't have any limitations on this. It
is why it is not defined.
> It should be detected on autoconf.
After a second though, I don't think it is worst going with autoconf for
this. It is located at only two places.
> - I guess (HAVE_MACH_H && !__GNU__) could be rewritten as
> (HAVE_MACH_H && Darwin).
> How do you think?
I updated the patch.
Thanks
S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0011-Hurd-fixes-2.patch
Type: text/x-patch
Size: 2971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120118/6996dc4d/attachment.bin>
More information about the llvm-commits
mailing list