Lines 57-63
Link Here
|
57 |
--with-gxx-include-dir=${TARGLIB}/include/g++-v3 |
57 |
--with-gxx-include-dir=${TARGLIB}/include/g++-v3 |
58 |
#CONFIGURE_ARGS+= --program-suffix=32 |
58 |
#CONFIGURE_ARGS+= --program-suffix=32 |
59 |
CONFIGURE_ARGS+= --with-system-zlib --includedir=${TARGLIB}/include/Java |
59 |
CONFIGURE_ARGS+= --with-system-zlib --includedir=${TARGLIB}/include/Java |
|
|
60 |
.if !defined(WITH_LIBGCJ) |
60 |
CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now |
61 |
CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now |
|
|
62 |
.endif |
61 |
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |
63 |
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |
62 |
.if defined(WANT_SHAREDLIBS) |
64 |
.if defined(WANT_SHAREDLIBS) |
63 |
CONFIGURE_ARGS+= --enable-shared |
65 |
CONFIGURE_ARGS+= --enable-shared |