On fc4t am64, I've set rpmopts as:
optflags: x86_64 -O3 -fPIC -ffast-math -fomit-frame-pointer -funit-at-a-time -mtune=athlon64 -ftree-vectorize -fvisibility-inlines-hidden
Now -fvisibility-inlines-hidden is only for g++. It generates a warning mesage for gcc. Is there a way of setting the CFLAGS differently from CXXFLAGS?
sean