We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d41a22a + 0babb26 commit d7f9035Copy full SHA for d7f9035
toolchain/gen-headers.sh
@@ -72,7 +72,8 @@ if CC=${CONFIG_TARGET_CC} cc_is_clang; then
72
FreeBSD|OpenBSD)
73
SRCDIR=/usr/include
74
SRCS="float.h stddef.h stdint.h stdbool.h stdarg.h"
75
- [ "${CONFIG_HOST}" = "FreeBSD" ] && SRCS="${SRCS} stdatomic.h"
+ [ "${CONFIG_HOST}" = "FreeBSD" ] && \
76
+ SRCS="${SRCS} stdalign.h stdatomic.h"
77
DEPS="$(mktemp)"
78
CC=${CONFIG_TARGET_CC} cc_get_header_deps ${SRCDIR} ${SRCS} \
79
>${DEPS} || \
0 commit comments