public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
@ 2009-06-30 16:34 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-06-30 16:34 UTC (permalink / raw
  To: gentoo-commits

darkside    09/06/30 16:34:58

  Modified:             make.defaults
  Log:
  Mark FEATURES=-sandbox globally because it fails to work reliably on any Gentoo Prefix platform.

Revision  Changes    Path
1.2                  profiles/prefix/aix/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/make.defaults?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/make.defaults?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/make.defaults?r1=1.1&r2=1.2

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	6 Jun 2009 03:54:34 -0000	1.1
+++ make.defaults	30 Jun 2009 16:34:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.1 2009/06/06 03:54:34 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.2 2009/06/30 16:34:58 darkside Exp $
 
 # System-wide defaults for all AIX profiles
 # This file should rarely need to be changed
@@ -9,5 +9,5 @@
 ELIBC="AIX"
 KERNEL="AIX"
 
-# Sandbox is not ported to AIX yet, no scanelf
-FEATURES="-sandbox nostrip"
+# no scanelf
+FEATURES="nostrip"






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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
@ 2014-07-03 17:31 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2014-07-03 17:31 UTC (permalink / raw
  To: gentoo-commits

grobian     14/07/03 17:31:00

  Modified:             make.defaults
  Log:
  Add some multilib vars necessary for multilib.eclass

Revision  Changes    Path
1.3                  profiles/prefix/aix/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	30 Jun 2009 16:34:58 -0000	1.2
+++ make.defaults	3 Jul 2014 17:31:00 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.2 2009/06/30 16:34:58 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.3 2014/07/03 17:31:00 grobian Exp $
 
 # System-wide defaults for all AIX profiles
 # This file should rarely need to be changed
@@ -11,3 +11,8 @@
 
 # no scanelf
 FEATURES="nostrip"
+
+# multilib build stuff, single ABI (no multilib)
+MULTILIB_ABIS="ppc"
+DEFAULT_ABI="ppc"
+ABI="ppc"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
@ 2014-07-03 18:51 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2014-07-03 18:51 UTC (permalink / raw
  To: gentoo-commits

grobian     14/07/03 18:51:09

  Modified:             make.defaults
  Log:
  multilib: set some implicit USE-flags

Revision  Changes    Path
1.4                  profiles/prefix/aix/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	3 Jul 2014 17:31:00 -0000	1.3
+++ make.defaults	3 Jul 2014 18:51:09 -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/prefix/aix/make.defaults,v 1.3 2014/07/03 17:31:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.4 2014/07/03 18:51:09 grobian Exp $
 
 # System-wide defaults for all AIX profiles
 # This file should rarely need to be changed
@@ -16,3 +16,4 @@
 MULTILIB_ABIS="ppc"
 DEFAULT_ABI="ppc"
 ABI="ppc"
+IUSE_IMPLICIT="abi_ppc_32"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
@ 2014-07-05 13:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2014-07-05 13:08 UTC (permalink / raw
  To: gentoo-commits

grobian     14/07/05 13:08:33

  Modified:             make.defaults
  Log:
  Add libdirs for ABIs to make get_libdir work again

Revision  Changes    Path
1.5                  profiles/prefix/aix/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults	3 Jul 2014 18:51:09 -0000	1.4
+++ make.defaults	5 Jul 2014 13:08:33 -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/prefix/aix/make.defaults,v 1.4 2014/07/03 18:51:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.5 2014/07/05 13:08:33 grobian Exp $
 
 # System-wide defaults for all AIX profiles
 # This file should rarely need to be changed
@@ -17,3 +17,4 @@
 DEFAULT_ABI="ppc"
 ABI="ppc"
 IUSE_IMPLICIT="abi_ppc_32"
+LIBDIR_ppc="lib"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
@ 2015-01-12 20:48 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Haubenwallner (haubi) @ 2015-01-12 20:48 UTC (permalink / raw
  To: gentoo-commits

haubi       15/01/12 20:48:24

  Modified:             make.defaults
  Log:
  profiles/prefix/aix: libtool-2.4.4 supports --with-aix-soname=svr4, set EXTRA_ECONF for now

Revision  Changes    Path
1.6                  profiles/prefix/aix/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults	5 Jul 2014 13:08:33 -0000	1.5
+++ make.defaults	12 Jan 2015 20:48:24 -0000	1.6
@@ -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/prefix/aix/make.defaults,v 1.5 2014/07/05 13:08:33 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.6 2015/01/12 20:48:24 haubi Exp $
 
 # System-wide defaults for all AIX profiles
 # This file should rarely need to be changed
@@ -18,3 +18,6 @@
 ABI="ppc"
 IUSE_IMPLICIT="abi_ppc_32"
 LIBDIR_ppc="lib"
+
+# libtool-2.4.4 supports --with-aix-soname=svr4
+EXTRA_ECONF="--with-aix-soname=svr4"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
@ 2015-01-12 21:26 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Haubenwallner (haubi) @ 2015-01-12 21:26 UTC (permalink / raw
  To: gentoo-commits

haubi       15/01/12 21:26:32

  Modified:             make.defaults
  Log:
  profiles/prefix/aix: rely on elibtoolize(aixrtl) to force --with-aix-soname=svr4

Revision  Changes    Path
1.7                  profiles/prefix/aix/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults	12 Jan 2015 20:48:24 -0000	1.6
+++ make.defaults	12 Jan 2015 21:26:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.6 2015/01/12 20:48:24 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.7 2015/01/12 21:26:32 haubi Exp $
 
 # System-wide defaults for all AIX profiles
 # This file should rarely need to be changed
@@ -18,6 +18,3 @@
 ABI="ppc"
 IUSE_IMPLICIT="abi_ppc_32"
 LIBDIR_ppc="lib"
-
-# libtool-2.4.4 supports --with-aix-soname=svr4
-EXTRA_ECONF="--with-aix-soname=svr4"





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

end of thread, other threads:[~2015-01-12 21:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05 13:08 [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-12 21:26 Michael Haubenwallner (haubi)
2015-01-12 20:48 Michael Haubenwallner (haubi)
2014-07-03 18:51 Fabian Groffen (grobian)
2014-07-03 17:31 Fabian Groffen (grobian)
2009-06-30 16:34 Jeremy Olexa (darkside)

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