For GCC 4.5 libgcj has been broken up such compilation no longer requires

more than half a GB of memory.  Accordingly, we can now remove the build-
time test for that from pre-everything.

Feature safe:	yes
This commit is contained in:
Gerald Pfeifer 2009-09-26 22:08:43 +00:00
parent 093bbce65c
commit f295d8d3bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242154
5 changed files with 0 additions and 45 deletions

View file

@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment "
pre-everything::
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
.if ! defined(WITHOUT_JAVA)
@DSIZ=700000; DSIZBYTE=734003200; \
if [ `ulimit -d` -lt $$DSIZ ]; then \
echo "You need to increase the datasize limit to at least $$DSIZ \
(and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
build with Java support." | ${FMT} -s; \
exit 1; \
fi
.endif
pre-extract:
@# Building libgcj with lang/gcc295 installed is causing a failure

View file

@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment "
pre-everything::
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
.if ! defined(WITHOUT_JAVA)
@DSIZ=700000; DSIZBYTE=734003200; \
if [ `ulimit -d` -lt $$DSIZ ]; then \
echo "You need to increase the datasize limit to at least $$DSIZ \
(and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
build with Java support." | ${FMT} -s; \
exit 1; \
fi
.endif
pre-extract:
@# Building libgcj with lang/gcc295 installed is causing a failure

View file

@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment "
pre-everything::
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
.if ! defined(WITHOUT_JAVA)
@DSIZ=700000; DSIZBYTE=734003200; \
if [ `ulimit -d` -lt $$DSIZ ]; then \
echo "You need to increase the datasize limit to at least $$DSIZ \
(and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
build with Java support." | ${FMT} -s; \
exit 1; \
fi
.endif
pre-extract:
@# Building libgcj with lang/gcc295 installed is causing a failure

View file

@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment "
pre-everything::
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
.if ! defined(WITHOUT_JAVA)
@DSIZ=700000; DSIZBYTE=734003200; \
if [ `ulimit -d` -lt $$DSIZ ]; then \
echo "You need to increase the datasize limit to at least $$DSIZ \
(and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
build with Java support." | ${FMT} -s; \
exit 1; \
fi
.endif
pre-extract:
@# Building libgcj with lang/gcc295 installed is causing a failure

View file

@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment "
pre-everything::
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
.if ! defined(WITHOUT_JAVA)
@DSIZ=700000; DSIZBYTE=734003200; \
if [ `ulimit -d` -lt $$DSIZ ]; then \
echo "You need to increase the datasize limit to at least $$DSIZ \
(and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
build with Java support." | ${FMT} -s; \
exit 1; \
fi
.endif
pre-extract:
@# Building libgcj with lang/gcc295 installed is causing a failure