This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001468] eCos GNU tools 4.6.2


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001468

--- Comment #18 from John Dallaway <john@dallaway.org.uk> 2012-02-14 22:07:20 GMT ---
(In reply to comment #17)

> I am concerned about some warnings on configure libstdc++ libraries ...
> 
>   checking for atomic builtins for bool... no
>   checking for atomic builtins for short... no
>   checking for atomic builtins for int... no
>   checking for atomic builtins for long long... no
>   configure: WARNING: No native atomic operations are provided for this
> platform.
>   configure: WARNING: They cannot be faked when thread support is disabled.
>   configure: WARNING: Thread-safety of certain classes is not guaranteed.
> 
> Have you seen these warnings? If you have not, what was your score

We build only libsupc++ from the libstdc++-v3 package. libsupc++ provides 'new'
and 'delete' and these will use the eCos memory allocator.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]