summaryrefslogtreecommitdiff
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
parentcd452c3652817297f19bd053e86c331cd01016d8 (diff)
Don't build libstdc++.
2008-12-04 Neal H. Walfield <neal@gnu.org> * Makefile.am: Don't build libstdc++.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a4ea6d..436e163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-04 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am: Don't build libstdc++.
+
2008-11-18 Neal H. Walfield <neal@gnu.org>
* README: Improve text.
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 \