Re: [PATCH v2] Detect x32 ABI in config.guess

2018-02-23 Thread Ben Elliston
Hi James Thanks for the patch. Committed just now: commit bd9626458c30d7faec17d7dfbd85a80617b10007 Author: James Clarke Date: Sat Feb 24 12:34:33 2018 +1100 * config.guess (x86_64:Linux:*:*): Detect x32 ABI. Cheers, Ben signature.asc Description: PGP signature _

[PATCH v2] Detect x32 ABI in config.guess

2018-02-23 Thread James Clarke
--- Changes since v1: * Use objdump and check for elf32-x86-64 rather than using CC_FOR_BUILD config.guess | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.guess b/config.guess index 9baaa27..8732f63 100755 --- a/config.guess +++ b/config.guess @@ -1046,7 +1046,1