diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-02-02 19:43:51 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-02-03 11:57:25 +1300 |
commit | 3700b0bde45689907f09d0d11e4e2478b619d241 (patch) | |
tree | bbe0be900241212c1a1d4f9f445011f5436fe413 | |
parent | 2cf5986f6135a702dfcf171017bbf36e8114ef74 (diff) | |
download | crosstool-ng-3700b0bde45689907f09d0d11e4e2478b619d241.tar.gz crosstool-ng-3700b0bde45689907f09d0d11e4e2478b619d241.tar.bz2 crosstool-ng-3700b0bde45689907f09d0d11e4e2478b619d241.zip |
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 <judge.packham@gmail.com>
-rw-r--r-- | samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |