summaryrefslogtreecommitdiffstats
path: root/c/src/make/leaf.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-44/+0
| | | | | Close #3250. Close #4081.
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-091-5/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+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.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-081-38/+0
| | | | | | PR 1589/build * leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove obsolete optional manager capability.
* 2009-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-151-3/+3
| | | | * leaf.cfg: Remove hard-coded .exe.
* 2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-181-10/+0
| | | | | * leaf.cfg, compilers/gcc-target-default.cfg, custom/default.cfg.in: Eliminate START_BASE and START_FILE.
* 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-151-2/+2
| | | | | | * leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in make-exe and make-cxx-exe definitions. This was resulting in the linker script being processed twice and breaking some BSPs.
* 2008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-091-2/+2
| | | | | | * leaf.cfg, compilers/gcc-target-default.cfg: Remove use of AM_LDFLAGS. Ensure LDFLAGS works all the time. Clean up BSPs which defined their own make-exe rules inappropriately.
* 2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-201-2/+4
| | | | * leaf.cfg: Do not override bsp-post-link.
* 2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-111-0/+36
| | | | | * leaf.cfg: Switch to explicit .exe instead of EXEEXT to get it to work. Primarily move the executable transformation rules to leaf.cfg.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-091-6/+3
| | | | * leaf.cfg: Add optional manager stub for Barrier.
* 2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-131-5/+0
| | | | * leaf.cfg: Remove Depends inclusion.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-121-5/+30
| | | | | | * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE, LINKCMDS handling. * default.cfg.in: Remove everything but START_BASE.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-13/+0
|
* New file from Ralf Corsepius <corsepiu@faw.uni-ulm.de> as part ofJoel Sherrill2000-04-031-0/+56
rtems-rc-4.5.0-7.diff. This file is being added to the main branch in hopes that it will be easier to deal with the full merge later.