mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
# preconfigure fragment for i386.
|
||
|
|
||
|
case "$machine" in
|
||
|
i[4567]86) base_machine=i386 machine=i386/$machine ;;
|
||
|
esac
|