common: rename FCC to FC and introduce FFLAGS
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_FFLAGS="-fPIC -pipe"
|
||||
|
||||
Reference in New Issue
Block a user