X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=config.h;fp=config.h;h=86bd6e05595b0fdeb2ed182708f085608b74d7da;hb=198817609e33a09e825e71e85118d1b07ecdf645;hp=d73b5b572b694c36999ae7dd3e27f37f78adbc5c;hpb=ba3db9e7f6f8d2be5a5170dbac3f12c789306970;p=cyclone68000.git diff --git a/config.h b/config.h index d73b5b5..86bd6e0 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,16 @@ **/ +/* + * By default, only ARMv4 instructions are used. + * If you want Cyclone to make use of newer ARM instructions, enable the + * options(s) below. You can also override this using make argument: + * make HAVE_ARMv6=1 + */ +#ifndef HAVE_ARMv6 +#define HAVE_ARMv6 0 +#endif + /* * If this option is enabled, Microsoft ARMASM compatible output is generated * (output file - Cyclone.asm). Otherwise GNU as syntax is used (Cyclone.s).