diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-07 22:59:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-07 22:59:19 +0000 |
commit | 5799bce6ac47a48af16ba65030a70e8da2640db5 (patch) | |
tree | 34cbb38a67f141ca4d73b0a8903d6fb7fac46f80 /lang/gcc28 | |
parent | c5df92d1eeaf4bc90ec177e10b3968ed29c7d11b (diff) | |
download | ports-5799bce6ac47a48af16ba65030a70e8da2640db5.tar.gz ports-5799bce6ac47a48af16ba65030a70e8da2640db5.zip |
Remove support for bounds checking (which used to be enabled by setting
WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the
author of these patches, removed them from their web-site, saying that they
contain bugs fixed in later versions and strongly suggested to use current
versions of GCC.
PR: 51738
Notes
Notes:
svn path=/head/; revision=80400
Diffstat (limited to 'lang/gcc28')
-rw-r--r-- | lang/gcc28/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index 2d5d6fdeaa81..180c9a867f6a 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -12,11 +12,6 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcc -.if defined(WANT_BOUNDS_CHECKING) -PATCH_SITES= http://web.inter.nl.net/hcc/Haj.Ten.Brugge/ -PATCHFILES= bounds-checking-2.8.1-1.01.tar.gz -.endif - MAINTAINER= ports@FreeBSD.org COMMENT= GNU Compiler Collection 2.8 |