From 8915a49b3f4985bf8c2c5430d5b04d77f55d3d34 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 15 Feb 2016 15:16:23 +0000 Subject: setup flags for building monkey on RISC OS --- utils/jenkins-build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/jenkins-build.sh') diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh index ddd2b443a..b1f2412f5 100755 --- a/utils/jenkins-build.sh +++ b/utils/jenkins-build.sh @@ -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") -- cgit v1.2.3