summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-04 21:11:03 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-04 21:11:03 +0100
commit737a7da61c15cd3f532c73cc728b4f0a1d823a77 (patch)
tree823d488d18eee306e41683186d0856145c82de87 /Makefile.am
parentcd452c3652817297f19bd053e86c331cd01016d8 (diff)
Don't build libstdc++.
2008-12-04 Neal H. Walfield <neal@gnu.org> * Makefile.am: Don't build libstdc++.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 209942a..d42e746 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,8 @@ endif
if HAVE_CROSS
-all-local: libc-stmp libstdc++
+# libstdc++
+all-local: libc-stmp
libc-stmp: @LIBC_A@ @LIBC_M@ \
libhurd-mm/libhurd-mm.a \
libpthread/libpthread.a \