public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl/x86: make.defaults
@ 2014-01-24 20:05 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-01-24 20:05 UTC (permalink / raw
  To: gentoo-commits

blueness    14/01/24 20:05:04

  Modified:             make.defaults
  Log:
  linux/musl: fix linker path and remove libiconv

Revision  Changes    Path
1.2                  profiles/hardened/linux/musl/x86/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?r1=1.1&r2=1.2

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	9 Aug 2013 09:47:51 -0000	1.1
+++ make.defaults	24 Jan 2014 20:05:04 -0000	1.2
@@ -1,12 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# 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.1 2013/08/09 09:47:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $
 
 ARCH="x86"
 ACCEPT_KEYWORDS="${ARCH}"
 
 CHOST="i686-gentoo-linux-musl"
-CFLAGS="-O2 -pipe"
+CFLAGS="-O2 -pipe -Wl,-dynamic-linker,/usr/lib/libc.so"
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"
+
+# TODO: fix so musl doesn't generate this for all packages
+# that use a charset, it causes package collisons.
+INSTALL_MASK="charset.alias"
+
+# TODO: we need to make sandbox work
+FEATURES="-sandbox"





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl/x86: make.defaults
@ 2014-01-24 23:41 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-01-24 23:41 UTC (permalink / raw
  To: gentoo-commits

blueness    14/01/24 23:41:07

  Modified:             make.defaults
  Log:
  Move musl's linker path to gcc's specs file

Revision  Changes    Path
1.3                  profiles/hardened/linux/musl/x86/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?r1=1.2&r2=1.3

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	24 Jan 2014 20:05:04 -0000	1.2
+++ make.defaults	24 Jan 2014 23:41:07 -0000	1.3
@@ -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}"





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl/x86: make.defaults
@ 2014-02-17 15:14 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-02-17 15:14 UTC (permalink / raw
  To: gentoo-commits

blueness    14/02/17 15:14:14

  Modified:             make.defaults
  Log:
  Sandbox from hardened-dev::musl overlay works

Revision  Changes    Path
1.4                  profiles/hardened/linux/musl/x86/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?r1=1.3&r2=1.4

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	24 Jan 2014 23:41:07 -0000	1.3
+++ make.defaults	17 Feb 2014 15:14:14 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2014/01/24 23:41:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.4 2014/02/17 15:14:14 blueness Exp $
 
 ARCH="x86"
 ACCEPT_KEYWORDS="${ARCH}"
@@ -14,6 +14,3 @@
 # TODO: fix so musl doesn't generate this for all packages
 # that use a charset, it causes package collisons.
 INSTALL_MASK="charset.alias"
-
-# TODO: we need to make sandbox work
-FEATURES="-sandbox"





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl/x86: make.defaults
@ 2014-06-09 15:19 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-09 15:19 UTC (permalink / raw
  To: gentoo-commits

blueness    14/06/09 15:19:09

  Modified:             make.defaults
  Log:
  Remove redundant INSTALL_MASK in amd64 and x86

Revision  Changes    Path
1.5                  profiles/hardened/linux/musl/x86/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?r1=1.4&r2=1.5

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults	17 Feb 2014 15:14:14 -0000	1.4
+++ make.defaults	9 Jun 2014 15:19:09 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2014/02/17 15:14:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.5 2014/06/09 15:19:09 blueness Exp $
 
 ARCH="x86"
 ACCEPT_KEYWORDS="${ARCH}"
@@ -10,7 +10,3 @@
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"
-
-# TODO: fix so musl doesn't generate this for all packages
-# that use a charset, it causes package collisons.
-INSTALL_MASK="charset.alias"





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl/x86: make.defaults
@ 2015-01-30 22:04 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-01-30 22:04 UTC (permalink / raw
  To: gentoo-commits

blueness    15/01/30 22:04:37

  Modified:             make.defaults
  Log:
  musl: unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from arch/{amd64,x86}/make.defaults.

Revision  Changes    Path
1.7                  profiles/hardened/linux/musl/x86/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?r1=1.6&r2=1.7

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults	1 Jul 2014 12:37:36 -0000	1.6
+++ make.defaults	30 Jan 2015 22:04:37 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2015 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.6 2014/07/01 12:37:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.7 2015/01/30 22:04:37 blueness Exp $
 
 ARCH="x86"
 ACCEPT_KEYWORDS="${ARCH}"
@@ -19,3 +19,7 @@
 CHOST_x86=${CHOST}
 LIBDIR_x86="lib"
 IUSE_IMPLICIT="abi_x86_32"
+
+# Anthony G. Basile <blueness@gentoo.org> (26 Jan 2013)
+# Unhide the CPU_FLAGS_X86 USE_EXPANDs.
+USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-30 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 23:41 [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl/x86: make.defaults Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-30 22:04 Anthony G. Basile (blueness)
2014-06-09 15:19 Anthony G. Basile (blueness)
2014-02-17 15:14 Anthony G. Basile (blueness)
2014-01-24 20:05 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox