Skip to content

Commit 6b6a727

Browse files
Add GLIBC_MIN_VERSION=2.27 to ARM64 toolchain
Co-authored-by: adityapatwardhan <12820925+adityapatwardhan@users.noreply.github.com>
1 parent 87ceb03 commit 6b6a727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpsl-native/arm64.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CMAKE_SYSTEM_NAME Linux)
22
set(CMAKE_SYSTEM_VERSION 1)
33
set(CMAKE_SYSTEM_PROCESSOR aarch64)
4-
set(CMAKE_CXX_COMPILER g++ -fstack-protector-strong -fpie -D_FORTIFY_SOURCE=2)
4+
set(CMAKE_CXX_COMPILER g++ -fstack-protector-strong -fpie -D_FORTIFY_SOURCE=2 -DGLIBC_MIN_VERSION=2.27)
55
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,relro,-z,now")
66
set(CMAKE_C_COMPILER gcc)
77

0 commit comments

Comments
 (0)