[Clfs-commits] commit: r4652 - /branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 4 10:59:19 PST 2009


Author: jim
Date: Wed Feb  4 18:59:17 2009
New Revision: 4652

Log:
Fixed uClibc

Modified:
    branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml

Modified: branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml Wed Feb  4 18:59:17 2009
@@ -50,7 +50,7 @@
 sed -e "s@# TARGET_${CLFS_ARCH} is not set at TARGET_${CLFS_ARCH}=y@" \
   -e "s@\(^TARGET_ARCH=\).*@\1\"${CLFS_ARCH}\"@" \
   -e "s@\(^CROSS_COMPILER_PREFIX=\).*@\1\"${CLFS_TARGET}-\"@" \
-  -e "s@\(^KERNEL_HEADERS=\).*@\1\"${BUILD_INSTALL_DIR}/usr/include\"@" \
+  -e "s@\(^KERNEL_HEADERS=\).*@\1\"${CLFS}/usr/include\"@" \
   -e "s at .*\(^ARCH_${CLFS_NOT_ENDIAN}_ENDIAN\).*@# \1 is not set at g" \
   -e "s at .*\(ARCH_${CLFS_ENDIAN}_ENDIAN\).*@\1=y at g" \
   -e "s at .*\(ARCH_WANTS_${CLFS_ENDIAN}_ENDIAN\).*@\1=y at g" \




More information about the Clfs-commits mailing list