Set the tests for hurd similar to linux

This commit is contained in:
Sylvestre Ledru 2012-07-02 02:49:12 +02:00
parent 551f478477
commit f22bfe6a55
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ OS_CYGWIN_NT
OS_INTERIX
#endif
#if defined(__gnu_hurd__)
/* Hurd is very similar to GNU/Linux, it should work out of the box */
OS_LINUX
#endif
#if defined(__i386) || defined(_X86)
ARCH_X86
#endif