> > +REVISION=  0
> 
> Bump doesn't hurt but not really needed, it's either a noop or a build
> fix depending on arch.

Agreed.

> > --#if defined(__aarch64__) && (defined(__ARM_64BIT_STATE) && 
> > defined(__ARM_ARCH) && (defined(__ARM_ARCH_8A) || __ARM_ARCH_PROFILE == 
> > 'A') || defined(__APPLE__) || defined(__MINGW64__))
> > -+#if defined(__aarch64__) && (defined(__ARM_64BIT_STATE) && 
> > defined(__ARM_ARCH) && (defined(__ARM_ARCH_8A) || __ARM_ARCH_PROFILE == 
> > 'A') || defined(__APPLE__) || defined(__OpenBSD__) || defined(__MINGW64__))
> > - #define DT_SUPPORTED_ARMv8A 1
> > - #else
> > - #define DT_SUPPORTED_ARMv8A 0
> 
> I haven't gone to boot the arm64 to check but I guess we define
> __ARM_ARCH_PROFILE (which was newly added to the ifdef upstream
> somewhere between the older and recently committed port update).
> Anyway if it builds it's right.

Yes.

$ cc -dM -E - </dev/null | grep PROF
#define __ARM_ARCH_PROFILE 'A'

Reply via email to