Add support for the base language test suites.

Submitted by:	Loren James Rittle <rittle@labs.mot.com>
This commit is contained in:
Gerald Pfeifer 2003-03-28 21:21:45 +00:00
parent b40737ebf1
commit 364c27a0ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77648
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,7 @@ CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION}
DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-testsuite-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g77-${PORTVERSION}${EXTRACT_SUFX} \
gcc-java-${PORTVERSION}${EXTRACT_SUFX} \
@ -120,6 +121,14 @@ pre-configure:
pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
post-build:
@echo "Consider running 'make check' before 'make install',"
@echo "especially if you have not built port on -STABLE or -CURRENT."
@echo "This suggestion assumes that you have dejagnu port installed."
check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; gmake -sk check
pre-install:
${MKDIR} ${PREFIX}/info

View File

@ -1,4 +1,5 @@
MD5 (gcc-core-3.2.2.tar.bz2) = 0bffe52275fd8ec3501c42c799f8bcf7
MD5 (gcc-testsuite-3.2.2.tar.bz2) = 9bf2707338d143a3463d4ee27377a418
MD5 (gcc-g++-3.2.2.tar.bz2) = 86b63f1375ce75c5df03cbf23731c3c1
MD5 (gcc-g77-3.2.2.tar.bz2) = 0b220a0cd5dd471c34c080952265e91e
MD5 (gcc-java-3.2.2.tar.bz2) = 05660a2dc4c874bbb361dec8363da852