diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2007-12-10 19:55:50 -0500 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2007-12-10 19:55:50 -0500 |
commit | e78286c69eaf976d780495ee064b22e295f480e3 (patch) | |
tree | 7ef10745a2f3c6903757e534d2bd13c26232158a | |
parent | f63b553b3bb24bd986ea8df4bb6d427f94bbf8dd (diff) |
Don't move <limits.h>. Patching glibc is needed instead.
-rwxr-xr-x | cross-gnu | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |