diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-22 23:51:05 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-23 00:24:41 -0700 |
commit | 2f286ce5ab5f9938e504549726bf25acc5bdfe4b (patch) | |
tree | 62c4d52f6fcaddbf35bd66e84d618fdbaa335e3f /config/config.in | |
parent | f4c94242d450eb84b3f6fb533e86a6eaacee3152 (diff) | |
download | crosstool-ng-2f286ce5ab5f9938e504549726bf25acc5bdfe4b.tar.gz crosstool-ng-2f286ce5ab5f9938e504549726bf25acc5bdfe4b.tar.bz2 crosstool-ng-2f286ce5ab5f9938e504549726bf25acc5bdfe4b.zip |
Retire BACKEND stuff
... it is possible to just not set it in the configuration, why force
it? It just increases the complexity in Kconfig.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/config.in')
-rw-r--r-- | config/config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.in b/config/config.in index 885f7222..21b0c7ea 100644 --- a/config/config.in +++ b/config/config.in @@ -1,5 +1,4 @@ source "config/configure.in" -source "config/backend.in" source "config/global.in" source "config/target.in" source "config/toolchain.in" |