sim: testsuite: clean up arch specific toolchain settings

In a multitarget build, we process all targets in order, so make sure
the toolchain settings from one don't leak into the next.
This commit is contained in:
Mike Frysinger
2021-11-20 01:47:22 -05:00
parent 8613fa4c49
commit 2b9c7c262e
3 changed files with 14 additions and 4 deletions

View File

@@ -17,6 +17,4 @@ if [istarget *] {
}
run_sim_test $src $all_machs
}
unset LDFLAGS_FOR_TARGET
}