projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa6f1b
)
Fix AVR32 gcc patching, when sysroot option is not enabled
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 8 Jul 2008 19:31:30 +0000
(19:31 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 8 Jul 2008 19:31:30 +0000
(19:31 -0000)
toolchain/gcc/gcc-uclibc-3.x.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/gcc-uclibc-3.x.mk
b/toolchain/gcc/gcc-uclibc-3.x.mk
index f5641818679d8984f002d15d450f1e48f4f3da74..622adbc6e999fa521d6dd75d45c01b4a5cb6ef1e 100644
(file)
--- 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