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

(-)xmingw-gcc-3.4.1.ebuild (-1 / +2 lines)
Lines 18-24 Link Here
18
LICENSE="GPL-2 LGPL-2.1"
18
LICENSE="GPL-2 LGPL-2.1"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~x86"
20
KEYWORDS="~x86"
21
IUSE=""
21
IUSE="f77"
22
22
23
DEPEND="dev-util/xmingw-binutils"
23
DEPEND="dev-util/xmingw-binutils"
24
24
Lines 44-49 Link Here
44
	else
44
	else
45
		lang=c
45
		lang=c
46
	fi
46
	fi
47
	use f77 && lang="${lang},f77"
47
48
48
	./configure \
49
	./configure \
49
		--target=i386-mingw32msvc \
50
		--target=i386-mingw32msvc \

Return to bug 64886