summaryrefslogtreecommitdiff
path: root/utils/jenkins-build.sh
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-02-15 15:16:23 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-15 15:16:23 +0000
commit8915a49b3f4985bf8c2c5430d5b04d77f55d3d34 (patch)
tree3fb0bdaf6e2dfa30376d12b7a061ed098ab17074 /utils/jenkins-build.sh
parenteaed6b1dda2bc617c0aa6b06df4a30db43d5e355 (diff)
downloadnetsurf-8915a49b3f4985bf8c2c5430d5b04d77f55d3d34.tar.gz
netsurf-8915a49b3f4985bf8c2c5430d5b04d77f55d3d34.tar.bz2
setup flags for building monkey on RISC OS
Diffstat (limited to 'utils/jenkins-build.sh')
-rwxr-xr-xutils/jenkins-build.sh3
1 files changed, 3 insertions, 0 deletions
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")