comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
authorEric Andersen <andersen@codepoet.org>
Thu, 10 Aug 2006 20:58:14 +0000 (20:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 10 Aug 2006 20:58:14 +0000 (20:58 -0000)
commit5cd18319f8a4335ae2f8a986b20f4fae7099b48e
treea5d17fe3e9a6d55c95bccd4e48617b12bd63367c
parent28e220f7a06689ca59a440abd2e5046ff2fac46e
comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
Need to instead compare vs BR2_i386 and friends.
package/portage/portage.mk