mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
Update.
* scripts/config.sub: Strip out -unknown for Linux targets. Patch by Scott Bambrough <scottb@netwinder.org>.
This commit is contained in:
1
scripts/config.sub
vendored
1
scripts/config.sub
vendored
@@ -108,6 +108,7 @@ case $maybe_os in
|
||||
nto-qnx* | linux-gnu*)
|
||||
os=-$maybe_os
|
||||
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
||||
basic_machine=`echo $basic_machine | sed 's/-unknown//'`
|
||||
;;
|
||||
*)
|
||||
basic_machine=`echo $1 | sed 's/-[^-]*$//'`
|
||||
|
Reference in New Issue
Block a user