diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-02-06 02:01:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-02-06 02:01:27 +0000 |
commit | 8be462141aef7ea4a62f4f75d6520a03fc1fbe80 (patch) | |
tree | 5b1a7d41c0b36b14c63866971c0f202355e24db1 /cad | |
parent | The GotoBLAS codes are currently the fastest implementations (diff) |
Remove 4.X cruft.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=184335
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index a5f64458fa17..cc4ddea5875b 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -162,10 +162,7 @@ OPTIONS= OPTIMIZATION "Try building with optimizations" on EXTRA_LIBS= ${PTHREAD_LIBS} -# we only run on i386 and amd64 release 5+ -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD-${OSREL} -.elif !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64) +.if !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64) IGNORE= dumps core on ${ARCH} .endif |