summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2007-12-10 19:55:50 -0500
committerThomas Schwinge <schwinge@nic-nac-project.de>2007-12-10 19:55:50 -0500
commite78286c69eaf976d780495ee064b22e295f480e3 (patch)
tree7ef10745a2f3c6903757e534d2bd13c26232158a
parentf63b553b3bb24bd986ea8df4bb6d427f94bbf8dd (diff)
Don't move <limits.h>. Patching glibc is needed instead.
-rwxr-xr-xcross-gnu5
1 files changed, 0 insertions, 5 deletions
diff --git a/cross-gnu b/cross-gnu
index f10e0c98d..f7718ceda 100755
--- a/cross-gnu
+++ b/cross-gnu
@@ -95,11 +95,6 @@ if "$TARGET"-gcc --version > /dev/null 2>&1; then :; else
install-gcc &&
if ! test -d "$GCC_SRC"/libgcc/; then :; else
# libgcc is new with GCC 4.3.
- if test -f "$ROOT"/lib/gcc/"$TARGET"/*/include/limits.h; then :; else
- # TODO. What is GCC 4.3 doing there?
- mv "$ROOT"/lib/gcc/"$TARGET"/*/include-fixed/limits.h \
- "$ROOT"/lib/gcc/"$TARGET"/*/include/
- fi &&
"$MAKE" \
all-target-libgcc \
install-target-libgcc