hey decided to restart and am comfortable so far here is where I get all confused, I am at section 5.d Configuring the Compile Options of the handbook
my ect/make.conf:
CFLAGS="O2 -pipe'
CXXFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
USE="mmx sse sse2"
should I change my CFLAGS to 'CFLAGS="-march=nocona -O2 -pipe" ' and my CXXFLAGS should they read exactly the same or can I make my CXXFLAGS read 'CXXFLAGS="${CFLAGS}" '
next question with 'MAKEOPTS="-j3" ' . I am going with -j3 because it's one more than the amount of cpus, does it matter where in /etc/make.conf or does it have to be on a certain line.

