summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-automake-1.12.6-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems/automake: Remove patch as it has moved to bare/devel.Chris Johns2019-09-191-6/+0
|
* 5: Use ticket attachment for automake patchSebastian Huber2017-11-101-1/+1
| | | | Update #2616.
* 4.12: Update all MD5 hashes to SHA256.Chris Johns2017-10-121-1/+1
| | | | Closes #2536.
* config: Patch automake-1.12.6 to remove warning on newer perl versions.Chris Johns2016-02-291-0/+6
| | | | Closes #2616.
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-201-0/+4
| | | | | | | | | | | | The change fixes installing for RTEMS 3rd Party packages where the RSB considered them Canadian Cross Compiling (Cxc). Fixing the Cxc issue broke real Cxc builds. The change corrects the issue of macros being changed in the Cxc and the prep data not being udpated. The configuration is loaded again after the updated macros. The macros are also copied and restored to ensure a clean stable base. The change also introduces --rtems-tools and --rtems-bsp to align the command line with the waf configure process or RTEMS application.
* rtems: Remove the duplicate hashes from the config.Chris Johns2014-08-191-2/+0
|
* Add checksum support for downloaded files.Chris Johns2014-07-291-0/+2
| | | | | | | | File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-0/+19
This changes adds support to build the autotools if the host installed version is not a suitable version. Autoconf and automake have hard coded references to the install prefix and host tools and this makes it impossible to relocate, that is use in any path other than the install prefix. To bootstrap automake you need to first build a suitable autoconf and with that you can built automake for the install prefix. The other complication is not referencing the install prefix in the path when building in the RSB. Having the install prefix in the path can result in strange issues appearing such as gcc using a new assembler feature not present in an older assember installed under the install prefix. The process is to build the autotools using an install prefix to an internal path inside the RSB temporary path and to use that autoconf to build the version for the install prefix. The internal install prefix version is also used to bootstrap RTEMS.