Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40130 Details for
Bug 64907
Add gcj to xmingw-gcc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcj support for xmingw-gcc
gcj.patch (text/plain), 1.14 KB, created by
chris-gentoo
on 2004-09-21 15:40:02 UTC
(
hide
)
Description:
gcj support for xmingw-gcc
Filename:
MIME Type:
Creator:
chris-gentoo
Created:
2004-09-21 15:40:02 UTC
Size:
1.14 KB
patch
obsolete
>--- xmingw-gcc-3.4.1.ebuild.orig 2004-09-11 01:51:31.000000000 +1000 >+++ xmingw-gcc-3.4.1.ebuild 2004-09-22 00:45:31.000000000 +1000 >@@ -18,7 +18,7 @@ > LICENSE="GPL-2 LGPL-2.1" > SLOT="0" > KEYWORDS="~x86" >-IUSE="" >+IUSE="gcj" > > DEPEND="dev-util/xmingw-binutils" > >@@ -37,14 +37,26 @@ > src_compile() { > export PATH=$PATH:/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin > unset CFLAGS CXXFLAGS >+ $myconf="" > if has_version dev-util/xmingw-runtime \ > && has_version dev-util/xmingw-w32api > then > lang=c,c++ >+ >+ if use gcj; then >+ lang=${lang},java >+ ${myconf}="${myconf} --enable-libgcj --disable-libgcj-debug --disable-java-awt --enable-java-gc=boehm --enable-interpreter --enable-version-specific-runtime-libs --enable-hash-sychronization" >+ fi > else > lang=c > fi > >+ if use debug; then >+ ${config}="${config} --enable-debug" >+ else >+ ${config}="${config} --disable-debug" >+ fi >+ > ./configure \ > --target=i386-mingw32msvc \ > --prefix=/opt/xmingw \ >@@ -59,7 +71,7 @@ > --enable-sjlj-exceptions \ > --without-x \ > --without-newlib \ >- || die "configure failed" >+ ${myconf} || die "configure failed" > > emake || die "emake failed" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 64907
: 40130