projects
/
openjdk-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566ebee
)
zero-x32
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Sat, 29 Jun 2024 07:05:11 +0000
(09:05 +0200)
committer
Matthias Klose
<doko@ubuntu.com>
Sat, 29 Jun 2024 07:05:11 +0000
(09:05 +0200)
Gbp-Pq: Name zero-x32.diff
make/autoconf/platform.m4
patch
|
blob
|
history
diff --git
a/make/autoconf/platform.m4
b/make/autoconf/platform.m4
index eb66266262bf901ee0c36ceb26ceab54023a745a..7b820d8e7d05fa7f3cf5671a97dcb956a88f4b6c 100644
(file)
--- a/
make/autoconf/platform.m4
+++ b/
make/autoconf/platform.m4
@@
-41,6
+41,10
@@
AC_DEFUN([PLATFORM_EXTRACT_VARS_FROM_CPU],
VAR_CPU_ARCH=x86
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
+ case "$host" in *x32)
+ VAR_CPU=x32
+ VAR_CPU_BITS=32
+ esac
;;
i?86)
VAR_CPU=x86