# HG changeset patch # User Christophe Lincoln # Date 1336188611 -7200 # Node ID 3f0e13f577a677e083020f1e1f0a4db34c9775a9 # Parent 99e4f3b92105445c05c3db65c5fdf4833b6af432 cross-x86_64-binutils: dont --enable-shared (at least for now) and mv/ln -s for ldscripts diff -r 99e4f3b92105 -r 3f0e13f577a6 cross-x86_64-binutils/receipt --- a/cross-x86_64-binutils/receipt Sat May 05 05:12:31 2012 +0200 +++ b/cross-x86_64-binutils/receipt Sat May 05 05:30:11 2012 +0200 @@ -28,11 +28,11 @@ cd $src mkdir ../build && cd ../build #--with-sysroot=$CROSS_PREFIX + #--enable-shared $src/configure \ --prefix=$CROSS_PREFIX \ --program-prefix=${CROSS_TARGET}- \ --enable-targets=$ARCH-slitaz-linux \ - --enable-shared \ --enable-64-bit-bfd \ --disable-multilib \ --disable-werror \ @@ -53,4 +53,9 @@ # libiberty.h cp -a $src/include/libiberty.h ${fs}${CROSS_PREFIX}/include + + # Move ldscripts and create symlink + cd ${fs}${CROSS_PREFIX}/$CROSS_TARGET + mv lib/ldscripts ../lib + rmdir lib && ln -s ../lib . }