This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: RFA: LM32: Configure with newlib-stdint.h


On 10/06/2015 07:36 AM, Nick Clifton wrote:
Hi Sebastien,

   I recently found that I could not build libstdc++ for the lm32-elf
   target because the port lacked a definition of __INTPTR_TYPE__.  I
   tracked this down to the fact that INTPTR_TYPE was not being defined
   when building gcc, and this in turn was due to the fact that the
   newlib stdint types were not being defined.  So please may I apply the
   patch below to correct this problem ?

Cheers
   Nick

gcc/ChangeLog
2015-10-06  Nick Clifton  <nickc@redhat.com>

	* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
OK.
jeff


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