lang/gcc: add devel/binutils as a dependency
This commit is contained in:
parent
9590b91782
commit
d642d3b39c
|
@ -14,7 +14,7 @@ license_logic="and" # accepted values: single, and, or
|
||||||
licenses=("GPLv3" "GPLv3RLE")
|
licenses=("GPLv3" "GPLv3RLE")
|
||||||
|
|
||||||
build_dependencies=("devel/gmake" "devel/binutils" "devel/bison" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc")
|
build_dependencies=("devel/gmake" "devel/binutils" "devel/bison" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc")
|
||||||
run_dependencies=("system/glibc" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc")
|
run_dependencies=("system/glibc" "devel/binutils" "archivers/zlib" "math/gmp" "math/mpfr" "math/mpc")
|
||||||
|
|
||||||
build_process() {
|
build_process() {
|
||||||
cd $name-$version || exit 1
|
cd $name-$version || exit 1
|
||||||
|
|
Loading…
Reference in New Issue