On Mon, Aug 1, 2016 at 5:35 PM, Jeffrey Walton <noloa...@gmail.com> wrote:
> Hi Everyone,
>
> I'm testing a Raspberry Pi 3. Its ARMv8 using Boradcom A53-based SoC.
> The SoC is lower end, so its got ASIMD and CRC32, but it lacks PMULL
> and other Crypto extensions. The gadget ships with a 32-bit Raspbian
> OS, so its effectively in 32-bit mode.
>
> My shell exports CFLAGS and CXXFLAGS, which are tuned for Aarch32:
>
> $  echo $CXXFLAGS
> -DNDEBUG -g2 -O3 -march=armv8-a+crc -mtune=cortex-a53
> -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard
> $ echo $CFLAGS
> -DNDEBUG -g2 -O3 -march=armv8-a+crc -mtune=cortex-a53
> -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard
>
> Valgrind appears to have configured successfully: 
> http://pastebin.com/nrenFK1f .
>
> Make'ing results in the following.
>
> I'm not sure what I should do at the moment. Is this a problem that
> needs attention? Or am I OK to make install?

For what its worth, it looks like a problem with Autotools:

$ ./config.guess
armv7l-unknown-linux-gnueabihf

Jeff

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to