This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: cross compile & exceptions
- From: BELBACHIR Selim <selim dot belbachir at fr dot thalesgroup dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Ian Lance Taylor <iant at google dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 22 Nov 2013 17:54:01 +0100
- Subject: RE: cross compile & exceptions
- Authentication-results: sourceware.org; auth=none
- References: <4323_1384964601_528CE1F9_4323_14937_1_9C88BF562A27AA41B242B2780441926E210AC32B80 at THSONEA01CMS05P dot one dot grp> <CAKOQZ8xBngx=hHSiYq=PoNsmhPumds-omDoOsZV-0NzJWmEJYw at mail dot gmail dot com> <7153_1385138628_528F89C4_7153_7731_1_9C88BF562A27AA41B242B2780441926E210C01965B at THSONEA01CMS05P dot one dot grp> <528F8A9A dot 2030902 at redhat dot com>
>>
>> So, to build libgcc I would need --without-header to compensate for my small libc, and to build libstdc++ I would have to use --with-header in order to provide stdio.h ...
>>
>>
>> Do you know a better way to solve that than building gcc, libgcc & libstdc++ independently ?
> What is $(TARGET) ?
>Andrew.
$(TARGET) is a private embedded platform (cpu/os/lib)
Selim