summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-08 21:31:30 +0200
committerUlf Samuelsson2008-07-08 21:31:30 +0200
commitd592884e2c934ff0890626c1d995a0a96bf23e3c (patch)
treebb72ba41d388034df1c0553a3c9cb4e245307a23 /toolchain
parentsqlite: move under database submenu (diff)
downloadbuildroot-d592884e2c934ff0890626c1d995a0a96bf23e3c.tar.gz
buildroot-d592884e2c934ff0890626c1d995a0a96bf23e3c.tar.xz
buildroot-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