1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/sysdeps/nacl/preconfigure
2015-04-17 09:02:19 -07:00

8 lines
136 B
Plaintext

# GNU C Library preconfigure fragment for sysdeps/nacl
case "$config_machine-$config_os" in
arm*-nacl*)
libc_config_ok=yes
;;
esac