diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-01 19:45:28 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-01 19:45:28 +0200 |
commit | 5a6f29c1d12064eba221809c13175ebf3d327321 (patch) | |
tree | 67de8fc0d2b2cacfa8799a94d83b0725ef314d35 /config/config.in | |
parent | e5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74 (diff) | |
download | crosstool-ng-5a6f29c1d12064eba221809c13175ebf3d327321.tar.gz crosstool-ng-5a6f29c1d12064eba221809c13175ebf3d327321.tar.bz2 crosstool-ng-5a6f29c1d12064eba221809c13175ebf3d327321.zip |
config: do not force setting kernel and arch
In backend mode, only enforce the arch and/or kernel selection if the
upper-layer build system effectively forces the selection.
Diffstat (limited to 'config/config.in')
-rw-r--r-- | config/config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.in b/config/config.in index ab71d1a6..f4beffec 100644 --- a/config/config.in +++ b/config/config.in @@ -1,5 +1,4 @@ source "config/backend.in" -if ! BACKEND_ERROR source "config/global.in" source "config/target.in" source "config/toolchain.in" @@ -10,4 +9,3 @@ source "config/libc.in" source "config/debug.in" source "config/companion_libs.in" source "config/companion_tools.in" -endif # ! BACKEND_ERROR |