This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/39888] TLS emutls not linked to automatically on Darwin
- From: "developer at sandoe-acoustics dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2009 08:36:38 -0000
- Subject: [Bug other/39888] TLS emutls not linked to automatically on Darwin
- References: <bug-39888-4688@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #55 from developer at sandoe-acoustics dot co dot uk 2009-10-01 08:36 -------
(In reply to comment #54)
> The new libgcc_s.dylib appears to be only of the native target architecture...
it's best thought of not as "new" but "different" - it's the target for the
Makefile libgcc_s$(SHLIB_EXT).
In fact, we used to have intermediate targets (xxx.dylib.tmp) which you will
see are no longer present.
if you check the ***gcc directories, you will see that this intermediate file
is not installed in the staging - nor is it installed by make install.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39888