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
Replace MIPS sys/epoll.h and sys/timerfd.h with bits/epoll.h and bits/timerfd.h.
[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