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/utils/dyn_load | |
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/utils/dyn_load')
-rw-r--r-- | src/utils/dyn_load/info.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utils/dyn_load/info.txt b/src/utils/dyn_load/info.txt index 512410460..6d74acb86 100644 --- a/src/utils/dyn_load/info.txt +++ b/src/utils/dyn_load/info.txt @@ -1,10 +1,11 @@ define DYNAMIC_LOADER <os> -linux freebsd -openbsd +linux netbsd +openbsd +qnx solaris windows </os> |