aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/mbedtls/make.sh
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-09 17:41:21 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-09 17:41:21 +0100
commitbc162e5d2be64ea3f552a61155211c2d6a1beb76 (patch)
tree4c28ac6df8bd483765c761e349f23b4d91845931 /test/monniaux/mbedtls/make.sh
parente54de6e2fe604d6dfb86eecb6cfd9edff5fc6ac3 (diff)
downloadcompcert-kvx-bc162e5d2be64ea3f552a61155211c2d6a1beb76.tar.gz
compcert-kvx-bc162e5d2be64ea3f552a61155211c2d6a1beb76.zip
for mbedtls
Diffstat (limited to 'test/monniaux/mbedtls/make.sh')
-rwxr-xr-xtest/monniaux/mbedtls/make.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/monniaux/mbedtls/make.sh b/test/monniaux/mbedtls/make.sh
new file mode 100755
index 00000000..5d40988e
--- /dev/null
+++ b/test/monniaux/mbedtls/make.sh
@@ -0,0 +1,3 @@
+CCOMP=`pwd`/../../../ccomp
+cd mbedtls
+make CC=$CCOMP CFLAGS="-fstruct-passing -fbitfields -Dvolatile= -U__STRICT_ANSI__" WARNING_CFLAGS="-Wall -fno-unprototyped" "$@"