Skip to content

Try adding -z,relro -z,now (needed in RHEL) - #59987

Closed
directhex wants to merge 1 commit into
dotnet:mainfrom
directhex:s390x-buildflags
Closed

Try adding -z,relro -z,now (needed in RHEL)#59987
directhex wants to merge 1 commit into
dotnet:mainfrom
directhex:s390x-buildflags

Conversation

@directhex

Copy link
Copy Markdown
Contributor

Closes: #59904

@directhexdirecthex added os-linux Linux OS (any supported distro) area-Build-mono labels Oct 5, 2021
@lambdageek

Copy link
Copy Markdown
Member

@directhex superceded by #59988 from @uweigand ?

@uweigand

Copy link
Copy Markdown
Contributor

Huh, I missed that - sorry @directhex

In any case, I tried using add_compile_options first and that didn't actually work because the option then wasn't used at the link step, where it is actually necessary. That's why I switched to add_link_options in my patch ...

@ghostghost locked as resolved and limited conversation to collaborators Nov 4, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Build-monoos-linuxLinux OS (any supported distro)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[s390x] Missing full RELRO (-z,now) support in a mono-based libcoreclr.so

3 participants

@directhex@lambdageek@uweigand