diff options
author | Ned Ludd <solar@gentoo.org> | 2003-11-20 19:00:10 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-11-20 19:00:10 +0000 |
commit | 613e31e137b3b790c9212410f4576e16883c61b5 (patch) | |
tree | ed6f41cf314680250ef3120923010e672eee961c /profiles/embedded | |
parent | metadata (diff) | |
download | gentoo-2-613e31e137b3b790c9212410f4576e16883c61b5.tar.gz gentoo-2-613e31e137b3b790c9212410f4576e16883c61b5.tar.bz2 gentoo-2-613e31e137b3b790c9212410f4576e16883c61b5.zip |
embedded herd is reserving the embedded USE flag
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/uclibc-x86-1.4/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/embedded/uclibc-x86-1.4/make.defaults b/profiles/embedded/uclibc-x86-1.4/make.defaults index a5485e1b3130..c2e19e4c6174 100644 --- a/profiles/embedded/uclibc-x86-1.4/make.defaults +++ b/profiles/embedded/uclibc-x86-1.4/make.defaults @@ -2,7 +2,11 @@ # uClibc defaults for the gcc portage -USE="x86 embedded uclibc" +USE="x86 uclibc" + +# the embedded USE flag is not currently valid but the +# embedded herd has reserved it for future use. +#USE="x86 embedded uclibc" ARCH="x86" COMPILER="gcc3" |