X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=blobdiff_plain;f=config.h;h=86bd6e05595b0fdeb2ed182708f085608b74d7da;hp=d73b5b572b694c36999ae7dd3e27f37f78adbc5c;hb=ee2d42257a2d52072f6b163f8ec279503241e9de;hpb=52ac6b1c8f65fe2477ffc3a7fc63ca8ae9d7e59f 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).