mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[libc] Add missing environ dependency to AArch64 startup implementation
Summary: Just like the last patch, this dependency was missing. This lead to linker failures when building the tests.
This commit is contained in:
parent
2389f00019
commit
501a8724bd
@ -11,6 +11,7 @@ add_startup_object(
|
|||||||
libc.src.stdlib.exit
|
libc.src.stdlib.exit
|
||||||
libc.src.stdlib.atexit
|
libc.src.stdlib.atexit
|
||||||
libc.src.string.memory_utils.memcpy_implementation
|
libc.src.string.memory_utils.memcpy_implementation
|
||||||
|
libc.src.unistd.environ
|
||||||
COMPILE_OPTIONS
|
COMPILE_OPTIONS
|
||||||
-fno-omit-frame-pointer
|
-fno-omit-frame-pointer
|
||||||
-ffreestanding # To avoid compiler warnings about calling the main function.
|
-ffreestanding # To avoid compiler warnings about calling the main function.
|
||||||
|
Loading…
Reference in New Issue
Block a user