diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:04:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:04:56 +0000 |
commit | 1b51a3243fbb16dde6c0220c07dcbd1f8cf95f4a (patch) | |
tree | fc1dc48266c5653ef8ca235acc2f6f59bd28e0a3 /palm | |
parent | Mark as broken with gcc4.2 on 64-bit archs. (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200498
Diffstat (limited to 'palm')
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index a6dd48ea2188..0c0d1458df89 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -24,6 +24,10 @@ IGNORE= Requires kernel source (/usr/src/sys) to build .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + # Don't strip module on amd64 systems .if ${ARCH} == "amd64" STRIP= |