aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-04-12 14:53:58 -0700
committerRoland McGrath <roland@hack.frob.com>2013-04-12 14:53:58 -0700
commitfd486ec7cc4527327c0410dc34b730435634796e (patch)
treee0357197fa846c18c24b4b38bd60d0c234a3d2b6 /configure
downloadglibc-fd486ec7cc4527327c0410dc34b730435634796e.zip
glibc-fd486ec7cc4527327c0410dc34b730435634796e.tar.gz
glibc-fd486ec7cc4527327c0410dc34b730435634796e.tar.bz2
Initial commit of hacky state
Diffstat (limited to 'configure')
-rw-r--r--configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100644
index 0000000..dc81f05
--- /dev/null
+++ b/configure
@@ -0,0 +1,8 @@
+libc_add_on_canonical=nacl-port
+
+case "$config_machine-$config_os" in
+arm*-nacl* | i?86-nacl*)
+ libc_commonpagesize=0x10000
+ libc_config_ok=yes
+ ;;
+esac