[Bug other/39888] TLS emutls not linked to automatically on Darwin

howarth at nitro dot med dot uc dot edu gcc-bugzilla@gcc.gnu.org
Fri Sep 25 19:17:00 GMT 2009



------- Comment #39 from howarth at nitro dot med dot uc dot edu  2009-09-25 19:16 -------
Iain,
   I believe I see the problem with the x86_64-apple-darwin10 build. The
multilib subdirectory for the 32-bit binaries is named i386. So you need...

EXLIB_64FLAG = i386

instead of...

EXLIB_64FLAG = x86_64

for libgcc/config/i386/t-darwin64, otherwise it will be looking for a
non-existent multilib directory. I'll test this tonight.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39888



More information about the Gcc-bugs mailing list