summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-11-15 03:47:38 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-30 17:49:59 -0300
commitc413f034c6dea5a70993735d163d2af2b765d23b (patch)
tree470a3dd96854caeb0dbf383b5a9c0c773dd8a9b0 /Configure
parent8e1490eec69ee19f7e1c851a5082c201cda30448 (diff)
downloadperl-c413f034c6dea5a70993735d163d2af2b765d23b.tar.gz
Configure, qnx hints: Improve the cross-compilation support for QNX
Now, like with Android and plain Linux, cross-compiling to QNX (which includes newer Blackberry devices) will load hints/qnx.sh.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 29a6152cac..d713059ce3 100755
--- a/Configure
+++ b/Configure
@@ -3543,7 +3543,8 @@ EOM
*) hostarch=$osname
case "$targetarch" in
nto*|*-nto-*)
- osname=nto
+ # Will load qnx.sh, which should change osname to nto
+ osname=qnx
;;
*linux-android*)
# Catch arm-linux-androideabi, mipsel-linux-android,