Update to a slightly newer version of the optional bounds checking patches,
but disable the note on WITH_BOUNDSCHECKING as even these have not been updated for GCC 3.3.2 yet. Noticed by: trevor
This commit is contained in:
parent
ba7347f869
commit
8925e345a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91740
@ -29,7 +29,7 @@ COMMENT?= GNU Compiler Collection 3.3
|
||||
|
||||
.if defined (WITH_BOUNDSCHECKING)
|
||||
# Fetch another file, but don't extract it. Also add another patchfile.
|
||||
BCPATCH= bounds-checking-gcc-3.3.1-1.00.patch.bz2
|
||||
BCPATCH= bounds-checking-gcc-3.3.1-1.01.patch.bz2
|
||||
DISTFILES+= ${BCPATCH}:bc
|
||||
EXTRACT_ONLY= ${DISTFILES:S/${BCPATCH}:bc//}
|
||||
EXTRA_PATCHES= ${FILESDIR}/opt.patch-bc
|
||||
@ -91,9 +91,9 @@ INFO= cpp cppinternals g77 gcc gccint gcj fastjar
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"
|
||||
.if !defined(WITH_BOUNDSCHECKING)
|
||||
@${ECHO_MSG} "You can enable fine-grained bounds-checking support for compiled C programs"
|
||||
@${ECHO_MSG} "by defining WITH_BOUNDSCHECKING. Compile and link with \"-fbounds-checking\""
|
||||
@${ECHO_MSG} "to use."
|
||||
# @${ECHO_MSG} "You can enable fine-grained bounds-checking support for compiled C programs"
|
||||
# @${ECHO_MSG} "by defining WITH_BOUNDSCHECKING. Compile and link with \"-fbounds-checking\""
|
||||
# @${ECHO_MSG} "to use."
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BOUNDSCHECKING)
|
||||
|
@ -4,4 +4,4 @@ MD5 (gcc-g77-3.3.2.tar.bz2) = 29a10486d5001c62f4566f1424fe9451
|
||||
MD5 (gcc-java-3.3.2.tar.bz2) = 0224c79e40ecf22506a4012618a1f6e7
|
||||
MD5 (gcc-objc-3.3.2.tar.bz2) = 2334af72a63c8bae6d00b52febfdf3ae
|
||||
MD5 (gcc-testsuite-3.3.2.tar.bz2) = d0d0b003be65c6b79c7655c5fd64b18f
|
||||
MD5 (bounds-checking-gcc-3.3.1-1.00.patch.bz2) = e14f935f9636cca2259799f21d63dc79
|
||||
MD5 (bounds-checking-gcc-3.3.1-1.01.patch.bz2) = 6a25a018520e998457d0bc81f412a7a9
|
||||
|
Loading…
Reference in New Issue
Block a user