commit | 96ca7674ea66e9f0e2cb9f75588d4d16e5abb724 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Apr 08 23:26:15 2019 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Apr 11 13:36:49 2019 +0200 |
tree | b3b22f6a818e2877fe1097d775ce98bdb478466d | |
parent | c1afcaec2af6d80d057b184eb86cbb018fce6517 [diff] |
s390: don't build vdso32 with clang clang does not support 31 bit object files on s390, so skip the 32-bit vdso here, and only build it when using gcc to compile the kernel. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>