mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:07:13 +08:00
binutils enable plugins
fix "Gold linker ld.gold -plugin : unknown option"
This commit is contained in:
parent
431399f081
commit
5f5c6f3c70
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=binutils
|
||||
pkgver=2.29.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A set of programs to assemble and manipulate binary and object files"
|
||||
arch=('x86_64')
|
||||
url="http://www.gnu.org/software/binutils/"
|
||||
@ -44,6 +44,7 @@ build() {
|
||||
--enable-shared \
|
||||
--enable-ld=default \
|
||||
--enable-gold \
|
||||
--enable-plugins \
|
||||
--enable-relro \
|
||||
--enable-deterministic-archives \
|
||||
--with-pic \
|
||||
|
Loading…
Reference in New Issue
Block a user