Changeset a0dbf20 for libcfa/prelude


Ignore:
Timestamp:
Aug 30, 2022, 6:30:32 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
Children:
4858a88
Parents:
a8dd247 (diff), 01ba701 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
libcfa/prelude
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/Makefile.am

    ra8dd247 ra0dbf20  
    7676
    7777if ENABLE_DISTCC
    78 distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c $(srcdir)/../../tools/build/push2dist.sh
     78distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ defines.hfa gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c $(srcdir)/../../tools/build/push2dist.sh
    7979        ${AM_V_GEN}$(srcdir)/../../tools/build/push2dist.sh @CFADIR_HASH@ @DIST_BWLIMIT@
    8080        @echo "Dummy file to track distribution to remote hosts" > ${@}
  • libcfa/prelude/defines.hfa.in

    ra8dd247 ra0dbf20  
    141141
    142142/* 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
    143147   supports the flag IORING_SETUP_ATTACH_WQ. */
    144148#undef CFA_HAVE_IORING_SETUP_ATTACH_WQ
Note: See TracChangeset for help on using the changeset viewer.