#!/bin/bash
CFLAGS="-pipe -O$2 $3 -march=pentium4 -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" emerge $1
