diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-06-27 19:46:51 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-06-27 19:46:51 +0800 |
commit | 23106dbd95db2e12df1019e409eb71c226879ae9 (patch) | |
tree | b756ac7095906130789c06032a3f37d513bc5c43 /lang/gcc44/Makefile | |
parent | 7d72c062a9e9472e371eb139c8172a23e2aafc1b (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |