OSDN Git Service

As Peter S. Mazinger has pointed out, the config system wants
authorEric Andersen <andersen@codepoet.org>
Tue, 4 Nov 2003 20:58:12 +0000 (20:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 4 Nov 2003 20:58:12 +0000 (20:58 -0000)
some defaults.  So give it some empty defaults and let people
select their own options.

extra/Configs/Config.default [new file with mode: 0644]
extra/config/confdata.c

diff --git a/extra/Configs/Config.default b/extra/Configs/Config.default
new file mode 100644 (file)
index 0000000..a93596d
--- /dev/null
@@ -0,0 +1,2 @@
+# This file is empty to let people select their own
+# build options however they like....
index 114c763..d0c810d 100644 (file)
@@ -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",