YARI bugfix: the shadow of a ld/st hazard wasn't flushed
[yari.git] / shared / config.mk
blobcf9a69a439b64c2e82d2ed2d4b7da87ca8703448
1 # Please change to match your preferences
4 YARI_XTOOLS_TARGET=mips-elf
5 PREFIX=/home/$(USER)/tools
6 # enable this if you install into a directory that you don't own
7 YARI_XTOOLS_SUDO= #sudo
8 YARI_XTOOLS_BUILDDIR=/tmp/build-tools/build
10 PATH:=$(YARI_XTOOL_INSTALL_PREFIX)/bin:$(PATH)
11 MAKE_OPTION=-j4