diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:55:38 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-11 21:08:47 +0200 |
commit | aa41d377e30fb7750caccb11cdb6109d57146176 (patch) | |
tree | 08fe32e1d71e3694594087af7cda830e1ce5739b | |
parent | 159292658f7a55ce80d25be204a305f6f2384cf5 (diff) | |
download | buildroot-novena-aa41d377e30fb7750caccb11cdb6109d57146176.tar.gz buildroot-novena-aa41d377e30fb7750caccb11cdb6109d57146176.zip |
Bring the three path-related options together
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,6 @@ config BR2_COPYTO Setting this variable will (eventually) override any other copyto configurations in buildroot. -source "target/device/Config.in.mirrors" - config BR2_STAGING_DIR string "Toolchain and header file location?" default "$(BASE_DIR)/staging" @@ -103,6 +101,8 @@ config BR2_STAGING_DIR Most people will leave this set to the default value of "$(BASE_DIR)/staging". +source "target/device/Config.in.mirrors" + config BR2_GNU_BUILD_SUFFIX string "GNU build hostname suffix" default "pc-linux-gnu" |