mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
This commit is contained in:
commit
db52f3eeda
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue