glibc: upgraded to v2.21.

This commit is contained in:
Ricardo Martins
2015-02-08 13:31:42 +00:00
parent 08611f5df5
commit cae6aa46ff
2 changed files with 6 additions and 5 deletions

View File

@@ -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()