about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper/fortran-hook.sh
blob: 02da7fd0dc34ca9cb2c84110b6e185c3a3ac90e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
getTargetRole
getTargetRoleWrapper

export FC${role_post}=@named_fc@

# If unset, assume the default hardening flags.
: ${NIX_HARDENING_ENABLE="@default_hardening_flags_str@"}
export NIX_HARDENING_ENABLE

unset -v role_post