svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Sun Feb 18 14:17:20 UTC 2007


Author: vapier
Date: 2007-02-18 06:17:20 -0800 (Sun, 18 Feb 2007)
New Revision: 17927

Log:
default to pulling kernel headers from the system install

Modified:
   trunk/uClibc/extra/Configs/Config.in.arch


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in.arch
===================================================================
--- trunk/uClibc/extra/Configs/Config.in.arch	2007-02-18 13:58:24 UTC (rev 17926)
+++ trunk/uClibc/extra/Configs/Config.in.arch	2007-02-18 14:17:20 UTC (rev 17927)
@@ -161,7 +161,7 @@
 
 config KERNEL_HEADERS
 	string "Linux kernel header location"
-	default "/usr/src/linux/include"
+	default "/usr/include"
 	help
 	  The kernel source you use to compile with should be the same as the
 	  Linux kernel you run your apps on.  uClibc doesn't even try to achieve binary




More information about the uClibc-cvs mailing list