diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-09-15 01:03:10 -0500 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-09-15 01:16:31 -0500 |
commit | 728f3baa50f89d7ee786faf3e28a25807b836c29 (patch) | |
tree | ee14eeec6fcc1e650ab5c6ba40b900eed100e395 | |
parent | 9a777a44b31b253c8909c09bdb83fbc62c46ef3e (diff) | |
download | coreutils-728f3baa50f89d7ee786faf3e28a25807b836c29.tar.gz |
maint: fix bootstrap module lists for alignof
* bootstrap.conf (gnulib_modules): Remove alignof, which isn’t
needed since coreutils source modules don’t include alignof.h.
Add stdalign, since they depend on alignof working without
stdalign.h.
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 2fd842959..8e257a254 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -27,7 +27,6 @@ gnulib_modules=" $avoided_gnulib_modules acl alignalloc - alignof alloca announce-gen areadlink-with-size @@ -248,6 +247,7 @@ gnulib_modules=" stat-macros stat-size stat-time + stdalign stdbool stdlib-safer stpcpy |