summaryrefslogtreecommitdiff
path: root/dev-libs/klibc
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-25 18:10:28 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-25 18:13:52 +0200
commitc5cea15507f919e3ecefac52551ab99912830c23 (patch)
treee5cbfea121e2989e13e3d7e003c3efd2047bd1f9 /dev-libs/klibc
parentc32b58a8b456af4da6b766fd26bc0d54e3b7cb05 (diff)
downloadgentoo-c5cea15507f919e3ecefac52551ab99912830c23.tar.gz
gentoo-c5cea15507f919e3ecefac52551ab99912830c23.tar.xz
dev-libs/klibc: Fix build on Raspberry PI (#446700 by Adam Martak)
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r--dev-libs/klibc/klibc-2.0.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/klibc/klibc-2.0.4.ebuild b/dev-libs/klibc/klibc-2.0.4.ebuild
index 319325da5f8..7593537cd4b 100644
--- a/dev-libs/klibc/klibc-2.0.4.ebuild
+++ b/dev-libs/klibc/klibc-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -165,6 +165,7 @@ src_compile() {
-e '1iCONFIG_AEABI=y' \
-e '/CONFIG_OABI_COMPAT/d' \
-e '1iCONFIG_OABI_COMPAT=y' \
+ -e '1iCONFIG_ARM_UNWIND=y' \
"${KS}"/.config \
"${S}"/defconfig
fi