forked from len0rd/rockbox
fixed the removal of the endian test program to not fail on cygwin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c38d8513b
commit
9536efae4f
1 changed files with 4 additions and 1 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
|
@ -121,7 +121,10 @@ EOF
|
||||||
endian="little"
|
endian="little"
|
||||||
fi
|
fi
|
||||||
echo "Simulator environment deemed $endian endian"
|
echo "Simulator environment deemed $endian endian"
|
||||||
rm /tmp/conftest-$id /tmp/conftest-$id.c
|
|
||||||
|
# use wildcard here to make it work even if it was named *.exe like
|
||||||
|
# on cygwin
|
||||||
|
rm -f /tmp/conftest-$id*
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue