Skip to content
Snippets Groups Projects
Commit c99cf33f authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[scripts] Fixed nostdlib option of e-acsl-gcc.sh

parent acdeebf1
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ do
# Do use Frama-C stdlib, which is the default behaviour of Frama-C
--frama-c-stdlib|-L)
shift;
OPTION_FRAMA_STDLIB=""
OPTION_FRAMA_STDLIB="-frama-c-stdlib"
;;
# Use as much memory-related instrumentation as possible
-M|--full-mmodel)
......@@ -427,10 +427,7 @@ GCCMACHDEP="-m$MACHDEPFLAGS"
EACSL_MACRO_ID="__E_ACSL__"
# Frama-C and related flags
FRAMAC_CPP_EXTRA="$OPTION_FRAMAC_CPP_EXTRA \
-I$FRAMAC_SHARE/libc \
-D__NO_CTYPE \
$CPPMACHDEP"
FRAMAC_CPP_EXTRA="$OPTION_FRAMAC_CPP_EXTRA $CPPMACHDEP"
EACSL_MMODEL="$OPTION_EACSL_MMODEL"
# Re-set EACSL_SHARE directory is it has been given by the user
......
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