repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: Handle armv6 in preconfigure
[glibc.git]
/
ports
/
sysdeps
/
aarch64
/
preconfigure
blob
720c1d7dae0a386fda5bcb7ed99668c2071b81be
1
case "$machine" in
2
aarch64*)
3
base_machine=aarch64
4
machine=aarch64
5
;;
6
esac
7
8
case "$machine" in
9
aarch64*)
10
# Parameters to allow auto-detection of -z relro.
11
libc_commonpagesize=0x1000
12
libc_relro_required=yes
13
;;
14
esac