summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS instead of FTPSebastian Huber2019-01-231-1/+1
| | | | FTP is an outdated protocol and blocked by some firewalls.
* 4.12: Update all MD5 hashes to SHA256.Chris Johns2017-10-121-3/+3
| | | | Closes #2536.
* gcc: Disable makeinfo cause newer versions do not build gcc-4.8 docs.Chris Johns2017-08-091-0/+2
| | | | | | | Newer makeinfo tools cannot build the existing texinfo in gcc so disable building it. This will not be fixed on the gcc branch. Updates #3027.
* Update newlib to 20150223 snapshot tarballJoel Sherrill2015-03-261-0/+43
This includes Joel's patch to dynamically probe for the proper <inttypes.h> setting for intptr_t and uintptr_t. This eliminates many printf() format warnings due to them being incorrectly defined.