support/configure.inc: fix crosscompiling
--cc= can be whatever. there should be no check if generated binaries can run while crosscompiling.
This commit is contained in:
parent
56a39c5c19
commit
9650e60a5c
1 changed files with 0 additions and 2 deletions
|
@ -265,8 +265,6 @@ int main() {
|
|||
EOF
|
||||
$CC $CFLAGS $LDFLAGS $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt &> /dev/null
|
||||
RET=$?
|
||||
[ $RET -eq 0 ] && $TMPDIR/$$.bin
|
||||
RET=$?
|
||||
rm -f $TMPDIR/$$.{c,bin}
|
||||
return $RET
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue