# HG changeset patch # User Christophe Lincoln # Date 1392754129 -3600 # Node ID ebc414af08c7ed38a5626f69e006e47d0bca5447 # Parent b1b010c31c3869bf412f7e8143f8d0d14cf3c322 cross: message when eglibc is built diff -r b1b010c31c38 -r ebc414af08c7 cross --- a/cross Sun Feb 16 15:48:52 2014 +0100 +++ b/cross Tue Feb 18 21:08:49 2014 +0100 @@ -283,18 +283,7 @@ $EGLIBC_ARGS && make || exit 1 make install_root=$sysroot install - # The rpc headers (RPC is no longer in eglibc <2.13) - # - #if [ "$EGLIBC_VERSION" -gt "2.13" ]; then - #rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \ - #yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \ - #rusers.x spray.x nfs_prot.x rquota.x key_prot.x" - #cd sunrpc/rpcsvc - #for r in ${rpcsvc}; do - #h=$(echo $r|sed -e's,\.x$,.h,') - #rpcgen -h $r -o $h || echo "unable to generate header for $r" - #done - #fi + echo "cross: eglibc compiled on: $(date)" } # 5. GCC final