Skip to content

Commit

Permalink
Merge atnnn/4064 into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Laurin committed Jun 11, 2015
2 parents 84e3e67 + 8e0d019 commit b50334e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions configure
Expand Up @@ -79,9 +79,13 @@ configure () {
*) error "unsupported operating system: $MACHINE" ;;
esac
case "${MACHINE%%-*}" in
x86_64|i?86) true ;;
arm*) final_warning="ARM support is still experimental";;
*) error "unsopported architecture: $MACHINE"
x86_64|i?86)
true ;;
arm*)
var_append LDFLAGS -ldl
final_warning="ARM support is still experimental" ;;
*)
error "unsupported architecture: $MACHINE"
esac
var M_LIBS -lm
require "Build Architecture"
Expand Down

0 comments on commit b50334e

Please sign in to comment.