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 | affd19254de0b9098f839399dfb553936f8b2de7 (patch) | |
tree | 6e5e2d7d144d4e7163ce7dc9293867ccfcc76b6a /profiles/uclibc | |
parent | cut cruft (diff) | |
download | gentoo-2-affd19254de0b9098f839399dfb553936f8b2de7.tar.gz gentoo-2-affd19254de0b9098f839399dfb553936f8b2de7.tar.bz2 gentoo-2-affd19254de0b9098f839399dfb553936f8b2de7.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" |