summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc: Move libcpu content to cpukitSebastian Huber2018-03-131-1/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-4/+0
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-071-0/+4
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* Remove sparc/sis BSP.Joel Sherrill2016-11-291-5/+0
| | | | closes #2810.
* sparc all BSPs: Use function and data sectionsJoel Sherrill2013-10-241-0/+3
| | | | This reduces the size of the RTEMS tests on average about 45%.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112-5/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert "Disable optimization."Sebastian Huber2012-01-261-1/+1
| | | | This reverts commit 8ae88d7f9644ad39d88aaa86c7558ec45450e8c9.
* Disable optimization.Sebastian Huber2012-01-231-1/+1
|
* 2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-091-1/+1
| | | | * make/custom/erc32.cfg: Remove -ftest-coverage.
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-281-1/+1
| | | | | * bsp_specs, make/custom/erc32.cfg: Fix typo where license said found in found in.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-3/+0
| | | | * make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+28
* make/custom/erc32.cfg: New (relocated from /make/custom). * make/custom/sis.cfg: New (relocated from /make/custom).