POWER10: Fix ld version detection
authorAnton Blanchard <anton@linux.ibm.com>
Thu, 19 Nov 2020 09:50:42 +0000 (20:50 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Thu, 19 Nov 2020 09:50:42 +0000 (20:50 +1100)
commitfdf71d66b3799f730bae282edf84345ccdf7c21b
tree6981ca798556f073ee200e8cc1ba139b72a3630c
parent7e9cb39a2598124eac0b27186e32de10cce09a04
POWER10: Fix ld version detection

LDVERSIONGTEQ35 needs to escape the '>' character.

LDVERSIONGTEQ35 is checking the system ld version which may be different
to the toolchain being used to compile OpenBLAS. We don't have a path
to the linker in our Makefiles, so (ab)use gcc -Wl,--version to get the
version of ld in our toolchain.
Makefile.system