diff --git a/rules/glibc/common.bash b/rules/glibc/common.bash index 1f1756e..63bba5b 100644 --- a/rules/glibc/common.bash +++ b/rules/glibc/common.bash @@ -1,6 +1,6 @@ version=\ ( - '2.20' + '2.21' ) url=\ @@ -10,7 +10,7 @@ url=\ md5=\ ( - '948a6e06419a01bd51e97206861595b0' + '9cb398828e8f84f57d1f7d5588cf40cd' ) maintainer=\ @@ -55,5 +55,6 @@ configure() --with-tls \ --enable-kernel=2.6.32 \ --disable-nls \ - --enable-static-nss + --enable-static-nss \ + --disable-werror } diff --git a/rules/glibc/cross.bash b/rules/glibc/cross.bash index 173b45c..b96ece4 100644 --- a/rules/glibc/cross.bash +++ b/rules/glibc/cross.bash @@ -7,12 +7,12 @@ requires=\ build() { - $cmd_make -j1 + $cmd_make } host_install() { - $cmd_make install_root="$cfg_dir_toolchain_sysroot" -j1 install + $cmd_make install_root="$cfg_dir_toolchain_sysroot" install } target_install()