mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-04 22:53:52 -09:00
Fix the following build failure with uclibc-ng < 1.0.39 (i.e., without85ac4f04d9) raised since bump to version 2.39 in commitad276d94a3and03a254f010: sys-utils/setarch.c:106:7: error: 'PER_LINUX32_3GB' undeclared here (not in a function); did you mean 'PER_LINUX32'? 106 | X(PER_LINUX32_3GB) \ | ^~~~~~~~~~~~~~~ Fixes:ad276d94a3- http://autobuild.buildroot.org/results/fb1feb47f2660882fa53f66bacc63e191fd52175 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>