From b6a649bbba6bc5dad6cc1e297b68c07f7f4ff614 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 3 Aug 2013 21:18:24 +0000 Subject: linux/uclibc/mips/make.defaults: add abi and libdir info, bug #479656 --- profiles/hardened/ChangeLog | 6 +++++- profiles/hardened/linux/uclibc/mips/make.defaults | 8 ++++++-- 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 + linux/uclibc/mips/make.defaults: + linux/uclibc/mips/make.defaults: add abi and libdir info, bug #479656 01 Aug 2013; Anthony G. Basile +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" -- cgit v1.2.3-65-gdbad