diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-11-15 03:47:38 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-30 17:49:59 -0300 |
commit | c413f034c6dea5a70993735d163d2af2b765d23b (patch) | |
tree | 470a3dd96854caeb0dbf383b5a9c0c773dd8a9b0 /Configure | |
parent | 8e1490eec69ee19f7e1c851a5082c201cda30448 (diff) | |
download | perl-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-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |