mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
8 lines
136 B
Plaintext
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
|