diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-16 11:44:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-16 11:44:13 +0000 |
commit | 5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8 (patch) | |
tree | 5ae12ba5c3676ae2847f3972aae22384ef2b6843 /profiles/uclibc | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8.tar.gz gentoo-2-5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8.tar.bz2 gentoo-2-5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8.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" |