]> gitweb.michael.orlitzky.com - bash.d.git/blob - compilation
9aab1ac62f274fea8bf2055e805a15af1ad84636
[bash.d.git] / compilation
1 #!/bin/bash
2
3 # Grab CFLAGS, etc. from make.conf.
4 source /etc/portage/make.conf
5
6 # LDFLAGS comes from.. somewhere else.
7 export LDFLAGS="-Wl,-O1 -Wl,--as-needed"
8
9 # Portage does this for us.
10 export MAKE="make ${MAKEOPTS}"