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:
Kevin Huck 2015-10-21 18:32:57 -07:00
parent e0e79a2cb3
commit c082abfb65

View File

@ -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']