From d1d4ddaf279614b0d89c982742d5b0604401346c Mon Sep 17 00:00:00 2001 From: lev Date: Wed, 25 Feb 2004 12:15:44 +0000 Subject: Broken on alpha too. --- devel/mingw32-gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/mingw32-gcc') diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index b3f546913cfc..1dde94860602 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -75,6 +75,10 @@ BINARIES= gcc cpp g++ g77 gcov gcj gcjh jcf-dump jv-scan grepjar jar BROKEN= "Does not compile on amd64 die to platform rename" .endif +.if ${ARCH} == "alpha" +BROKEN= "C++ could not be compiled on Alphas" +.endif + post-configure: @${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=\s*).+$$,\1libstdc++-v3 libf2c libobjc mingw,' ${WRKSRC}/Makefile @${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile -- cgit