forked from Imagelibrary/binutils-gdb
sim: testsuite: drop most specific istarget checks
We'll rely on the toolchain probing to determine whether each arch's tests can be run rather the current configure target. This allows testing all of the ports in a multitarget configuration. For now, we don't reformat the files entirely to make it easier to review, and in case we need to make adjustments. Once this feels like it's stable, we can flatten the code a bit by removing the if statement entirely.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
sim_init
|
||||
|
||||
if [istarget cris*-*-*] {
|
||||
if [istarget *] {
|
||||
global ASFLAGS_FOR_TARGET
|
||||
# All machines we test and the corresponding assembler option. Needs
|
||||
# update if we build the simulator for crisv0 crisv3 and crisv8 too.
|
||||
|
||||
Reference in New Issue
Block a user