aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc44/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-06-27 19:46:51 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2010-06-27 19:46:51 +0800
commit23106dbd95db2e12df1019e409eb71c226879ae9 (patch)
treeb756ac7095906130789c06032a3f37d513bc5c43 /lang/gcc44/Makefile
parent7d72c062a9e9472e371eb139c8172a23e2aafc1b (diff)
downloadfreebsd-ports-gnome-23106dbd95db2e12df1019e409eb71c226879ae9.tar.gz
freebsd-ports-gnome-23106dbd95db2e12df1019e409eb71c226879ae9.tar.zst
freebsd-ports-gnome-23106dbd95db2e12df1019e409eb71c226879ae9.zip
Update to the 20100622 snapshot of GCC 4.4.5. This brings this version
of GCC more in sync with the FreeBSD system compiler enabling features such as __stack_chk_fail, fixing libffi and libmudflap support as well as enabling default_use_cxa_atexit. lang/gcc45 and lang/gcc46 already feature all of these improvements. Simplify full-regression-test. Feature safe: yes
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r--lang/gcc44/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index d3e055f58ebb..44a91fe14e24 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc
-PORTVERSION= 4.4.5.20100608
+PORTVERSION= 4.4.5.20100622
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -98,7 +98,7 @@ pre-configure:
@${MKDIR} ${CONFIGURE_WRKSRC}
full-regression-test: build
- cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
+ cd ${WRKSRC}; ${GMAKE} -sk check
post-install:
${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \