"Thomas Preud'homme" <thomas.preudho...@arm.com> writes:

> +# Return 1 if the target supports byte swap instructions.
> +
> +proc check_effective_target_bswap { } {
> +    global et_bswap_saved
> +
> +    if [info exists et_bswap_saved] {
> +        verbose "check_effective_target_bswap: using cached result" 2
> +    } else {
> +     set et_bswap_saved 0
> +     if { [istarget aarch64-*-*]
> +          || [istarget alpha*-*-*]
> +          || [istarget arm*-*-*]
> +          || [istarget i?86-*-*]
> +          || [istarget powerpc*-*-*]
> +          || [istarget rs6000-*-*]
> +          || [istarget s390*-*-*]
> +          || [istarget x86_64-*-*] } {

Please add m68k-*-*.

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to