RPM uses the "x86_64" name for 64-bit x86, which is in-line with GCC and other compilers. Signed-off-by: Neal Gompa <ngompa13@gmail.com> Co-authored-by: Neal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
This commit is contained in:
parent
b6ca8e6db4
commit
69403283bd
|
@ -122,7 +122,7 @@ Closure commonPackageConfig(String type, boolean jdk, String architecture) {
|
|||
} else {
|
||||
assert type == 'rpm' : type
|
||||
if (architecture == 'x64') {
|
||||
arch('X86_64')
|
||||
arch('x86_64')
|
||||
} else {
|
||||
assert architecture == 'arm64' : architecture
|
||||
arch('aarch64')
|
||||
|
|
Loading…
Reference in New Issue