Mark BROKEN on amd64. It looks like the system compiler miscompiles this,

and most people on this platform will use either the system compiler or
gcc34 anyways.
se ${ECHO} instead of echo.
This commit is contained in:
Gerald Pfeifer 2004-07-03 20:38:18 +00:00
parent f9a9d2b94f
commit 6bd1512b96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112871

View file

@ -41,6 +41,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
BROKEN= "Bus errors in stage2; system compiler may be broken."
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
@ -108,9 +109,9 @@ pre-configure:
@${MKDIR} ${CONFIGURE_WRKSRC}
post-build:
@echo "Consider running 'make check' before 'make install',"
@echo "especially if you have not built port on -STABLE or -CURRENT."
@echo "This assumes that you have the dejagnu port installed."
@${ECHO} "Consider running 'make check' before 'make install', especially
@${ECHO} "if you have not performed this build on -STABLE or -CURRENT."
@${ECHO} "This assumes that you have the dejagnu port installed."
check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check