1if TARGET_NSIM 2 3config SYS_BOARD 4 default "nsim" 5 6config SYS_VENDOR 7 default "synopsys" 8 9config SYS_CONFIG_NAME 10 default "nsim" 11 12config NSIM_BOARD_CPPFLAGS 13 string "board arc-specific compiler options" 14 help 15 For nSIM we allow to set custom arc-specific compiler options 16 (like -mcpu=) instead of hardcoding them in its makefile as nSIM 17 target is used for representing targets without fixed CPU version 18 like FPGA-based boards and software simulators. 19 This variable takes space separated compiler options list. 20 21endif 22