Configure: added special osname checks for nto and android
authorBrian Fraser <fraserbn@gmail.com>
Fri, 11 Oct 2013 19:55:08 +0000 (16:55 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:22 +0000 (14:44 -0300)
commit8264380738475a9f04fbb7b870fa4adcc701daf9
treee90bbcbf7e8904238d98c3afc5d4d1a19edc685d
parent081c3f5046f7dc6414b133a6c9a5aac8d97c900f
Configure: added special osname checks for nto and android

When cross-compiling, for android, anything matching *linux-android*
gets osname=linux-androideabi.  This is to allow compiling to
all three android variants (x86, arm, mips).
For QNX Neutrino, anything matching nto*|*-nto-* gets osname=nto. In
the future, that might change to 'qnx', but right now we don't want
it to pick up the hints file.
For anything else, keep the current behavior, which is to set osname
to the output of `echo $targetarch|sed 's,^[^-]*-,,'`
Configure