summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.11/rtems-nios2.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-1/+1
| | | | | | | | | - Build GDb first as we do for RTEMS 5 and later - Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC Closes #4111
* 4.11: Change binutils version to 2.26.Chris Johns2016-03-111-1/+1
| | | | Closes #2637.
* rtems4.11: Use GCC 4.9.3Sebastian Huber2015-07-071-1/+1
|
* rtems4.11: Update newlib to the 20150423 snapshot.Chris Johns2015-05-061-1/+1
|
* Update all targets except or1k to gdb 7.9Joel Sherrill2015-04-021-1/+1
|
* Update newlib to 20150223 snapshot tarballJoel Sherrill2015-03-261-1/+1
| | | | | | 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.
* Switch to newlib-git-1 and bump version for all 4.9.2 toolsGedare Bloom2015-03-051-1/+1
|
* Update all 4.11 archs to newlib-2.2.0-1 and gdb-7.8.2 where possible.Chris Johns2015-02-071-1/+1
| | | | | Remove the extra gdb-7.8.1.cfg and added support to allow GDB tar compression to be version defined. GDB has changed it default to .xz.
* Change to using newlib snapshot release 2.2.0-1 and gdb 7.8.1.Chris Johns2015-02-071-2/+2
|
* 4.11/rtems-nios2.bset: Drop patch adding RTEMS targetJoel Sherrill2014-11-211-8/+0
|
* rtems4.11: Forgot to make the change to 4.9.2.Chris Johns2014-10-311-1/+1
|
* rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.Chris Johns2014-10-311-0/+1
| | | | | RTEMS kernel requires the rtems-tools package be installed to build the libdl tests.
* rtems-4.11: Switch to newlib's git repo.Chris Johns2014-10-071-1/+1
|
* Add checksum support for downloaded files.Chris Johns2014-07-291-0/+1
| | | | | | | | 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.
* rtems4.11: Change the NIO2 to the 4.9.1.Chris Johns2014-07-291-3/+8
| | | | Uses patch https://patchwork.ozlabs.org/patch/364504/.
* RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014.Chris Johns2014-07-251-6/+0
| | | | | | Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-0/+1
| | | | | | | | | | | | | | | | | | 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.
* Add bare/config and move the source-builder/config to it.Chris Johns2013-05-141-1/+1
| | | | | | | | | Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this.
* Remove the .cfg. Not needed.Chris Johns2013-04-291-1/+1
|
* Always build RTEMS.Chris Johns2013-04-281-0/+7
|
* Move all patches to the rtems-tools.git repo.Chris Johns2013-03-111-5/+1
| | | | | | | | | | | All patches are now downloaded. No patches or source is held in the RTEMS Source Builder repo. As part of this the build sets now have a single rtems_arch define and the base RTEMS 4.11 build set now creates the _target macro. With this change a method to manage RTEMS specific patches has been put in place where build sets can define patches. This avoids needing special configuration files.
* Always build the expat package.Chris Johns2013-02-131-1/+1
|
* Restructure RTEMS Config FilesChris Johns2013-02-131-0/+26
Add arch build files. This allows archs to have different versions and patches for specific tools. Break the RTEMS config directory up into separate directories to make long term maintenance easier. This required a change to config.py to handle the config files being in subdirs of the config directory. The defaults have been updated to include the install SB root so packages built before a package are available. Add makeinfo to the required tools. GDB (and others) need it to build without error.