I think some of this may have been covered, I have not done extensive research so thought I would post what I have found and ask if anyone has further advice or info on what will be happening to improve rpi2 support.
I have heard gcc does not yet have good support for armv7 and linaro is the better compiler, will there be a version of the linaro compiler that runs on the rpi2?.
I get the feeling raspbian defaults to gcc-4.5 so try 'apt-get install gcc.4.6' or 'apt-get install gcc.4.8'
compile with 'make -j4 CC=gcc-4.8 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard'
Anyone have any other tips on getting the best from the new hardware?
Will there be a way to get ARMv7 optimized libraries on raspbian with apt-get?