12 lines
277 B
Bash
12 lines
277 B
Bash
|
getTargetRole
|
||
|
getTargetRoleWrapper
|
||
|
|
||
|
export FC${role_post}=@named_fc@
|
||
|
|
||
|
# If unset, assume the default hardening flags.
|
||
|
# These are different for fortran.
|
||
|
: ${NIX_HARDENING_ENABLE="stackprotector pic strictoverflow relro bindnow"}
|
||
|
export NIX_HARDENING_ENABLE
|
||
|
|
||
|
unset -v role_post
|