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

@ -7,3 +7,4 @@ for a specific architecture:
- XBPS_TRIPLET (the compiler triplet)
- XBPS_CFLAGS (C compiler flags for host compiler)
- XBPS_CXXFLAGS (C++ compiler flags for the host compiler)
- XBPS_FFLAGS (Fortran compiler flags for the host compiler)

View file

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