diff options
author | 2012-06-16 11:44:13 +0000 | |
---|---|---|
committer | 2012-06-16 11:44:13 +0000 | |
commit | e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf (patch) | |
tree | 747ffbb14f5d600bb69f5ca3b34c9aee25795613 /profiles/uclibc | |
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/uclibc')
-rw-r--r-- | profiles/uclibc/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults index 4c42224245e5..d891f0b122c8 100644 --- a/profiles/uclibc/make.defaults +++ b/profiles/uclibc/make.defaults @@ -2,6 +2,8 @@ GRP_STAGE23_USE="ncurses readline zlib uclibc" USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd" CFLAGS="-Os" CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" PORTAGE_LIBC="uClibc" ELIBC=uclibc FEATURES="sandbox sfperms strict nodoc noinfo noman" |