diff options
author | Neal H. Walfield <neal@gnu.org> | 2008-12-04 21:11:03 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2008-12-04 21:11:03 +0100 |
commit | 737a7da61c15cd3f532c73cc728b4f0a1d823a77 (patch) | |
tree | 823d488d18eee306e41683186d0856145c82de87 | |
parent | cd452c3652817297f19bd053e86c331cd01016d8 (diff) |
Don't build libstdc++.
2008-12-04 Neal H. Walfield <neal@gnu.org>
* Makefile.am: Don't build libstdc++.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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 \ |