name: stage1-binutils kind: chunk repo: upstream:binutils-redhat ref: 987eb543a034cddc4eeb103f08f566f24a5f964a build-system: autotools configure-commands: - | ./configure --prefix="$PREFIX" --disable-nls --disable-werror \ --build=$(sh config.guess) \ --host=$(sh config.guess) \ --target=$TARGET_STAGE1 \ --with-sysroot="/" --with-lib-path="=$PREFIX/lib"