summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-08-03 21:18:24 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-08-03 21:18:24 +0000
commitb6a649bbba6bc5dad6cc1e297b68c07f7f4ff614 (patch)
tree3892dddc1493bef98ba6a921e24540e74bd214b7 /profiles
parentVersion bump. (diff)
downloadgentoo-2-b6a649bbba6bc5dad6cc1e297b68c07f7f4ff614.tar.gz
gentoo-2-b6a649bbba6bc5dad6cc1e297b68c07f7f4ff614.tar.bz2
gentoo-2-b6a649bbba6bc5dad6cc1e297b68c07f7f4ff614.zip
linux/uclibc/mips/make.defaults: add abi and libdir info, bug #479656
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/ChangeLog6
-rw-r--r--profiles/hardened/linux/uclibc/mips/make.defaults8
2 files changed, 11 insertions, 3 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog
index 9041687ae53d..8b9bb9bd26c5 100644
--- a/profiles/hardened/ChangeLog
+++ b/profiles/hardened/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.7 2013/08/01 15:17:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.8 2013/08/03 21:18:24 blueness Exp $
+
+ 03 Aug 2013; Anthony G. Basile <blueness@gentoo.org>
+ linux/uclibc/mips/make.defaults:
+ linux/uclibc/mips/make.defaults: add abi and libdir info, bug #479656
01 Aug 2013; Anthony G. Basile <blueness@gentoo.org>
+linux/arm/armv7a/selinux/eapi, +linux/arm/armv7a/selinux/parent:
diff --git a/profiles/hardened/linux/uclibc/mips/make.defaults b/profiles/hardened/linux/uclibc/mips/make.defaults
index 33757c56ce44..9399b1da4c3e 100644
--- a/profiles/hardened/linux/uclibc/mips/make.defaults
+++ b/profiles/hardened/linux/uclibc/mips/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/make.defaults,v 1.4 2013/08/03 21:18:24 blueness Exp $
ARCH="mips"
ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"
@@ -10,3 +10,7 @@ CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+
+DEFAULT_ABI="o32"
+ABI="${DEFAULT_ABI}"
+LIBDIR_o32="lib"