summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2010-02-25 10:27:44 +0100
committerPeter Korsgaard2010-02-25 10:27:44 +0100
commitf389a9ce2fd105f0603c9ede71fdbeee5f851edd (patch)
tree44dbd3228df493b7f1c2cbd43aecbadcf54c8e8d
parentxfont_font-util: install in staging as it used to be (diff)
parentgcc on target: add missing definitions for gcc 4.4 (diff)
downloadbuildroot-f389a9ce2fd105f0603c9ede71fdbeee5f851edd.tar.gz
buildroot-f389a9ce2fd105f0603c9ede71fdbeee5f851edd.tar.xz
buildroot-f389a9ce2fd105f0603c9ede71fdbeee5f851edd.zip
Merge branch 'gcc-target-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
-rw-r--r--toolchain/gcc/gcc-uclibc-4.x.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index 6f65cb35f..dcca431db 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -459,6 +459,10 @@ ifeq ($(findstring x4.3,x$(GCC_VERSION)),x4.3)
GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
GCC_INCLUDE_DIR:=include-fixed
endif
+ifeq ($(findstring x4.4,x$(GCC_VERSION)),x4.4)
+GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
+GCC_INCLUDE_DIR:=include-fixed
+endif
$(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) \