[uClibc-cvs] uClibc/extra/config confdata.c,1.8,1.9

Erik Andersen andersen at uclibc.org
Tue Nov 4 20:58:15 UTC 2003


Update of /var/cvs/uClibc/extra/config
In directory winder:/tmp/cvs-serv16946/extra/config

Modified Files:
	confdata.c 
Log Message:
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.


Index: confdata.c
===================================================================
RCS file: /var/cvs/uClibc/extra/config/confdata.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- confdata.c	21 Oct 2003 00:52:14 -0000	1.8
+++ confdata.c	4 Nov 2003 20:58:12 -0000	1.9
@@ -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",




More information about the uClibc-cvs mailing list