mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue