diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-01 08:33:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-01 08:33:56 +0000 |
commit | 96ec800d553667b1978d3c3aa1f4f7e1497cc874 (patch) | |
tree | 71b76d5f79a29f4cc90511876d24a62cd55fa3ef /profiles/arch/sh | |
parent | Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in ebu... (diff) | |
download | gentoo-2-96ec800d553667b1978d3c3aa1f4f7e1497cc874.tar.gz gentoo-2-96ec800d553667b1978d3c3aa1f4f7e1497cc874.tar.bz2 gentoo-2-96ec800d553667b1978d3c3aa1f4f7e1497cc874.zip |
Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in ebuilds.
Diffstat (limited to 'profiles/arch/sh')
-rw-r--r-- | profiles/arch/sh/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/sh/make.defaults | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/profiles/arch/sh/ChangeLog b/profiles/arch/sh/ChangeLog index 370aee85d961..c346f6a854c1 100644 --- a/profiles/arch/sh/ChangeLog +++ b/profiles/arch/sh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/sh profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/ChangeLog,v 1.94 2014/06/04 02:09:49 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/ChangeLog,v 1.95 2014/07/01 08:33:56 mgorny Exp $ + + 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults: + Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in + ebuilds. 03 Jun 2014; Brian Evans <grknight@gentoo.org> package.use.mask: Mask jemalloc on dev-db/mysql and dev-db/mariadb bug #429708 diff --git a/profiles/arch/sh/make.defaults b/profiles/arch/sh/make.defaults index 3478b5b09459..6fb5bad3367f 100644 --- a/profiles/arch/sh/make.defaults +++ b/profiles/arch/sh/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v 1.4 2013/09/29 14:36:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v 1.5 2014/07/01 08:33:56 mgorny Exp $ # Main SuperH profile @@ -13,6 +13,12 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +# Michał Górny <mgorny@gentoo.org> (01 Jul 2014) +# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild +# checks simpler. +ABI="sh" +DEFAULT_ABI="sh" + # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value # We need to disable ssp. |