Skip to content
Snippets Groups Projects
Commit 90439af2 authored by Felix Morgner's avatar Felix Morgner
Browse files

build: user no-red-zone CRT code

Even though it makes no difference, since the CRT code we pull in from
the toolchain will never touch the red zone in the first place, it is a
good idea to try to be consistent across the build.
parent b0a8b9e8
No related branches found
No related tags found
No related merge requests found
execute_process(COMMAND "x86_64-elf-g++" "-print-file-name=crtbegin.o"
execute_process(COMMAND "x86_64-elf-g++" "-mno-red-zone" "-print-file-name=crtbegin.o"
OUTPUT_VARIABLE CRT_BEGIN
ERROR_QUIET
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment