diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 08:19:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 08:19:40 +0000 |
commit | cece5c636a2f4a523f7eb8cede81749d80bc00e3 (patch) | |
tree | c399af3c9a9830ee0cc38034805f748084294ee6 /profiles/uclibc/sh | |
parent | everyone likes FEATURES=strict (diff) | |
download | historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.tar.gz historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.tar.bz2 historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.zip |
move arch-specific stuff out of make.globals and into profiles #89181
Diffstat (limited to 'profiles/uclibc/sh')
-rw-r--r-- | profiles/uclibc/sh/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/uclibc/sh/make.defaults b/profiles/uclibc/sh/make.defaults index de37277f5260..b3684a0b2658 100644 --- a/profiles/uclibc/sh/make.defaults +++ b/profiles/uclibc/sh/make.defaults @@ -1,4 +1,6 @@ ARCH="sh" ACCEPT_KEYWORDS="sh" +CHOST="sh-gentoo-linux-uclibc" + UCLIBC_CPU_DEFAULT="SH4" |