diff options
Diffstat (limited to 'cad/sceptre/Makefile')
-rw-r--r-- | cad/sceptre/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 0eaeda944952..21905aa98150 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -18,6 +18,9 @@ COMMENT= SCEPTRE is a general purpose circuit analysis program USE_FORTRAN= g77 FFLAGS+= -fno-automatic -O +.if ${ARCH} == "sparc64" +BROKEN= Internal compiler error +.endif NO_WRKSUBDIR= YES |