libgcc is big enough to need the equivalent of -fPIC here now.

This commit is contained in:
chs 2011-09-25 13:33:11 +00:00
parent bdcbc7d337
commit 9f1b54794a
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/* ISA C has no bra.l instruction, and since this assembly file
gets assembled into multiple object files, we avoid the
bra instruction entirely. */
#if defined (__mcoldfire__) && !defined (__mcfisab__)
#if (defined (__mcoldfire__) && !defined (__mcfisab__)) || defined(__NetBSD__)
lea \addr-.-8,a0
jmp pc@(a0)
#else