diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-24 05:27:17 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-24 05:27:17 +0000 |
commit | 1f1faff85a17fe457751ee1fa4ad6afa1b20c9d8 (patch) | |
tree | 2e967ff50daddfd02a5686bc537ba892650683ac /toolchain/Makefile.in | |
parent | c4931c315aa45be047918c9211f2ae9c9383af8c (diff) |
Move VENDOR stuff to project
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 5e6ddb79c..a3dff49d4 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -45,22 +45,5 @@ CFLAGS_WHOLE_PROGRAM = $(call cc-option,-fwhole-program,) # gcc-3.4 would need -combine, I only support 4.2, which correctly uses '--' CFLAGS_COMBINE = $(call cc-option,--combine,) -# define values for prepatched source trees for toolchains -#XXX: ulf, what about moving this to project/* ? (BF) -VENDOR_SITE:=$(strip $(subst ",,$(BR2_VENDOR_SITE))) -#")) -VENDOR_SUFFIX:=$(strip $(subst ",,$(BR2_VENDOR_SUFFIX))) -#")) -VENDOR_BINUTILS_RELEASE:=$(strip $(subst ",,$(BR2_VENDOR_BINUTILS_RELEASE))) -#")) -VENDOR_GCC_RELEASE:=$(strip $(subst ",,$(BR2_VENDOR_GCC_RELEASE))) -#")) -VENDOR_UCLIBC_RELEASE:=$(strip $(subst ",,$(BR2_VENDOR_UCLIBC_RELEASE))) -#")) -VENDOR_GDB_RELEASE:=$(strip $(subst ",,$(BR2_VENDOR_GDB_RELEASE))) -#")) -VENDOR_PATCH_DIR:=$(strip $(subst ",,$(BR2_VENDOR_PATCH_DIR))) -#")) - # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in |