diff options
Diffstat (limited to 'profiles/hardened/linux/musl/x86/make.defaults')
-rw-r--r-- | profiles/hardened/linux/musl/x86/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/linux/musl/x86/make.defaults b/profiles/hardened/linux/musl/x86/make.defaults index f83734f3f7c8..c6c535bb3226 100644 --- a/profiles/hardened/linux/musl/x86/make.defaults +++ b/profiles/hardened/linux/musl/x86/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.3 2014/01/24 23:41:07 blueness Exp $ ARCH="x86" ACCEPT_KEYWORDS="${ARCH}" CHOST="i686-gentoo-linux-musl" -CFLAGS="-O2 -pipe -Wl,-dynamic-linker,/usr/lib/libc.so" +CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" |