mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8209093: JEP 340: One AArch64 Port, Not Two
Reviewed-by: dholmes, erikj, mikael, shade, avoitylov, bulasevich
This commit is contained in:
parent
7e19a09742
commit
05027c124c
78 changed files with 260 additions and 15440 deletions
|
@ -541,10 +541,9 @@
|
|||
#define NOT_E500V2(code) code
|
||||
#endif
|
||||
|
||||
// Note: There are three ARM ports. They set the following in the makefiles:
|
||||
// 1. Closed 32-bit port: -DARM -DARM32 -DTARGET_ARCH_arm
|
||||
// 2. Closed 64-bit port: -DARM -DAARCH64 -D_LP64 -DTARGET_ARCH_arm
|
||||
// 3. Open 64-bit port: -DAARCH64 -D_LP64 -DTARGET_ARCH_aaarch64
|
||||
// Note: There are two ARM ports. They set the following in the makefiles:
|
||||
// 1. 32-bit port: -DARM -DARM32 -DTARGET_ARCH_arm
|
||||
// 2. 64-bit port: -DAARCH64 -D_LP64 -DTARGET_ARCH_aaarch64
|
||||
#ifdef ARM
|
||||
#define ARM_ONLY(code) code
|
||||
#define NOT_ARM(code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue