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
x86: Always include <dl-cet.h>/cet-tunables.h> for --enable-cet
[glibc.git]
/
sysdeps
/
hppa
/
preconfigure
blob
4d7fdcd032bd049af5e8577c7f791e36346d4c38
1
# This fragment canonicalizes the machine names for hppa variants.
2
3
case "$machine" in
4
hppa*64*) base_machine=hppa machine=hppa/hppa64 ;;
5
hppa*) base_machine=hppa machine=hppa/hppa1.1 ;;
6
esac