diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-15 23:34:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-15 23:34:48 +0000 |
commit | 8fae4116a3c7240d78d456b4f69cfb9b52b9a650 (patch) | |
tree | 1a96bc937855cd7382d45197ef803175fba28a7c /profiles/uclibc | |
parent | cut cruft (diff) | |
download | historical-8fae4116a3c7240d78d456b4f69cfb9b52b9a650.tar.gz historical-8fae4116a3c7240d78d456b4f69cfb9b52b9a650.tar.bz2 historical-8fae4116a3c7240d78d456b4f69cfb9b52b9a650.zip |
default to a sh4 CHOST
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/sh/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/uclibc/sh/make.defaults b/profiles/uclibc/sh/make.defaults index b3684a0b2658..217d96769e7b 100644 --- a/profiles/uclibc/sh/make.defaults +++ b/profiles/uclibc/sh/make.defaults @@ -1,6 +1,6 @@ ARCH="sh" ACCEPT_KEYWORDS="sh" -CHOST="sh-gentoo-linux-uclibc" +CHOST="sh4-gentoo-linux-uclibc" UCLIBC_CPU_DEFAULT="SH4" |