[Zlib-devel] [PATCH 01/13] Add architecture detection in configure script.

Jim Kukunas james.t.kukunas at linux.intel.com
Fri Nov 29 04:46:07 EST 2013


On Thu, Nov 28, 2013 at 01:47:56AM -0500, Mike Frysinger wrote:
> 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 ?

Hi Mike,

This is simply an artifact of how I rebased the patches. This patch
introduces those lines, and then they are updated in a later patch.

Thanks.

-- 
Jim Kukunas
Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20131129/86407c39/attachment-0001.sig>


More information about the Zlib-devel mailing list