From acb8992dc365ee9f45e997e701eeb6dc8e35d0e8 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 8 Apr 2002 20:36:39 +0000 Subject: Some things don't compile on ia64 and sparc64 yet. --- gnu/lib/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gnu/lib/Makefile') diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index cfd5060..b0221f9 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,6 +1,13 @@ # $FreeBSD$ -SUBDIR= csu libdialog libgcc libregex libreadline +.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" +SUBDIR+= csu libgcc +NO_CXX= yes +NO_OBJC=yes +NO_FORTRAN=yes +.endif + +SUBDIR+= libdialog libregex libreadline .if ${OBJFORMAT} == aout .if !defined(NOLIBC_R) -- cgit v1.1