OSDN Git Service

configure: arm: Don't try to enable pic for shared libraries on win32
authorMartin Storsjö <martin@martin.st>
Tue, 28 May 2013 12:08:57 +0000 (15:08 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 10 Jun 2013 11:32:06 +0000 (14:32 +0300)
commit2aa3325454545b63cd63e3d5884f8558790d51df
treea678d068013bd444c97ce059ab12951dfd918901
parent252ee3d39b899f5bf11af4b5d6d7f117f622a9d7
configure: arm: Don't try to enable pic for shared libraries on win32

The object file format doesn't support PIC loads in ARM assembly,
there are no relocation types in PE/COFF that correspond to
BFD_RELOC_32_PCREL (R_ARM_REL32 in ELF).

Signed-off-by: Martin Storsjö <martin@martin.st>
configure