packages/autoconf/autoconf: Update SIZE_OF check. Use the new $SIZE check only on...
authorHolger Freyther <zecke@selfish.org>
Sun, 6 Aug 2006 00:37:41 +0000 (00:37 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 6 Aug 2006 00:37:41 +0000 (00:37 +0000)
commit44b1ddb504535400e1272d5d9259778249f36b47
treec9121a7094e4f8d6576a278a987dc8232c8e0494
parent1a73b45978ff3e4d8f052472d0edf6026314259b
packages/autoconf/autoconf: Update SIZE_OF check. Use the new $SIZE check only on cross compiling, try to use arm-linux-size from binutils
    Guard the new and old size_of check using if $cross_compiling test
    return true otherwise you use the old code.
    Also backport the AC_CHECK_TARGET_TOOL method from autocon-2.60 and
    make use of it when finding a size tool.
packages/autoconf/autoconf-2.59/sizeof_types.patch