mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-13 19:02:02 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user