diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-24 23:41:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-24 23:41:07 +0000 |
commit | 70d6c98c1f8321c891064dc014e61febbb5b7321 (patch) | |
tree | 21b7ed088e7fe66f0b6f6f70c729543fb7c8ad22 /profiles/hardened | |
parent | Stable for HPPA (bug #490463). (diff) | |
download | gentoo-2-70d6c98c1f8321c891064dc014e61febbb5b7321.tar.gz gentoo-2-70d6c98c1f8321c891064dc014e61febbb5b7321.tar.bz2 gentoo-2-70d6c98c1f8321c891064dc014e61febbb5b7321.zip |
Move musl's linker path to gcc's specs file
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/amd64/make.defaults | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/x86/make.defaults | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 13d005343883..1ccd288e3f54 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.30 2014/01/24 20:05:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.31 2014/01/24 23:41:06 blueness Exp $ + + 24 Jan 2014; Anthony G. Basile <blueness@gentoo.org> + linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: + Move musl's linker path to gcc's specs file 24 Jan 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/amd64/make.defaults, linux/musl/make.defaults, diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults index 15682bd889ef..6cba9dc36024 100644 --- a/profiles/hardened/linux/musl/amd64/make.defaults +++ b/profiles/hardened/linux/musl/amd64/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/amd64/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/make.defaults,v 1.3 2014/01/24 23:41:07 blueness Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" CHOST="x86_64-gentoo-linux-musl" -CFLAGS="-O2 -pipe -Wl,-dynamic-linker,/usr/lib/libc.so" +CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" 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}" |