summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")