blob: 76a10f9517b5ca8d8c5579beea35d309f9cee657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# not really, but for our purposes
os_type unix
soname_suffix "so"
<target_features>
clock_gettime
gettimeofday
posix_mlock
gmtime_r
dlopen
threads
filesystem
</target_features>
|