]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/OneRound/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / OneRound / Makefile
index 5afe42cd18da12218140172e8277624eec2bcd0d..8f7867c933cfbe6dcdcae980c281ba0d6b92f9b4 100644 (file)
@@ -3,10 +3,10 @@ C=gcc
 
 uname_m := $(shell uname -m)
 ifeq ($(uname_m),armv7l)
-CFLAGS=-O3  -std=c++11 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -lrt
+CFLAGS=-O3  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -lrt
 else
 ifeq ($(uname_m),armv6l)
-CFLAGS=-O3  -std=c++11  -march=armv6 -mfpu=vfp -mfloat-abi=hard -lrt
+CFLAGS=-O3   -march=armv6 -mfpu=vfp -mfloat-abi=hard -lrt
 else
 CFLAGS=-O3 
 endif