Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 626402
Collapse All | Expand All

(-)a/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild (-1 / +2 lines)
Lines 54-59 pkgversion() { Link Here
54
54
55
multilib_src_configure() {
55
multilib_src_configure() {
56
	local myconf=(
56
	local myconf=(
57
		--prefix=/usr/armv7a-unknown-linux-gnueabihf/usr
57
		--enable-obsolete
58
		--enable-obsolete
58
		--enable-shared
59
		--enable-shared
59
		--enable-threads
60
		--enable-threads
Lines 104-110 multilib_src_configure() { Link Here
104
multilib_src_install() {
105
multilib_src_install() {
105
	default
106
	default
106
	# Provide libiberty.h directly.
107
	# Provide libiberty.h directly.
107
	dosym libiberty/libiberty.h /usr/include/libiberty.h
108
	dosym libiberty/libiberty.h /usr/armv7a-unknown-linux-gnueabihf/usr/include/libiberty.h
108
}
109
}
109
110
110
multilib_src_install_all() {
111
multilib_src_install_all() {

Return to bug 626402