diff --git a/core/binutils/build b/core/binutils/build index 6e9d130a..9e7db186 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -1,5 +1,7 @@ #!/bin/sh -e +machine=$(gcc -dumpmachine) + ./configure \ --prefix=/usr \ --enable-targets=x86_64-pep \ @@ -7,6 +9,7 @@ --disable-werror \ --disable-nls \ --with-mmap \ + --build="$machine" \ --with-system-zlib make diff --git a/core/binutils/version b/core/binutils/version index e82df672..1bbe8f63 100644 --- a/core/binutils/version +++ b/core/binutils/version @@ -1 +1 @@ -2.32 1 +2.32 2 diff --git a/core/flex/build b/core/flex/build index 57fb2c54..062e565d 100755 --- a/core/flex/build +++ b/core/flex/build @@ -4,6 +4,7 @@ --prefix=/usr \ --disable-static \ --enable-shared \ + --disable-nls \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes diff --git a/core/flex/version b/core/flex/version index c689264b..1ddbfd42 100644 --- a/core/flex/version +++ b/core/flex/version @@ -1 +1 @@ -2.6.4 1 +2.6.4 2