summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2007-12-10 19:55:17 -0500
committerThomas Schwinge <schwinge@nic-nac-project.de>2007-12-10 19:55:17 -0500
commitf63b553b3bb24bd986ea8df4bb6d427f94bbf8dd (patch)
treee17665b126b3496b610988d2f08d9d4687ed6bf7
parent225d5ee7d49ce4b4dc9a6ae55b3a204d70060a6b (diff)
Support GCC trunk (upcoming 4.3).
-rwxr-xr-xcross-gnu10
1 files changed, 2 insertions, 8 deletions
diff --git a/cross-gnu b/cross-gnu
index ca9c89d30..f10e0c98d 100755
--- a/cross-gnu
+++ b/cross-gnu
@@ -101,14 +101,8 @@ if "$TARGET"-gcc --version > /dev/null 2>&1; then :; else
"$ROOT"/lib/gcc/"$TARGET"/*/include/
fi &&
"$MAKE" \
- configure-target-libgcc &&
- ( cd "$TARGET"/libgcc &&
-# echo '/* Empty. */' > libgcc.a &&
-# echo '/* Empty. */' > libgcov.a &&
-# make libgcc-extra-parts &&
-# make RANLIB=: install ) &&
- # We need the `crt*.o' files and parts of `libgcc.a'.
- make 'libgcc-objects = $(lib2funcs-o) $(lib2-divmod-o)' all install )
+ all-target-libgcc \
+ install-target-libgcc
fi &&
# TODO: Make glibc happy. We can not yet build libgcc_eh, but glibc's build
# system wants to link against that library.