master
h 14 lines 309 Bytes
Raw
1 #ifndef MICROBLAZE_TARGET_SYSCALL_H
2 #define MICROBLAZE_TARGET_SYSCALL_H
3
4 #define UNAME_MACHINE "microblaze"
5 #define UNAME_MINIMUM_RELEASE "2.6.32"
6
7 #define TARGET_CLONE_BACKWARDS
8 #define TARGET_MCL_CURRENT 1
9 #define TARGET_MCL_FUTURE 2
10 #define TARGET_MCL_ONFAULT 4
11
12 #define TARGET_WANT_NI_OLD_SELECT
13
14 #endif