IBM Z: zTPF: Include glibc-stdint.h to get __UINTPTR_TYPE__ defined
commit48c16b2867917883b1efc0cb7d9142c833fb5ec4
authorAndreas Krebbel <krebbel@linux.ibm.com>
Wed, 4 Mar 2020 12:29:39 +0000 (4 13:29 +0100)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Wed, 4 Mar 2020 12:54:50 +0000 (4 13:54 +0100)
treeebd1b846804db61def7bc7b7a7fe948aca67844d
parent14cb388b743ba1222da261926d3b0934d695deb2
IBM Z: zTPF: Include glibc-stdint.h to get __UINTPTR_TYPE__ defined

Building a zTPF cross currently fails when building libstdc++
complaining about the __UINTPTR_TYPE__ to be missing.

Fixed by including the glibc-stdint.h header.

2020-03-04  Andreas Krebbel  <krebbel@linux.ibm.com>

* config.gcc: Include the glibc-stdint.h header for zTPF.
gcc/config.gcc