diff options
author | lloyd <[email protected]> | 2011-04-15 14:36:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-15 14:36:54 +0000 |
commit | 44ccb9945dcce1f4d5aafe73fac4150dbccc4bbc (patch) | |
tree | 69cc5348e817eb3c6edcb14048af3282939a74ed /src/build-data/os | |
parent | 17a0dea60a7cf3af1978a906da51d905474a7bb2 (diff) |
One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and
add support for features that it has that apparently the last version
I tested did not, including dynamic loading.
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/qnx.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/os/qnx.txt b/src/build-data/os/qnx.txt index 369b720c4..4c0965764 100644 --- a/src/build-data/os/qnx.txt +++ b/src/build-data/os/qnx.txt @@ -1,5 +1,9 @@ os_type unix <target_features> +clock_gettime gettimeofday +posix_mlock +gmtime_r +dlopen </target_features> |