summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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