mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
setup flags for building monkey on RISC OS
This commit is contained in:
parent
eaed6b1dda
commit
8915a49b3f
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user