mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-08 11:54:14 +00:00
Merge pull request #281 from bhundven/remove_sh64
uClibc: remove references to sh64*
This commit is contained in:
commit
ead1358ae5
@ -260,7 +260,6 @@ manage_uClibc_config() {
|
||||
x86:32) arch=i386;;
|
||||
x86:64) arch=x86_64;;
|
||||
sh:32) arch="sh";;
|
||||
sh:64) arch="sh64";;
|
||||
*) arch="${CT_ARCH}";;
|
||||
esac
|
||||
# Also remove stripping: its the responsibility of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user