mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-31 06:20:06 +08:00
Use $targetos instead of a second call to uname
This commit is contained in:
parent
a2987fef19
commit
debe8d013d
2
configure
vendored
2
configure
vendored
@ -361,7 +361,7 @@ if test -z "$cross_prefix" ; then
|
||||
confvars="$confvars arm_eabihf arm_vfp"
|
||||
elif test "${triplet%eabi}" != "$triplet" ; then
|
||||
confvars="$confvars arm_eabi"
|
||||
elif test "`uname`" = "NetBSD"; then
|
||||
elif test "$targetos" = "NetBSD"; then
|
||||
confvars="$confvars arm_eabihf arm_vfp"
|
||||
fi
|
||||
if grep -s -q "^Features.* \(vfp\|iwmmxt\) " /proc/cpuinfo ; then
|
||||
|
Loading…
Reference in New Issue
Block a user