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"




Reply via email to