blob: 895cff7fef760ad63bd227784d4cbdbb8b21009f (
plain)
1
2
3
4
5
6
7
|
# Only glibc includes all c99 functions at the moment.
if { ! ([istarget "*-linux*"]
|| [istarget "*-gnu*"])} then {
return 1
}
if { [check_effective_target_uclibc] } { return 1 }
return 0
|