diff options
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, |