A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
GROS BUG PRGA !!!!!!!!!!!!!!!!!!!!!!!!! A CORRIGER PARTOUT !!!!!!!!!
[Cipher_code.git]
/
OneRoundIoT
/
EnhancedOneRound
/
Makefile
diff --git
a/OneRoundIoT/EnhancedOneRound/Makefile
b/OneRoundIoT/EnhancedOneRound/Makefile
index 43e0b732ff12cd4b4f1b4c434136e743defed2bf..da280aface8a70f55eef8e013f3b25f8a524bd9c 100644
(file)
--- a/
OneRoundIoT/EnhancedOneRound/Makefile
+++ b/
OneRoundIoT/EnhancedOneRound/Makefile
@@
-3,12
+3,12
@@
C=gcc
uname_m := $(shell uname -m)
ifeq ($(uname_m),armv7l)
uname_m := $(shell uname -m)
ifeq ($(uname_m),armv7l)
-CFLAGS=-O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -lrt `pkg-config --cflags --libs glib-2.0`
+CFLAGS=-O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -lrt `pkg-config --cflags --libs glib-2.0`
else
ifeq ($(uname_m),armv6l)
else
ifeq ($(uname_m),armv6l)
-CFLAGS=-O3 -march=armv6 -mfpu=vfp -mfloat-abi=hard -lrt `pkg-config --cflags --libs glib-2.0`
+CFLAGS=-O3 -march=armv6 -mfpu=vfp -mfloat-abi=hard -lrt `pkg-config --cflags --libs glib-2.0`
else
else
-CFLAGS=-O3 `pkg-config --cflags --libs glib-2.0`
+CFLAGS=-O3 `pkg-config --cflags --libs glib-2.0`
endif
endif
endif
endif