summaryrefslogtreecommitdiff
path: root/gnu/egcs
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-05 22:27:42 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-05 22:27:42 +0000
commit4a03c54829d8cac7472cf746cbbb1b728f1d0bf1 (patch)
tree12e511303277c364ddaf1c79dde7134b0605c014 /gnu/egcs
parent41097b23476e2384ea4b0cc6492f7e7a8d612eb1 (diff)
Don't build libstdc++ on sparc64.
Diffstat (limited to 'gnu/egcs')
-rw-r--r--gnu/egcs/Makefile.bsd-wrapper8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/egcs/Makefile.bsd-wrapper b/gnu/egcs/Makefile.bsd-wrapper
index 410ef9fbde4..93086b6baa5 100644
--- a/gnu/egcs/Makefile.bsd-wrapper
+++ b/gnu/egcs/Makefile.bsd-wrapper
@@ -1,6 +1,10 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2000/08/25 14:36:38 maja Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2001/09/05 22:27:41 art Exp $
-SUBDIR+= libiberty libio libstdc++ libf2c libobjc
+SUBDIR+= libiberty libio libf2c libobjc
+
+.if (${MACHINE_ARCH} != "sparc64")
+SUBDIR+= libstdc++
+.endif
# just so that the main directory will have a subdir, which simplifies
# libf2c/libobjc build