File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 109
109
platform_unavail = library/java.io.c library/threads.c
110
110
endif
111
111
library_check : library/* .c
112
- ./library_check.sh $(CC ) $(filter-out $(platform_unavail ) , $^ )
112
+ ./library_check.sh " $( CC) " $(filter-out $(platform_unavail ) , $^ )
113
113
touch $@
114
114
115
115
cprover_library.inc : library/converter$(EXEEXT ) library/* .c
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ for f in "$@"; do
12
12
perl -p -i -e ' s/(_mm_.fence)/s$1/' __libcheck.c
13
13
perl -p -i -e ' s/(__sync_)/s$1/' __libcheck.c
14
14
perl -p -i -e ' s/(__atomic_)/s$1/' __libcheck.c
15
- " $CC " -std=gnu99 -E -include library/cprover.h -D__CPROVER_bool=_Bool -D__CPROVER_thread_local=__thread -DLIBRARY_CHECK -o __libcheck.i __libcheck.c
16
- " $CC " -S -Wall -Werror -pedantic -Wextra -std=gnu99 __libcheck.i \
15
+ $CC -std=gnu99 -E -include library/cprover.h -D__CPROVER_bool=_Bool -D__CPROVER_thread_local=__thread -DLIBRARY_CHECK -o __libcheck.i __libcheck.c
16
+ $CC -S -Wall -Werror -pedantic -Wextra -std=gnu99 __libcheck.i \
17
17
-o __libcheck.s -Wno-unused-label -Wno-unknown-pragmas
18
18
ec=" ${?} "
19
19
rm __libcheck.s __libcheck.i __libcheck.c
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ cprover_library$(OBJEXT): cprover_library.inc
69
69
$(MAKE ) -C ../ansi-c library/converter$(EXEEXT )
70
70
71
71
library_check : library/* .c
72
- ../ansi-c/library_check.sh $(CC ) $^
72
+ ../ansi-c/library_check.sh " $( CC) " $^
73
73
touch $@
74
74
75
75
cprover_library.inc : ../ansi-c/library/converter$(EXEEXT ) library/* .c
You can’t perform that action at this time.
0 commit comments