From bb13f09f1665b9b1f851ce69d13532c73fac0e98 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Nov 2003 20:58:12 +0000 Subject: As Peter S. Mazinger has pointed out, the config system wants some defaults. So give it some empty defaults and let people select their own options. --- extra/Configs/Config.default | 2 ++ extra/config/confdata.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 extra/Configs/Config.default (limited to 'extra') diff --git a/extra/Configs/Config.default b/extra/Configs/Config.default new file mode 100644 index 000000000..a93596d42 --- /dev/null +++ b/extra/Configs/Config.default @@ -0,0 +1,2 @@ +# This file is empty to let people select their own +# build options however they like.... diff --git a/extra/config/confdata.c b/extra/config/confdata.c index 114c76382..d0c810dc4 100644 --- a/extra/config/confdata.c +++ b/extra/config/confdata.c @@ -15,7 +15,7 @@ const char conf_def_filename[] = ".config"; -const char conf_defname[] = "extra/Configs/Config.$TARGET_ARCH.default"; +const char conf_defname[] = "extra/Configs/Config.default"; const char *conf_confnames[] = { ".config", -- cgit v1.2.3