mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Revert "hurd: Fix abi-tag, following ba90e05"
and revert the corresponding part ofba90e05
which was making the fix necessary. * abi-tags: Revertae20c9a
: rename back gnu into gnu-gnu. * configure.ac, configure: Revertba90e05
: modify gnu-* host_os back into gnu-gnu, and update comment to refer to abi-tags.
This commit is contained in:
12
configure
vendored
12
configure
vendored
@ -3742,6 +3742,18 @@ if test "$build_pt_chown" = yes; then
|
||||
|
||||
fi
|
||||
|
||||
# The abi-tags file uses a fairly simplistic model for name recognition that
|
||||
# can't distinguish i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a
|
||||
# $host_os of `gnu*' here to be `gnu-gnu*' just so that it can tell.
|
||||
# This doesn't get used much beyond that, so it's fairly safe.
|
||||
case "$host_os" in
|
||||
linux*)
|
||||
;;
|
||||
gnu*)
|
||||
host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
|
||||
;;
|
||||
esac
|
||||
|
||||
# We keep the original values in `$config_*' and never modify them, so we
|
||||
# can write them unchanged into config.make. Everything else uses
|
||||
# $machine, $vendor, and $os, and changes them whenever convenient.
|
||||
|
Reference in New Issue
Block a user