Skip to content

Commit

Permalink
riscos: Support compiling the test programs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed Aug 17, 2018
1 parent 1ad06e9 commit 4e2cbf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/configure.in
Expand Up @@ -50,6 +50,11 @@ case "$host" in
SYS_GL_LIBS="-lOSMesa"
fi
;;
*-*-riscos*)
EXE=",e1f"
MATHLIB=""
SYS_GL_LIBS=""
;;
*)
EXE=""
MATHLIB="-lm"
Expand Down

0 comments on commit 4e2cbf8

Please sign in to comment.