diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-01 08:35:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-01 08:35:58 +0000 |
commit | c168a0f4c4ab5c72163028df5f1d5d693768a1be (patch) | |
tree | 1c6b2bc8c4922e24463c0c761ecf3036cb1484f7 /profiles/arch/m68k | |
parent | Set MULTILIB_ABIS as well, just in case. (diff) | |
download | gentoo-2-c168a0f4c4ab5c72163028df5f1d5d693768a1be.tar.gz gentoo-2-c168a0f4c4ab5c72163028df5f1d5d693768a1be.tar.bz2 gentoo-2-c168a0f4c4ab5c72163028df5f1d5d693768a1be.zip |
Set MULTILIB_ABIS as well, just in case.
Diffstat (limited to 'profiles/arch/m68k')
-rw-r--r-- | profiles/arch/m68k/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/m68k/make.defaults | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/arch/m68k/ChangeLog b/profiles/arch/m68k/ChangeLog index 9d08fceedc26..6fcc75c28d0a 100644 --- a/profiles/arch/m68k/ChangeLog +++ b/profiles/arch/m68k/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/m68k profile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.32 2014/07/01 08:33:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.33 2014/07/01 08:35:58 mgorny Exp $ + + 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults: + Set MULTILIB_ABIS as well, just in case. 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults: Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults index ee5f53bdcc42..ad7b8d26d40e 100644 --- a/profiles/arch/m68k/make.defaults +++ b/profiles/arch/m68k/make.defaults @@ -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/arch/m68k/make.defaults,v 1.4 2014/07/01 08:33:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.5 2014/07/01 08:35:58 mgorny Exp $ ARCH="m68k" ACCEPT_KEYWORDS="m68k ~m68k" @@ -16,6 +16,7 @@ FCFLAGS="${CFLAGS}" # checks simpler. ABI="m68k" DEFAULT_ABI="m68k" +MULTILIB_ABIS="m68k" # Disable sandbox on this architecture FEATURES="-sandbox" |