Changeset 23a08aa0 for libcfa/prelude
- Timestamp:
- Sep 19, 2022, 8:11:02 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
- Children:
- aa9f215
- Parents:
- ebf8ca5 (diff), ae1d151 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- libcfa/prelude
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
defines.hfa.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/Makefile.am
rebf8ca5 r23a08aa0 50 50 51 51 prelude.cfa : prelude-gen.cc 52 ${AM_V_GEN}${CXX} ${AM_CXXFLAGS} ${CXXFLAGS} ${AM_CFLAGS} ${<} -o prelude-gen -Wall -Wextra -O2 -g -std=c++1 452 ${AM_V_GEN}${CXX} ${AM_CXXFLAGS} ${CXXFLAGS} ${AM_CFLAGS} ${<} -o prelude-gen -Wall -Wextra -O2 -g -std=c++17 53 53 @./prelude-gen > ${@} 54 54 @rm ./prelude-gen … … 76 76 77 77 if ENABLE_DISTCC 78 distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c $(srcdir)/../../tools/build/push2dist.sh78 distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ defines.hfa gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c $(srcdir)/../../tools/build/push2dist.sh 79 79 ${AM_V_GEN}$(srcdir)/../../tools/build/push2dist.sh @CFADIR_HASH@ @DIST_BWLIMIT@ 80 80 @echo "Dummy file to track distribution to remote hosts" > ${@} -
libcfa/prelude/defines.hfa.in
rebf8ca5 r23a08aa0 141 141 142 142 /* Defined if io_uring support is present when compiling libcfathread and 143 supports the flag IORING_REGISTER_IOWQ_MAX_WORKERS. */ 144 #undef CFA_HAVE_IORING_REGISTER_IOWQ_MAX_WORKERS 145 146 /* Defined if io_uring support is present when compiling libcfathread and 143 147 supports the flag IORING_SETUP_ATTACH_WQ. */ 144 148 #undef CFA_HAVE_IORING_SETUP_ATTACH_WQ
Note:
See TracChangeset
for help on using the changeset viewer.