Your not screwed at all. Just create one and add the minimum stuff like this:
Code:
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
Of course, you may want to use different options then I have shown here.