summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.11/rtems-powerpc.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 4.11: Remove from master.Chris Johns2016-03-161-38/+0
| | | | Updates #2649.
* rtems4.11: OpenMP support for ARM, PowerPC, SPARCSebastian Huber2015-07-071-0/+5
|
* rtems4.11: Use GCC 4.9.3Sebastian Huber2015-07-071-11/+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
|
* Add GCC patches for rtems-4.11/powerpcSebastian Huber2015-02-261-0/+10
|
* 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-1/+1
|
* rtems4.11: Update the PowerPC to use gdb-7.8.1.Chris Johns2014-12-121-1/+1
|
* 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-1/+2
| | | | | 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
|
* rtems-4.11: Fix building the SPARC simulator.Chris Johns2014-08-211-0/+5
| | | | | Add support for simulator options to enable special features of some gdb simulators.
* rtems-4.11: Do not build GDB sim on MinGW32 for some targets.Chris Johns2014-08-051-0/+5
| | | | | | | | | | | They are: m32c microblaze mips moxie powerpc sparc v850
* RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014.Chris Johns2014-07-251-7/+1
| | | | | | Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
* config: Update to gdb-7.7 for a range of archs.Chris Johns2014-05-011-1/+1
| | | | | Update lm32, m32c, m32r, m68k, microblaze, mips, powerpc, sh, sparc64 v850.
* 4.11: Move to the released newlib-2.1.0.Chris Johns2014-01-211-1/+1
|
* Update to binutils 2.24, gcc 4.8.2, newlib 11-Dec-2013 and gdb 7.6.2.Chris Johns2013-12-141-3/+3
| | | | Note, some architectures remain broken with the new gcc.
* rtems: Revert gdb to gdb-7.6 as gdb-7.6.1 fails.Chris Johns2013-09-061-1/+1
|
* config: Update RTEMS to gdb-7.6.1.Chris Johns2013-09-031-1/+1
|
* 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.
* gcc: RTEMS 4.11 uses 4.8.1 release.Chris Johns2013-06-011-1/+1
|
* Patch merged upstream.Chris Johns2013-05-311-7/+0
|
* Add newlib-remove-machine-powerpc-times_c.diff to powerpc build.Amar Takhar2013-05-221-0/+7
|
* 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.
* rtems-4.11: binutils 2.23.2, gcc-4.8.0, newlib-cvs-30-April-2013, gdb-7.6Chris Johns2013-04-301-3/+3
|
* rtems/config/4.11/rtems-*.bset: Add gdb based BSPs for testingJoel Sherrill2013-04-301-1/+1
| | | | Also add notes on some skyeye and qemu based ones.
* Remove the .cfg. Not needed.Chris Johns2013-04-291-1/+1
|
* Always build RTEMS.Chris Johns2013-04-281-0/+7
|
* Update RTEMS 4.11 to GCC 4.7.3.Chris Johns2013-04-141-1/+1
| | | | | | | | | | All build sets for RTEMS 4.11 that where using GCC 4.7.2 have been updated to GCC 4.7.3. This release uses a new patch from the rtems-tools git repo. The AVR tools have the target CFLAGS forced to '-O2 -g' to work around bugs in the AVR GCC compiler related to the default optimizations used when building the various run-time libraries.
* Switch to binutils-2.23.1.Chris Johns2013-03-121-1/+1
|
* Move the PowerPC to %{rtems_arch}. It was missed.Chris Johns2013-03-121-2/+2
|
* Change to newlib 2.0.0.Chris Johns2013-03-081-1/+1
| | | | | Move the stable to newlib 2.0.0 by default and remove the RTEMS specific newlib patch which is mostly the changes from 2010.
* Add remaining archs to 4.11.Chris Johns2013-02-131-0/+20