public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults parent use.force
@ 2011-03-14  2:20 Matt Turner (mattst88)
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner (mattst88) @ 2011-03-14  2:20 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/03/14 02:20:26

  Added:                make.defaults parent use.force
  Log:
  add mips64el multilib profiles to profiles/arch

Revision  Changes    Path
1.1                  profiles/arch/mips/mipsel/mips64el/multilib/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults?rev=1.1&content-type=text/plain

Index: make.defaults
===================================================================
PROFILE_ARCH="mips64el"

CHOST="mips64el-unknown-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"

CFLAGS_o32="-mabi=32"
CHOST_o32="${CHOST}"
CDEFINE_o32="_MIPS_SIM == _ABIO32"
LIBDIR_o32="lib"

CFLAGS_n32="-mabi=n32"
CHOST_n32=${CHOST}
CDEFINE_n32="_MIPS_SIM == _ABIN32"
LIBDIR_n32="lib32"

CFLAGS_n64="-mabi=64"
CHOST_n64=${CHOST}
CDEFINE_n64="_MIPS_SIM == _ABI64"
LIBDIR_n64="lib64"

MULTILIB_ABIS="n64 n32 o32"
DEFAULT_ABI="n32"



1.1                  profiles/arch/mips/mipsel/mips64el/multilib/parent

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/parent?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/parent?rev=1.1&content-type=text/plain

Index: parent
===================================================================
..
../../../../../features/multilib



1.1                  profiles/arch/mips/mipsel/mips64el/multilib/use.force

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force?rev=1.1&content-type=text/plain

Index: use.force
===================================================================
multilib
n32
n64






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults parent use.force
@ 2011-06-08 18:38 Matt Turner (mattst88)
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner (mattst88) @ 2011-06-08 18:38 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/06/08 18:38:23

  Modified:             make.defaults parent use.force
  Log:
  Add more multilib subprofiles for each possible ABI combination.

Revision  Changes    Path
1.4                  profiles/arch/mips/mipsel/mips64el/multilib/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	7 Jun 2011 19:30:54 -0000	1.3
+++ make.defaults	8 Jun 2011 18:38:23 -0000	1.4
@@ -15,7 +15,3 @@
 CFLAGS_n64="-mabi=64"
 CHOST_n64=${CHOST}
 LIBDIR_n64="lib64"
-
-MULTILIB_ABIS="n64 n32 o32"
-DEFAULT_ABI="o32"
-ABI="${DEFAULT_ABI}"



1.3                  profiles/arch/mips/mipsel/mips64el/multilib/parent

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/parent?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/parent?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/parent?r1=1.2&r2=1.3

Index: parent
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/parent,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- parent	21 Mar 2011 04:38:27 -0000	1.2
+++ parent	8 Jun 2011 18:38:23 -0000	1.3
@@ -1,2 +1,2 @@
 ..
-../../../../../features/multilib/lib32
+../../../../../features/multilib



1.2                  profiles/arch/mips/mipsel/mips64el/multilib/use.force

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force?r1=1.1&r2=1.2

Index: use.force
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.force	14 Mar 2011 02:20:26 -0000	1.1
+++ use.force	8 Jun 2011 18:38:23 -0000	1.2
@@ -1,3 +1 @@
 multilib
-n32
-n64






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

end of thread, other threads:[~2011-06-08 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 18:38 [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults parent use.force Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-14  2:20 Matt Turner (mattst88)

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