mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-30 10:11:07 +00:00
Cmake: Change static-pie message to indicate compiled without it
If glibc is compiled without static-pie then we can't detect that. We will just get a compile failure. Looks like ALARM is compiling glibc without --enable-static-pie for whatever reason. Fixes #1326 as much as we can. We need to ask the ALARM maintainers to change their configuration.
This commit is contained in:
parent
e9937d9a85
commit
c59efaef7a
@ -208,7 +208,7 @@ if (ENABLE_STATIC_PIE)
|
|||||||
message (FATAL_ERROR "Application has __rela_iplt_{start,end} symbols. Which means static-pie can't be enabled")
|
message (FATAL_ERROR "Application has __rela_iplt_{start,end} symbols. Which means static-pie can't be enabled")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
message (FATAL_ERROR "Couldn't compile static-pie test. Static-pie can't be enabled!")
|
message (FATAL_ERROR "Couldn't compile static-pie test. Static-pie can't be enabled! Is your glibc compiled without static-pie?")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user