public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/mips/mipsel: make.defaults
@ 2012-10-07 11:42 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-07 11:42 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/07 11:42:38

  Modified:             make.defaults
  Log:
  Add copyright headers to profiles/hardened/linux/uclibc

Revision  Changes    Path
1.2                  profiles/hardened/linux/uclibc/mips/mipsel/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	27 Jul 2012 12:17:24 -0000	1.1
+++ make.defaults	7 Oct 2012 11:42:38 -0000	1.2
@@ -1,3 +1,7 @@
+# Copyright 1999-2012 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.2 2012/10/07 11:42:38 blueness Exp $
+
 ARCH="mips"
 ACCEPT_KEYWORDS="mips ~mips"
 CHOST="mipsel-gentoo-linux-uclibc"





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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/mips/mipsel: make.defaults
@ 2012-10-08 17:57 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-08 17:57 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/08 17:57:52

  Modified:             make.defaults
  Log:
  Restructure hardened/linux/uclibc profiles

Revision  Changes    Path
1.3                  profiles/hardened/linux/uclibc/mips/mipsel/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	7 Oct 2012 11:42:38 -0000	1.2
+++ make.defaults	8 Oct 2012 17:57:51 -0000	1.3
@@ -1,7 +1,5 @@
 # Copyright 1999-2012 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.2 2012/10/07 11:42:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $
 
-ARCH="mips"
-ACCEPT_KEYWORDS="mips ~mips"
 CHOST="mipsel-gentoo-linux-uclibc"





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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/mips/mipsel: make.defaults
@ 2014-07-02 10:57 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-02 10:57 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/07/02 10:57:54

  Modified:             make.defaults
  Log:
  Fix wrongly inherited CHOST_o32 in {musl,uclibc/mips/mipsel profiles.

Revision  Changes    Path
1.4                  profiles/hardened/linux/uclibc/mips/mipsel/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	8 Oct 2012 17:57:51 -0000	1.3
+++ make.defaults	2 Jul 2014 10:57:54 -0000	1.4
@@ -1,5 +1,6 @@
-# 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/uclibc/mips/mipsel/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.4 2014/07/02 10:57:54 mgorny Exp $
 
 CHOST="mipsel-gentoo-linux-uclibc"
+CHOST_o32=${CHOST}





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

end of thread, other threads:[~2014-07-02 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 17:57 [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/mips/mipsel: make.defaults Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-02 10:57 Michal Gorny (mgorny)
2012-10-07 11:42 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