Lines Matching refs:BITS
5 BITS?=32
6 .if ${BITS} == 32
9 # the new one does not work for 32 bits and produces abi = 2 objects for 64
22 (*sha512*) perl $$i ${BITS} sha512 > sha512; \
29 perl $$i ${BITS} sha256 > sha256; \
38 if [ ${BITS} = 32 ]; then \
41 perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
48 (*) perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \