diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-31 20:49:59 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-31 20:49:59 +0000 |
commit | 59f084017e1d72471dcf4af4122b743cf60cbccb (patch) | |
tree | fb0b259b4cc2f569b57c45fe2b89cf830a03f008 /toolchain/external-toolchain/ext-tool.mk | |
parent | c1bb025dffd1103a89fdee0debda4079015c4054 (diff) | |
download | buildroot-novena-59f084017e1d72471dcf4af4122b743cf60cbccb.tar.gz buildroot-novena-59f084017e1d72471dcf4af4122b743cf60cbccb.zip |
Change binary toolchain configuration, so
that the options become visible just below
the config, instead of at bottom of screen
Create a more useful default as toolchain path.
Allow generation of a script which sets up
paths to a binary toolchain generated by buildroot.
Diffstat (limited to 'toolchain/external-toolchain/ext-tool.mk')
-rw-r--r-- | toolchain/external-toolchain/ext-tool.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index 1c9197b95..857dec3af 100644 --- a/toolchain/external-toolchain/ext-tool.mk +++ b/toolchain/external-toolchain/ext-tool.mk @@ -60,3 +60,4 @@ $(TARGET_DIR)/lib/$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_LIB_C))): $(call copy_toolchain_lib_root, $$libs, /lib, $(BR2_TOOLCHAIN_EXTERNAL_STRIP)); \ done $(call copy_toolchain_sysroot) + |