Modified the binutils package to use --enable-shared. Required by tools that
use binutils and get this error (or equivalent): "relocation R_X86_64_32S against `bfd_errmsgs' can not be used when making a shared object; recompile with -fPIC"
This commit is contained in:
parent
e0e79a2cb3
commit
c082abfb65
@ -18,6 +18,7 @@ def install(self, spec, prefix):
|
||||
'--disable-dependency-tracking',
|
||||
'--enable-interwork',
|
||||
'--enable-multilib',
|
||||
'--enable-shared',
|
||||
'--enable-64-bit-bfd',
|
||||
'--enable-targets=all']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user