summaryrefslogtreecommitdiffstats
path: root/source-builder/config/gdb-7-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-140/+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
* gdb: Build with system readline and use MinGW compilers.4.11.14.11.0Chris Johns2016-04-151-1/+6
| | | | | | | | | Select MinGW compilers for Windows builds on Windows. Use the system readline rather than GDB's which does not handle cmd.exe correctly. Closes #2681.
* sb: Add support to GDB to select a specific Python.Chris Johns2016-03-081-1/+11
| | | | | | Detect a suitable Python version on Windows. Update #2619.
* Modify GNU's common backend configuration files to build from external sourcesHesham ALMatary2015-05-061-2/+4
|
* Windows is win32 when testing for the host.Chris Johns2015-03-071-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/+8
| | | | | 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.
* Add the host name to the package name.Chris Johns2015-01-181-1/+1
| | | | | | Adding the host name results in the tar files created by the --bset-tar-file and --pkg-tar-files to contain the host name. This is useful when building Cxc packages.
* rtems-4.11: Fix building the SPARC simulator.Chris Johns2014-08-211-0/+3
| | | | | 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-1/+10
| | | | | | | | | | | They are: m32c microblaze mips moxie powerpc sparc v850
* config: Fix the check to disable the gdb simulator.Chris Johns2014-06-021-1/+4
| | | | | Check to see if the macro is defined. If not defined define it with the simulator enabled.
* Add support for building rtems-or1k tool-chain - fixedHesham ALMatary2014-06-021-1/+5
| | | | | | | | | | | Configuration files get the following releases: - binutils-2.24 - newlib-2.1.0 - gcc-4.8.2 - gdb-7.7 Patches to tool-chain are mix of OpenRISC original patches and other additions to build the previous releases for RTEMS.
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-17/+5
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* config: Build without zlib due to errors in psim.Chris Johns2014-03-261-0/+1
|
* config: Use ${build_top} to change dir to parent.Chris Johns2013-09-101-5/+12
| | | | | | | | | | On NetBSD with ksh changing into a symlink made PWD the link's target path so a 'cd ..' returned you to that parent and not the parent you started from. Record the build top and then change back to that path. Change the package names to the actual packages and remove the extra directory in the build tree. This makes the paths simpler.
* Support Canadian cross builds on FreeBSD (and other hosts).Chris Johns2013-05-151-9/+12
| | | | | | | | | Set up the rules to manage the separate host and build setting to allow a Canadian cross to complete. Update the scripts to move the build directory and host/build flags into the defaults so they are common for all build configurations.
* Change the CVS download path to include the module and tag/date.Chris Johns2013-04-251-2/+12
|
* Add _forced_static to the default.Chris Johns2013-04-151-1/+2
| | | | | | This is used in the configuration scripts to specify which libraries you want to be linked as static. For gdb this is libexpat which is built as part of most build sets.
* Make the expat library static to make relocatable.Chris Johns2013-04-101-0/+1
|
* Add Canadian Cross support.Chris Johns2013-04-011-11/+22
| | | | | | | | | | | | | | | | | | | | Add support to build MinGW tools using Cygwin. This is a Canadian cross build. Do not expand the directives when parsing a configuration file. Hold in the package object the text as read from the configuration file. Still parse the logic but leave the macros. This allows a configuration to be varied when the build happens. The Canadian cross uses this to build a build compiler used to build a Cxc runtime. Add Cxc support to the build module. In the defaults add rm and rmfile macros, add Cxc paths and pre-build script code. In the setbuilder check for a Cxc build and if so and the package allow Cxc build the build host version then the host target version. Add cygiwn support to the defaults processing and to the Windows module.
* Add support for build set patch options.Chris Johns2013-03-111-13/+13
| | | | | | Remove the hard coded dependency on all patches bring -p1 and allow a patch to optionally provide a patch option. The ARM EABI patch is a -p0 patch.
* Cleanup the %setup flagsChris Johns2013-02-281-1/+1
|
* Add Moxie support.Chris Johns2013-02-141-0/+9
| | | | | Binutils and the compiler build how-ever gdb needs a tool called 'dtc' to build the simulator. This is not present on my FreeBSD test box.
* Fixes to the NIOS2 build on FreeBSD.Chris Johns2013-02-121-1/+1
|
* NIOS2 Tools based on Altera's 4.11 tool set.Chris Johns2013-02-121-2/+4
| | | | | | Add support for building the NIOS2 tool set. The source is based on the Altera 4.11 src package. This package has been split up and placed on the rtems.org server.
* Add rtems-4.11 support for 4.7.2.Chris Johns2012-11-301-1/+1
|
* Remove the _bindir from the path as it breaks on MacOS with python enabled.Chris Johns2012-11-141-1/+1
|
* Move into the source-builder tree.Chris Johns2012-11-061-0/+70