diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-10 10:21:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-10 10:21:47 +0000 |
commit | 27f3bc31983c31464e3f48205c04e64ddcfce452 (patch) | |
tree | c75cb534eb295a1712e72e03cf44dd7d567e621e /make/uclibc_toolchain.mk | |
parent | e03b6ce52acc05f3aa36afbcbdd4bb084fc0f950 (diff) | |
download | buildroot-novena-27f3bc31983c31464e3f48205c04e64ddcfce452.tar.gz buildroot-novena-27f3bc31983c31464e3f48205c04e64ddcfce452.zip |
Update toolchain
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r-- | make/uclibc_toolchain.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index 739769a96..b358ec52d 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -387,9 +387,6 @@ $(GCC_DIR)/.ldso_hacks: $(GCC_DIR)/.patched $(GCC_DIR)/libstdc++-v3/src/Makefile.am $(GCC_DIR)/libstdc++-v3/src/Makefile.in; perl -i -p -e "s,3\.0\.0,9.9.0,g;" $(GCC_DIR)/libstdc++-v3/acinclude.m4 \ $(GCC_DIR)/libstdc++-v3/aclocal.m4 $(GCC_DIR)/libstdc++-v3/configure; - # Disable logf() -- we just use log() in uClibc - -perl -i -p -e "s,_GLIBCPP_HAVE_LOGF,0,g;" $(GCC_DIR)/libstdc++-v3/include/c_std/std_cmath.h \ - $(GCC_DIR)/libstdc++-v3/include/c_shadow/bits/std_cmath.h # For now, we don't support locale-ified ctype, so bypass that problem here cp $(GCC_DIR)/libstdc++-v3/config/os/generic/bits/ctype_base.h \ $(GCC_DIR)/libstdc++-v3/config/os/gnu-linux/bits/ |