[PATCH] Update config.* files

Renato Golin renato.golin at linaro.org
Wed Feb 12 08:26:21 PST 2014


On 12 February 2014 12:06, Renato Golin <renato.golin at linaro.org> wrote:
> This patch updates the config.guess and config.sub directly from their
> official repository to be able to cope with AArch64 detection.

Right, I can see what's wrong here. My arch is reporting "aarch64"
while CMake/autoconf/lit are expecting AArch64.

The old scripts seem to account for aarch64, so not sure what kind of
autoconf magic is going on, but that seems to be working for other
tools. Maybe it was done so for GCC to also use aarch64?

My lit ExecutionEngine tests are failing because they don'e recognize
"aarch64", so, maybe changing in the CMake to capitalise?

cheers,
--renato



More information about the llvm-commits mailing list