diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-01 14:13:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-01 14:13:01 +0000 |
commit | 9f68c5f8f0c10fc4ee42d58ee290250d442bf5fb (patch) | |
tree | 07cebcc1e7e0dcfc44bee5c004bc6c7337fa5e6e /profiles/arch/m68k | |
parent | Remove old per Arfrever. (diff) | |
download | gentoo-2-9f68c5f8f0c10fc4ee42d58ee290250d442bf5fb.tar.gz gentoo-2-9f68c5f8f0c10fc4ee42d58ee290250d442bf5fb.tar.bz2 gentoo-2-9f68c5f8f0c10fc4ee42d58ee290250d442bf5fb.zip |
Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid issues.
Diffstat (limited to 'profiles/arch/m68k')
-rw-r--r-- | profiles/arch/m68k/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/m68k/make.defaults | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/arch/m68k/ChangeLog b/profiles/arch/m68k/ChangeLog index 6fcc75c28d0a..944618b06d36 100644 --- a/profiles/arch/m68k/ChangeLog +++ b/profiles/arch/m68k/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2014/07/01 08:35:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.34 2014/07/01 14:13:01 mgorny Exp $ + + 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults: + Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid + issues. 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults: Set MULTILIB_ABIS as well, just in case. diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults index ad7b8d26d40e..7a5b8cacf0b0 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.5 2014/07/01 08:35:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.6 2014/07/01 14:13:01 mgorny Exp $ ARCH="m68k" ACCEPT_KEYWORDS="m68k ~m68k" @@ -17,6 +17,8 @@ FCFLAGS="${CFLAGS}" ABI="m68k" DEFAULT_ABI="m68k" MULTILIB_ABIS="m68k" +LIBDIR_m68k="lib" +CHOST_m68k="${CHOST}" # Disable sandbox on this architecture FEATURES="-sandbox" |