Skip to content

Commit

Permalink
Merge pull request #281 from bhundven/remove_sh64
Browse files Browse the repository at this point in the history
uClibc: remove references to sh64*
  • Loading branch information
bhundven committed Nov 21, 2015
2 parents ced321f + d5eb736 commit ead1358
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build/libc/uClibc.sh
Expand Up @@ -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
Expand Down

0 comments on commit ead1358

Please sign in to comment.