From 5a6f29c1d12064eba221809c13175ebf3d327321 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 1 Apr 2010 19:45:28 +0200 Subject: 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. --- config/config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/config.in') 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 -- cgit v1.2.3