Gentoo Archives: gentoo-embedded

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-embedded@l.g.o, gentoo-dev@l.g.o
Subject: [gentoo-embedded] How to list ARCH in gentoo?
Date: Tue, 22 Mar 2011 14:03:13
Message-Id: AANLkTim=dt6ibQ4rw3syD7Luyd1kBX6CU4v5rbTyhfRc@mail.gmail.com
1 Hi,
2 I would like to know how to list the arches gentoo supports.
3 I tried this:
4 grep 'KEYWORDS="' * -R | cut -d '"' -f 2 | sed 's/ /\n/g' | sort | uniq
5
6 Not the best but close.
7 Is there any way to know the exact arches supported by portage?
8
9 Regards,
10 Kfir