AArch64 updates for icedtea7-forest

Andrew Hughes gnu.andrew at redhat.com
Tue Mar 18 16:29:02 UTC 2014



----- Original Message -----
> On 03/18/2014 04:09 PM, Andrew Hughes wrote:
> > diff -r d6953869315d -r 90cda5cd2340 make/javax/sound/SoundDefs.gmk
> > --- a/make/javax/sound/SoundDefs.gmk	Mon Mar 17 17:17:43 2014 +0000
> > +++ b/make/javax/sound/SoundDefs.gmk	Mon Mar 17 17:56:51 2014 +0000
> > @@ -134,6 +134,10 @@
> >      CPPFLAGS += -DX_ARCH=X_AMD64
> >    endif # ARCH amd64
> >  
> > +  ifeq ($(ARCH), aarch64)
> > +    CPPFLAGS += -DX_ARCH=X_AARCH64
> > +  endif # ARCH amd64
> > +
> >    ifeq ($(ARCH), arm)
> >      CPPFLAGS += -DX_ARCH=X_ARM
> >    endif # ARCH arm
> > 
> > was already added by PR1551: Add build support for Zero AArch64.
> 
> That files seems to be a bit mad, with duplicate entries for AMD64.
> 
> I'll remove the duplicated AArch64 entries.
> 
> Andrew.
> 
> 

It's ok. Just about to push a cleanup of this.
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07



More information about the distro-pkg-dev mailing list