# HG changeset patch # User Christophe Lincoln # Date 1336187551 -7200 # Node ID 99e4f3b92105445c05c3db65c5fdf4833b6af432 # Parent a99a7e9a93a6529e5c7dc8ad11c2af55988bbcd7 cross-arm-glibc: put libexec files in /usr/cross/arm/lib and --enable-kernel=2.6.30 diff -r a99a7e9a93a6 -r 99e4f3b92105 cross-arm-glibc/receipt --- a/cross-arm-glibc/receipt Sat May 05 04:34:07 2012 +0200 +++ b/cross-arm-glibc/receipt Sat May 05 05:12:31 2012 +0200 @@ -28,10 +28,6 @@ # Rules to configure and make the package. compile_rules() { - echo "cook: make ARCH=arm linux/version.h" - cd $CROSS_PREFIX/include - make ARCH=arm linux/version.h - cd $src # Glibc ports. @@ -51,11 +47,13 @@ #--enable-add-ons $src/configure \ --prefix=$CROSS_PREFIX \ + --libexecdir=$CROSS_PREFIX/lib/glibc \ --with-headers=$CROSS_PREFIX/include \ --with-binutils=$CROSS_PREFIX/bin \ --config-cache \ --disable-sanity-checks \ --disable-profile \ + --enable-kernel=2.6.30 \ --build=$HOST_SYSTEM \ --host=$CROSS_TARGET && make && make install_root=$DESTDIR install