I am getting back to doing some Gentoo building on various arm single board computers.
I have a question concerning if there is any advantages to setting EXTRA_ECONF for cortex a9 or cortex a7.
I have a matrix mini pc that is the Freescale imx6q 4 core cortex a9 as well as a banana pi which is the Allwinner a20 2 core cortex a7. I also have a raspberry pi and beaglebone black, and have already built gentoo on them long ago, but currently running risc os, have no reason to run gentoo, as the other boards have sata and 1000Mbs ethernet. Major improvement overall running the OS off an ssd rather than an sdcard, real shame the raspberry pi 2 lacks sata and 1000Mbs ethernet. I have already run gentoo and arch linux on the banana pi, but getting some new ssd's and new boards, so moving things around and want to do some clean installs, and get everything the way I want it.
Since I do distcc with a number of computers in my network, I would have to make sure to rebuild each with the corresponding cortex number, therefore wondering if it is really worth it. Or some how have two cortex versions of the same armv7a-hardfloat-linux-gnueabihf installed and available.
Which gets to my next question. Some of the manufacturers docs state a preference for armv7a-hardfloat-linux-gnueabihf over armv7a-hardfloat-linux-gnueabi. Which makes me wonder if the CHOST line in the make.conf needs to be changed to reflect the actual version that is being used to compile with.
Even though I do doubt the CHOST needs to be changed, and that setting specific extra's for the cortex number is probably not really necessary. I would appreciate any input or additional details someone might have.

