mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 14:14:31 +02:00
CryptoPkg: gcc needs 4k section alignment too
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9895fe25ac
commit
8c5dcecd24
@ -472,6 +472,7 @@
|
||||
<BuildOptions>
|
||||
MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:4096
|
||||
MSFT:*_*_X64_DLINK_FLAGS = /ALIGN:4096
|
||||
GCC:*_*_AARCH64_DLINK_XIPFLAGS = -z common-page-size=0x1000
|
||||
}
|
||||
!endif
|
||||
|
||||
@ -538,6 +539,7 @@
|
||||
<BuildOptions>
|
||||
MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:4096
|
||||
MSFT:*_*_X64_DLINK_FLAGS = /ALIGN:4096
|
||||
GCC:*_*_AARCH64_DLINK_XIPFLAGS = -z common-page-size=0x1000
|
||||
}
|
||||
#
|
||||
# CryptoSmm with OpensslLib instance with no SSL or EC services
|
||||
@ -591,6 +593,7 @@
|
||||
<BuildOptions>
|
||||
MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:4096
|
||||
MSFT:*_*_X64_DLINK_FLAGS = /ALIGN:4096
|
||||
GCC:*_*_AARCH64_DLINK_XIPFLAGS = -z common-page-size=0x1000
|
||||
}
|
||||
#
|
||||
# CryptoStandaloneMm with OpensslLib instance with no SSL or EC services
|
||||
|
Loading…
x
Reference in New Issue
Block a user