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 109109 platform_unavail = library/java.io.c library/threads.c
110110endif
111111library_check : library/* .c
112- ./library_check.sh $(CC ) $(filter-out $(platform_unavail ) , $^ )
112+ ./library_check.sh " $( CC) " $(filter-out $(platform_unavail ) , $^ )
113113 touch $@
114114
115115cprover_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
1212 perl -p -i -e ' s/(_mm_.fence)/s$1/' __libcheck.c
1313 perl -p -i -e ' s/(__sync_)/s$1/' __libcheck.c
1414 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 \
1717 -o __libcheck.s -Wno-unused-label -Wno-unknown-pragmas
1818 ec=" ${?} "
1919 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
6969 $(MAKE ) -C ../ansi-c library/converter$(EXEEXT )
7070
7171library_check : library/* .c
72- ../ansi-c/library_check.sh $(CC ) $^
72+ ../ansi-c/library_check.sh " $( CC) " $^
7373 touch $@
7474
7575cprover_library.inc : ../ansi-c/library/converter$(EXEEXT ) library/* .c
You can’t perform that action at this time.
0 commit comments