summaryrefslogtreecommitdiffstats
path: root/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Do not build the RTEMS kernel by default when released.Chris Johns2018-01-191-1/+1
| | | | Close #3275
* rtems: Update all MPC version to use GNU's FTP site.Chris Johns2018-01-185-10/+10
| | | | Update #3274
* rtems: Remobve used tool configurations.Chris Johns2018-01-1845-1205/+0
| | | | Update 3274
* gcc: Update MPC verison to one hosted on GNU's FTP site.Chris Johns2018-01-181-2/+2
| | | | Update #3271
* Remove RSB ARM specific config file ↵Chris Johns2017-08-232-11/+9
| | | | | | rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg Closes #3108.
* Building gcc-4.9.3 is broken on FreeBSD 11.1Chris Johns2017-08-231-0/+3
| | | | | | | | Reference the patch for the FreeBSD port. See ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212465 Closes #3107.
* ARM: Avoid warnings with -fno-short-enumsSebastian Huber2017-08-101-0/+2
| | | | Close #3094.
* gcc: Disable makenfo cause newer verisons do not build gcc-4.8 docs.Chris Johns2017-07-031-0/+2
| | | | | | | Newer makeinfo tools cannot build the existing texinfo in gcc so disable building it. This will not be fixed on the gcc branches. Updates #3027.
* 4.11/gcc-4.8.3 Fix building with a newer version of gcc.Chris Johns2017-07-031-0/+6
| | | | Updates #2990.
* 4.11/h8300: Disable the simulator on Windows.Chris Johns2017-06-141-0/+7
| | | | Closes #3044.
* 4.11/moxie: Revert binutils to 2.25 to support the matching gcc instruction set.Chris Johns2017-06-141-1/+1
| | | | Closes #3035.
* 4.11/mips: Back port the MIPS fix for FreeBSD from master.Chris Johns2017-06-141-0/+8
| | | | Updates #3033.
* 4.11/lm32: Fix building on Windows.Chris Johns2017-06-142-10/+2
| | | | | | This patch fixes building the LM32 GDB on Windows. Closes #3030.
* arm: Use the base 4.9.3 build configuration to pick up changes.Chris Johns2017-06-141-10/+1
| | | | Updates #2990.
* Fix the release builds of rtems-tools and kernel.Chris Johns2017-04-132-24/+28
| | | | Updates #2952.
* MSYS2: Patch to support newer packages.Chris Johns2017-04-121-0/+6
| | | | | | The patch is contributed by Worth Burruss. Closes #2990.
* Fix rtems-tools and rtems-kernel builds when released and with a release URL.Chris Johns2017-04-112-12/+15
| | | | Updates #2952.
* Fix the tools and kernel source URL when released to use `sources`.Chris Johns2017-04-102-19/+9
| | | | | | | | Remove `%define without_release_url` so the standard release URL processing is used. This requires the tools and kernel source is available in the releases `sources` directory. Updates #2952.
* 4.11/sparc: The sparc patch is held in the 4.12 in rtems-tools.git.Chris Johns2017-04-041-1/+1
|
* 4.11/sparc: Add the binutils-2.26 SPARC R_SPARC_32 reloc fix.Chris Johns2017-04-041-0/+6
| | | | | | | | | See https://sourceware.org/bugzilla/show_bug.cgi?id=20803. This fix is needed to support C++ exceptions in dynamically loaded code. Updates #2955.
* 4.11: ARM: Optimize IEEE-754 sqrt implementationSebastian Huber2017-03-222-1/+18
| | | | Update #2948.
* Bump OpenRISC versionsStefan Wallentowitz2016-03-241-7/+7
| | | | | | | | | | Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.9 updates #2668
* 4.11/rtems-kernel: Use the updated common support for conditional building.Chris Johns2016-03-181-50/+2
| | | | Updates #2526.
* rtems/kernel: Move the --with-rtems logic in the common file.Chris Johns2016-03-181-112/+154
|
* rtems: Remove 4.10 and 4.9 base configuration files.Chris Johns2016-03-172-14/+0
| | | | Updates #2650.
* rtems: Remove 4.9 and 4.10 from the 4.11 branch.Chris Johns2016-03-1724-630/+0
| | | | Closes #2650.
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-4/+18
| | | | | | | | | | | | | | | | | | | | | | | The building of 3rd party packages for an RTEMS BSP requires a valid BSP so the standard method to download the source for releasing does not work. This change adds support to allow this. The RTEMS BSP support will not generate an error is no BSP or tools are provided or found. The change addis logic operators to the %if statement so you can '||' to 'or' and '&&' to 'and' logic expressions. A new %log directive has been added to clean up the messages. A new %{!define ...} has been added to aid checking within logic expressions. All command line --with/--without now appear as macros. Add version.version to get just the RTEMS major and minor version. Some pkg-config issues have been resolved. Closes #2655.
* rtems-kernel: Fix the --with-rtems/--without-rtems support when released.Chris Johns2016-03-142-15/+26
| | | | | | | | | | | | Also add: --with-rtemsbsp="bsp,bsp,bsp" --with-rtems-smp --with-rtems-tests --with-rtems-tests=sample --with-rtems-tests=all Closes #2526.
* sb: Update download to check the config file for release URL control.Chris Johns2016-03-142-1/+3
| | | | | | | | Provide without_release_url support in the configuration file so the release tarball download of the kernel and tools uses the release's top level directory and not the sources directory. Closes #2481.
* 4.11: Change binutils version to 2.26.Chris Johns2016-03-1119-18/+40
| | | | Closes #2637.
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-101-5/+0
| | | | | | | | | | | | | | | | | | | | | | | The default without the option is to prepend the release URL to the URL list to download from the RTEMS FTP site first if the RSB is released. This option can force the RTEMS FTP to be tried first when not a release, or you can supply a different URL to download from or you can request no RTEMS URL is tried first. Eg: --with-release-url --with-release-url=file://opt/local/cache --without-release-url Move the RTEMS release URL to the default.mc file. Change the URL to the RTEMS FTP server and do not use the https method of access. The option's with_arg call was cleaned up to make sense. Remove the log's raw output of an extra space. Some download error message formating was cleaned up. Closes #2636.
* config: Patch automake-1.12.6 to remove warning on newer perl versions.Chris Johns2016-02-292-0/+8
| | | | Closes #2616.
* Fix the rtems-tools waf --destdir path on Windows.Chris Johns2016-02-222-3/+16
| | | | | | | | | | | Waf requires the drive be added to the destdir path so it installs to a path the RSB knows. The RSB assumes the destdir contains an MSYS drive path as seen in the POSIX path. This is default for configure scripts. Also fix the git URL to pull before the branch command as well as after to update the branch. Closes #2605.
* Fix RTEMS Tools source symlink generation.Patrick Gauvin2016-01-281-2/+1
| | | | Updates #2495.
* Remove epiphany from 4.11/rtems-all. It does not build.Chris Johns2015-12-131-1/+0
|
* Fix the building of the RTEMS Tools from a tar file.Chris Johns2015-12-133-4/+17
|
* Update 4.11/rtems-all to include h8300 and epiphany.Chris Johns2015-12-131-0/+2
|
* Remove RTEMS 4.11 unstable.Chris Johns2015-12-1318-357/+0
|
* Use BZ2 for gdb-7.7.Chris Johns2015-12-111-0/+1
|
* or1k: use newlib snapshot for rtems4.11Hesham Almatary2015-12-111-1/+1
|
* Set the RTEMS Tools and Kernel version based on a release.Chris Johns2015-12-112-3/+11
|
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-108-38/+118
| | | | Add a --without-error-reports flags to reduce the noise on --with-downloading.
* Ignore generated XML files.Chris Johns2015-12-081-0/+1
|
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-213-9/+30
| | | | | | | | | | | | 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.
* rtems4.11: OpenMP support for ARM, PowerPC, SPARCSebastian Huber2015-07-073-0/+15
|
* rtems4.11: Use GCC 4.9.3Sebastian Huber2015-07-0717-34/+30
|
* epiphany: fix checksum error for gcc and gdbHesham ALMatary2015-05-211-2/+2
|
* epiphany: Fix binutils checksumHesham ALMatary2015-05-211-1/+1
|
* rtems: Fix the URL.Chris Johns2015-05-212-2/+2
|
* rtems-mips.bset: Update mipstx39 GDB version to be in syncJoel Sherrill2015-05-132-1/+12
|