From: Ulf Samuelsson Date: Tue, 8 Jul 2008 19:31:30 +0000 (-0000) Subject: Fix AVR32 gcc patching, when sysroot option is not enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d592884e2c934ff0890626c1d995a0a96bf23e3c;p=buildroot.git Fix AVR32 gcc patching, when sysroot option is not enabled --- diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index f564181867..622adbc6e9 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