summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-08 19:31:30 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-08 19:31:30 +0000
commitd592884e2c934ff0890626c1d995a0a96bf23e3c (patch)
treebb72ba41d388034df1c0553a3c9cb4e245307a23 /toolchain
parent3fa6f1b3b8ffbc92da07848661ee33d16d5a856a (diff)
downloadbuildroot-novena-d592884e2c934ff0890626c1d995a0a96bf23e3c.tar.gz
buildroot-novena-d592884e2c934ff0890626c1d995a0a96bf23e3c.zip
Fix AVR32 gcc patching, when sysroot option is not enabled
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index f56418186..622adbc6e 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -36,7 +36,7 @@ endif
ifneq ($(BR2_TOOLCHAIN_BUILDROOT),y)
GCC_SITE:=$(VENDOR_SITE)
GCC_OFFICIAL_VER:=$(GCC_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GCC_RELEASE)
-GCC_PATCH_DIR:=$(VENDOR_PATCH_DIR)/gcc-$(GCC_OFFICIAL_VER)
+GCC_PATCH_DIR:=toolchain/gcc/ext_source/$(VENDOR_PATCH_DIR)/$(GCC_OFFICIAL_VERSION)
endif
GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2