You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
728 B

  1. From 093ec88ff213a5713ad5d3c26ddf5ecdea3c6377 Mon Sep 17 00:00:00 2001
  2. From: Moritz Warning <moritzwarning@web.de>
  3. Date: Sun, 4 Aug 2019 03:56:37 +0200
  4. Subject: [PATCH 3/8] remove arm32 conservative CFLAGS
  5. ---
  6. make-linux.mk | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. --- a/make-linux.mk
  9. +++ b/make-linux.mk
  10. @@ -272,7 +272,7 @@ ifeq ($(ZT_CONTROLLER),1)
  11. endif
  12. # ARM32 hell -- use conservative CFLAGS
  13. -ifeq ($(ZT_ARCHITECTURE),3)
  14. +ifeq (0,3)
  15. ifeq ($(shell if [ -e /usr/bin/dpkg ]; then dpkg --print-architecture; fi),armel)
  16. override CFLAGS+=-march=armv5t -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm
  17. override CXXFLAGS+=-march=armv5t -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm