
#
# options to add to gcc and g++ invocations
#
GCC_OPT="-march=i386 -mcpu=pentium4"
GXX_OPT="-march=i386 -mcpu=pentium4"
