setup flags for building monkey on RISC OS

This commit is contained in:
Vincent Sanders 2016-02-15 15:16:23 +00:00
parent eaed6b1dda
commit 8915a49b3f

View File

@ -286,6 +286,9 @@ case ${TARGET} in
"arm-unknown-riscos")
export GCCSDK_INSTALL_ENV=/opt/netsurf/${HOST}/env
export GCCSDK_INSTALL_CROSSBIN=/opt/netsurf/${HOST}/cross/bin
# headers and compiler combination throw these warnings
export CFLAGS="-Wno-redundant-decls -Wno-parentheses"
export LDFLAGS=-lcares
;;
"m68k-atari-mint")