[Zlib-devel] [PATCH 01/13] Add architecture detection in configure script.
Mike Frysinger
vapier at gentoo.org
Thu Nov 28 01:47:56 EST 2013
On Monday 25 November 2013 17:21:37 Jim Kukunas wrote:
> +# Set ARCH specific FLAGS
> +case "${ARCH}" in
> + x86_64)
> + OBJC="${OBJC}"
> + PIC_OBJC="${PIC_OBJC}"
> + ;;
> + i386 | i486 | i586 | i686)
> + OBJC="${OBJC}"
> + PIC_OBJC="${PIC_OBJC}"
> + ;;
> +esac
maybe i'm dense, but what does setting two vars to themselves accomplish ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20131128/91ebec74/attachment-0001.sig>
More information about the Zlib-devel
mailing list