# libimg configuration file # Edit this file to select your configuration options. # Library file name. You should not change these names, but you can comment # these two lines to disable the corresponding target (f.i. if you don't have # an fx-9860G-compatible compiler). lib-fx = libimg-fx.a lib-cg = libimg-cg.a # Default toolchain for each platform. Modern setups use sh-elf. If you have # either sh3eb-elf or sh4eb-elf, set them here. target-fx = sh-elf target-cg = sh-elf # Additional compiler flags for each platform. cflags-fx = -Wall -Wextra -Os -m3 -mb cflags-cg = -Wall -Wextra -Os -m4-nofpu -mb