]> git.proxmox.com Git - wasi-libc.git/commit
Exclude C++ headers from the generated include-all.c program.
authorDan Gohman <dev@sunfishcode.online>
Fri, 6 May 2022 01:04:14 +0000 (18:04 -0700)
committerDan Gohman <dev@sunfishcode.online>
Fri, 6 May 2022 01:52:14 +0000 (18:52 -0700)
commitb1196b49f30d2ab052a600ba864deae14427a58a
treec95a91992b7480e3fa640eef99b02158c5a29591
parent202034fd60eca48195c1683477c190f79a1c693f
Exclude C++ headers from the generated include-all.c program.

The order that things happen in appears to have changed, and the
include-all.c script is now generated at a time when there can be
C++ headers in the sysroot, so adjust the script to exclude C++
headers.
Makefile