aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-15 14:36:54 +0000
committerlloyd <[email protected]>2011-04-15 14:36:54 +0000
commit44ccb9945dcce1f4d5aafe73fac4150dbccc4bbc (patch)
tree69cc5348e817eb3c6edcb14048af3282939a74ed /src
parent17a0dea60a7cf3af1978a906da51d905474a7bb2 (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')
-rw-r--r--src/build-data/arch/ia32.txt1
-rw-r--r--src/build-data/os/qnx.txt4
-rw-r--r--src/utils/dyn_load/info.txt5
3 files changed, 8 insertions, 2 deletions
diff --git a/src/build-data/arch/ia32.txt b/src/build-data/arch/ia32.txt
index c2d4d1769..f39526ab3 100644
--- a/src/build-data/arch/ia32.txt
+++ b/src/build-data/arch/ia32.txt
@@ -8,6 +8,7 @@ x86
ix86
80x86
i86pc # for Solaris
+x86pc # for QNX
</aliases>
<submodels>
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>
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>