Skip to content
Snippets Groups Projects
Commit bf906c55 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov Committed by Julien Signoles
Browse files

Bugfix: create mini-gmp library in distribution

parent 164a6c1c
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@ CPPGMPFLAGS += -Drealloc=__e_acsl_native_realloc
CPPGMPFLAGS += -Dfree=__e_acsl_native_free
$(EACSL_GMP_LIB): $(EACSL_GMP_DIR)/mini-gmp/mini-gmp.c
$(MKDIR) $(EACSL_LIBDIR)
echo 'CC $< '
$(CC) $< $(CPPGMPFLAGS) -c -O2 -g3 -o$(EACSL_GMP_MINI)
echo 'AR $@'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment