diff options
author | 2012-06-16 11:44:13 +0000 | |
---|---|---|
committer | 2012-06-16 11:44:13 +0000 | |
commit | e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf (patch) | |
tree | 747ffbb14f5d600bb69f5ca3b34c9aee25795613 /profiles/embedded | |
parent | Version bump, drop old. (diff) | |
download | historical-e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf.tar.gz historical-e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf.tar.bz2 historical-e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf.zip |
Set default values of FFLAGS and FCFLAGS to profiles default CFLAGS, equally as CXXFLAGS handling
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index 82060c2c1a4f..42e8779a40a9 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -1,6 +1,8 @@ USE="kdrive minimal multicall zlib" CFLAGS="-Os -pipe" CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" CLEAN_DELAY="0" EPAUSE_IGNORE="1" |