1
0
Fork 0

Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel

This commit is contained in:
Frank Celler 2014-12-19 11:30:00 +01:00
commit db52f3eeda
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ case $target in
tr_FREEBSD="yes" tr_FREEBSD="yes"
;; ;;
armv7l-*-linux-gnueabihf)
tr_ARM="yes"
CFLAGS="$CFLAGS -marm"
CPPFLAGS="$CPPFLAGS -marm"
;;
armv6l-*-linux-gnueabihf) armv6l-*-linux-gnueabihf)
tr_ARM="yes" tr_ARM="yes"
;; ;;