summaryrefslogtreecommitdiff
path: root/test/configure.ac
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2020-02-13 20:50:47 +0000
committerCameron Cawley <ccawley2011@gmail.com>2020-02-13 20:50:47 +0000
commit00685f6cf9dfa7d757f1550bffae911954c89189 (patch)
tree1acc69f48c42d419128317bc34d07775900b71d4 /test/configure.ac
parentedf8b0e142d005823dd506739422aea1a22c4d4e (diff)
downloadsdl-00685f6cf9dfa7d757f1550bffae911954c89189.tar.gz
Add basic support for compiling on RISC OS
Diffstat (limited to 'test/configure.ac')
-rw-r--r--test/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/configure.ac b/test/configure.ac
index 2e237262e..af801222d 100644
--- a/test/configure.ac
+++ b/test/configure.ac
@@ -71,6 +71,11 @@ case "$host" in
MATHLIB=""
SYS_GL_LIBS=""
;;
+ *-*-riscos* )
+ EXE=",e1f"
+ MATHLIB=""
+ SYS_GL_LIBS=""
+ ;;
*)
dnl Oh well, call it Unix...
ISUNIX="true"