From 70d6c98c1f8321c891064dc014e61febbb5b7321 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 24 Jan 2014 23:41:07 +0000 Subject: Move musl's linker path to gcc's specs file --- profiles/hardened/ChangeLog | 6 +++++- profiles/hardened/linux/musl/amd64/make.defaults | 4 ++-- profiles/hardened/linux/musl/x86/make.defaults | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'profiles/hardened') 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 + 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 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}" -- cgit v1.2.3-65-gdbad