summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change to using newlib snapshot release 2.2.0-1 and gdb 7.8.1.Chris Johns2015-02-072-0/+57
|
* Build rtems-tools for the host with a Cxc build.Chris Johns2015-01-201-1/+10
|
* sparc-gdb: use patch for leon2/3 support to sisJiri Gaisler2014-12-011-0/+28
| | | | Also fixes the can't compute CFA problem.
* Update newlib to 20 Nov 2014 and hash de616601501c4f82968683e80c112604a2d40222Joel Sherrill2014-11-201-1/+1
| | | | | | | This picks up at least these RTEMS Project patches: + Joel Sherrill to ensure the PRIxxPTR defines are correct on all targets. + Sebastian Huber NGROUPS adjusted to have even value.
* rtems4.11: Use rtems-tools HEAD for 4.11 until stable.Chris Johns2014-11-052-1/+3
|
* update rtems-toolsBen Gras2014-11-021-1/+1
|
* rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.Chris Johns2014-10-317-0/+182
| | | | | 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-072-0/+56
|
* rtems: Fix type in RTEMS kernel build.Chris Johns2014-09-201-1/+1
| | | | Reported by Marco Hoefle <marco.hoefle@nanotronic.ch>.
* rtems-4.11: Use the internal autoconf build.Chris Johns2014-08-231-5/+6
|
* rtems-4.11: Fix the broken RTEMS build on 4.11.Chris Johns2014-08-231-2/+4
|
* rtems-4.11: Newlib 19-Aug-2014.Chris Johns2014-08-204-14/+2
| | | | Add the hash for automake.
* rtems: Remove the duplicate hashes from the config.Chris Johns2014-08-192-4/+0
|
* rtems-4.10: Add checksums.Chris Johns2014-08-134-1/+24
|
* Add checksum support for downloaded files.Chris Johns2014-07-2914-1/+61
| | | | | | | | 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.
* RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014.Chris Johns2014-07-257-32/+141
| | | | | | Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
* config: Update the NIOS2 configuration for the new %source command.Chris Johns2014-06-011-4/+2
|
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-1332-198/+75
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* 4.11/rtems-lm32: Use gcc-4.9.0 and fix gdb simulator build on Windows.Chris Johns2014-05-091-0/+37
| | | | | | | | The lm32 arch builds on gcc-4.9.0 so lets move to a recent build rather than the old 4.5.? build. Remove stdin and stdout references and the simulator io calls in gdb so the simulator builds on Windows.
* rtems/4.11: Fix _host_os for building on FreeBSD. It needs to be _build_os.Chris Johns2014-05-022-2/+2
|
* config: Update to gdb-7.7 for a range of archs.Chris Johns2014-05-012-0/+12
| | | | | Update lm32, m32c, m32r, m68k, microblaze, mips, powerpc, sh, sparc64 v850.
* config: Remove the POSIX thread model patch.Chris Johns2014-04-281-5/+0
| | | | | Switch back the RTEMS thread model now it is fixed for SMP. This also works for some tests that where failing.
* config: Use _host_os for conditional checks.Chris Johns2014-04-101-1/+1
|
* config: Fix for sim common code on Mavrick.Chris Johns2014-04-101-0/+5
|
* config: Add gdb-7.7 support.Chris Johns2014-04-091-0/+23
|
* config: Make FreeBSD 10 port patch specific to FreeBSD.Chris Johns2014-04-091-0/+2
|
* freebsd: Add support for FreeBSD 10.0.Chris Johns2014-03-201-0/+3
| | | | | | | GDB did not build out of the box on FreeBSD 10.0 due to the iconv move to libc effecting the gettext port with Python. The patch provided is from the gdb port (devel/gdb) and add the LDFLAGS to the link command line when Python is used and this adds /usr/local/lib if needed.
* 4.11/lm32: Fix the move to newlib 2.1.0.Chris Johns2014-01-211-0/+27
|
* 4.11: Move to the released newlib-2.1.0.Chris Johns2014-01-211-0/+41
|
* Removed check for texinfo 5.x. Binutils 2.24 and gcc 4.8.2 build with GNU ↵Alan Cudmore2013-12-231-5/+0
| | | | | | | | | texinfo 5.1 This is for RTEMS Source Builder. Binutils 2.23.x did not build on Ubuntu 13.10 because of texinfo 5.1. The problem is fixed in Binutils 2.24, so the check for texinfo 5.x is no longer needed for this configuration.
* Update to binutils 2.24, gcc 4.8.2, newlib 11-Dec-2013 and gdb 7.6.2.Chris Johns2013-12-143-6/+52
| | | | Note, some architectures remain broken with the new gcc.
* rtems: Newlib version CVS 15-Sept-2013Chris Johns2013-09-161-1/+1
|
* config: Disable building RTEMS by default.Chris Johns2013-09-031-4/+4
| | | | To build use --with-rtems.
* config: Update RTEMS to gdb-7.6.1.Chris Johns2013-09-031-0/+18
|
* config: Fix the without_rtems macro.Chris Johns2013-08-211-1/+1
|
* config: Change to use the GCC POSIX thread model.Chris Johns2013-08-141-1/+9
|
* config: Support --without-rtems to not build RTEMS.Chris Johns2013-08-141-31/+42
| | | | | The default is to build RTEMS. This change lets a user stop this by using '--without-rtems' on the command line.
* config: Check the path for a valid autoconf.Chris Johns2013-08-081-1/+3
|
* config: PR 2134 - Return the missing =.Chris Johns2013-07-231-1/+1
|
* CONFIG: PR 2127 - Build fails on Linux.Chris Johns2013-07-211-1/+1
| | | | Fix shell tests where '==' was used rather than '='.
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-164-3/+51
| | | | | | | | | | | | | | | | | | 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.
* Move newlib to 14-Jul-2013.Chris Johns2013-07-161-1/+6
| | | | | Build with Sebastian's pending upstream patch for cxa_atexit and PPC using SDATA for libgcc.
* Update the NIOS tools to support Cxc.Chris Johns2013-06-191-34/+59
|
* gcc: RTEMS 4.11 uses 4.8.1 release.Chris Johns2013-06-013-5/+91
|
* Reset the CVS repo each run to remove any applied patches.Chris Johns2013-06-011-1/+1
|
* newlib: Move to 31-May-2013. Fix the stack_t patcher.Chris Johns2013-06-011-8/+9
|
* Add Joel's stack_t patch.Chris Johns2013-05-311-0/+5
|
* fix the problems for the set build of 4.9 and 4.10 1. "expat-2.1.0-1 file ↵Yin Yan2013-05-222-0/+11
| | | | | | not found 2. "%{var} not fount" I only tested them for 4.9/rtrms-sparc, not sure for rest of them.
* Align the 4.8 and 4.5 configurations with the gcc-common.Chris Johns2013-05-201-0/+5
|
* Newlib CVS: 13-May-2013. Pick up the atexit changes.Chris Johns2013-05-131-1/+1
|