NOCF_PROTECTION_CFLAGS: Replace nopie with available
* testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace nopie with available.
This commit is contained in:
parent
8be5def63b
commit
aa350065a4
@ -1,3 +1,8 @@
|
||||
2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
|
||||
nopie with available.
|
||||
|
||||
2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
|
||||
|
@ -358,7 +358,7 @@ if { ![info exists NOCF_PROTECTION_CFLAGS] } then {
|
||||
append flags " [board_info [target_info name] ldflags]"
|
||||
}
|
||||
|
||||
set basename "tmpdir/nopie[pid]"
|
||||
set basename "tmpdir/available[pid]"
|
||||
set src ${basename}.c
|
||||
set output ${basename}
|
||||
set f [open $src "w"]
|
||||
@ -367,12 +367,12 @@ if { ![info exists NOCF_PROTECTION_CFLAGS] } then {
|
||||
if [is_remote host] {
|
||||
set src [remote_download host $src]
|
||||
}
|
||||
set nopie_available [run_host_cmd_yesno "$CC" "$flags -fcf-protection=none $src -o $output"]
|
||||
set available [run_host_cmd_yesno "$CC" "$flags -fcf-protection=none $src -o $output"]
|
||||
remote_file host delete $src
|
||||
remote_file host delete $output
|
||||
file delete $src
|
||||
|
||||
if { $nopie_available == 1 } then {
|
||||
if { $available == 1 } then {
|
||||
set NOCF_PROTECTION_CFLAGS "-fcf-protection=none"
|
||||
} else {
|
||||
set NOCF_PROTECTION_CFLAGS ""
|
||||
|
Loading…
Reference in New Issue
Block a user