Add catalyst config files to the repo.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-06-26 21:46:15 +00:00
parent 03e144c346
commit 663e729e4d
24 changed files with 164 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export CFLAGS="-Os -mcpu=i686 -pipe -fomit-frame-pointer"
export CXXFLAGS="${CFLAGS}"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j16"