From 3700b0bde45689907f09d0d11e4e2478b619d241 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 2 Feb 2025 19:43:51 +1300 Subject: samples: x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf pin gettext The latest gettext has problems building this configuration. Pin the version to gettext-0.22.5 which works fine. Signed-off-by: Chris Packham --- .../crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config b/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config index b93a99b8..8beb5f5c 100644 --- a/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config +++ b/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config @@ -12,7 +12,6 @@ CT_KERNEL_LINUX=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y -CT_LIBC_GLIBC=y CT_GLIBC_USE_LIBIDN_ADDON=y CT_GLIBC_LOCALES=y CT_GLIBC_KERNEL_VERSION_NONE=y @@ -21,3 +20,4 @@ CT_CC_LANG_CXX=y CT_DEBUG_GDB=y CT_GDB_NATIVE=y CT_GDB_NATIVE_STATIC=y +CT_GETTEXT_V_0_22_5=y -- cgit v1.2.3