Explorar o código

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.

Eric Andersen %!s(int64=20) %!d(string=hai) anos
pai
achega
bb13f09f16
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      extra/Configs/Config.default
  2. 1 1
      extra/config/confdata.c

+ 2 - 0
extra/Configs/Config.default

@@ -0,0 +1,2 @@
+# This file is empty to let people select their own
+# build options however they like....

+ 1 - 1
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",