common: rename FCC to FC and introduce FFLAGS

This commit is contained in:
Jürgen Buchmüller 2017-03-08 16:03:59 +01:00
parent 6d0d142d15
commit 60603dd0a5
4 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,3 @@
XBPS_CFLAGS="-O2 -pipe"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_FFLAGS="-fPIC -pipe"