]> gitweb.michael.orlitzky.com - bash.d.git/blob - compilation
Initial commit.
[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 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
8
9 # Portage does this for us.
10 MAKE="make ${MAKEOPTS}"