From 0674661f01ce87f8b1d9680ef8dc73693675e15c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 19:45:17 +0000 Subject: [PATCH] - add question for Ulf --- toolchain/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index e313df3c2e..5e6ddb79cd 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -46,6 +46,7 @@ CFLAGS_WHOLE_PROGRAM = $(call cc-option,-fwhole-program,) 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)))