Ok... I am losing my mind here. My laptop crashed and I decided it was time to give the Stage 1 on 3 guide a whirl. So here I am moving along...
I complete everything successfully up to 7.2.4 in the guide where you rebuild the toolkit. Binutils borks complaining that the c compiler can't create executables. No biggie, I have seen that in the forums and know this is becuase of my cflags being set for 3.4.3 and gcc still using 3.3.4. So, I do a gcc-config -l and it says it's still set for gcc 3.3.4. I do a gcc-config 2 to select 3.4.3 it tells me it switched. Following a env-update and source /etc/profile I do a gcc-config -l just to check and it is back to gcc 3.3.4. What am I missing?

