diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:45:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:45:17 +0000 |
commit | 0674661f01ce87f8b1d9680ef8dc73693675e15c (patch) | |
tree | ef96e40fff0e500fb8dfb79955a7f9f158b99800 /toolchain/Makefile.in | |
parent | e06abe6fbac9e529f08434d7f2a18672983004cb (diff) | |
download | buildroot-novena-0674661f01ce87f8b1d9680ef8dc73693675e15c.tar.gz buildroot-novena-0674661f01ce87f8b1d9680ef8dc73693675e15c.zip |
- add question for Ulf
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index e313df3c2..5e6ddb79c 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))) |