- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live

This commit is contained in:
Bernhard Reutner-Fischer
2007-09-26 21:12:38 +00:00
parent 02f1865009
commit 4b0d5a80f8
21 changed files with 169 additions and 198 deletions

View File

@@ -10,9 +10,8 @@ config BR2_VERSION
string
default "0.10.0-svn"
source "project/Config.in"
source "target/arch.in"
source "target/device/Config.in"
menu "Build options"
@@ -68,6 +67,8 @@ config BR2_DL_DIR
If the Linux shell environment has defined the BUILDROOT_DL_DIR
environment variable, then this overrides this configuration item.
The default is $(BASE_DIR)/dl
source "target/device/Mirrors.in"
config BR2_STAGING_DIR