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/ppc | |
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/ppc')
-rw-r--r-- | profiles/uclibc/ppc/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults index d63e113ec638..0514ca71084a 100644 --- a/profiles/uclibc/ppc/make.defaults +++ b/profiles/uclibc/ppc/make.defaults @@ -1,4 +1,6 @@ ARCH="ppc" ACCEPT_KEYWORDS="ppc" +CHOST="powerpc-gentoo-linux-uclibc" + UCLIBC_CPU_DEFAULT="" |