summaryrefslogtreecommitdiffstats
path: root/c/src/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom1-0/+1
2014-12-05Update bug report URLSebastian Huber1-1/+1
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers1-5/+2
2013-06-29make: Use C flags for C++ as defaultSebastian Huber1-2/+2
In case a BSP selects special CFLAGS_OPTIMIZE_V flags then they will be also used for CXXFLAGS_OPTIMIZE_V automatically for example.
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-399/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-02-13make: Add default flagsSebastian Huber1-7/+4
2013-02-13make: Add CPPFLAGSSebastian Huber1-0/+2
2013-02-13make: Remove -Wno-unused flag for debug variantSebastian Huber1-1/+1
2013-02-13make: Remove -g flagsSebastian Huber1-3/+3
The -g flag is set by the BSP.
2013-02-13make: Remove -qrtems_debug flag usageSebastian Huber1-3/+3
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill1-2/+0
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill11-32/+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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill3-0/+9
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius3-9/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill2-19/+0
2012-01-26Revert "Support custom Makefiles."Sebastian Huber3-61/+1
This reverts commit 621e1c9b74272ff94efec749c6c4a673a7c315e8.
2012-01-23Support custom Makefiles.Sebastian Huber3-1/+61
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-55/+7
PR 1589/build * leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove obsolete optional manager capability.
2011-06-162011-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+4
* Makefile.am: Don't generate host.cfg.in.
2011-04-012011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-0/+12
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to account for movement of .cfg files.
2011-03-292011-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-41/+45
* Makefile.am: Use '|' as sed-delimiter.
2011-03-092011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-2/+7
PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
2011-03-082011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-5/+9
* Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and existing Makefiles.
2011-03-072011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-4/+67
* Makefile.am, configure.ac: Move file generation into Makefile.
2011-03-072011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
2011-03-072011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
2011-03-072011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
PR 1753/misc: * host.cfg.in: Remove RTEMS_HOST.
2011-03-052011-03-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+5
PR 1754/misc: * host.cfg.in: Remove GCCSED.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+10
PR 1532/testing * host.cfg.in: Add initial tests for untar capabilities. This required BIN2C.
2010-06-172010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-55/+9
* Makefile.inc.in, bsp.cfg.in, configure.ac, target.cfg.in: Remove itron. * aclocal/check-itron.m4, aclocal/enable-itron.m4: Remove.
2009-11-28Whitespace removal.Ralf Corsepius1-3/+3
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+7
* bsp.mak: Remove RTEMS_BSP_FAMILY.
2009-10-16Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.Ralf Corsepius1-2/+0
2009-10-162009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
2009-10-162009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* aclocal/enable-bare.m4: Remove (Abandoned). * bsp.cfg.in: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS. * configure.ac: Remove RTEMS_ENABLE_BARE.
2009-10-16Remove RTEMS_ENABLE_BARE.Ralf Corsepius1-1/+0
2009-10-16Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.Ralf Corsepius1-4/+0
2009-10-16Remove (Abandoned).Ralf Corsepius1-19/+0
2009-07-232009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* aclocal/enable-itron.m4: Default to not building itron.
2009-04-152009-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+7
* leaf.cfg: Remove hard-coded .exe.
2008-09-182008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-24/+5
* leaf.cfg, compilers/gcc-target-default.cfg, custom/default.cfg.in: Eliminate START_BASE and START_FILE.
2008-09-152008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* 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-092008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-19/+9
* 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-202008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* leaf.cfg: Do not override bsp-post-link.
2008-03-112008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+41
* leaf.cfg: Switch to explicit .exe instead of EXEEXT to get it to work. Primarily move the executable transformation rules to leaf.cfg.
2007-09-182007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+7
* Makefile.inc.in: Add CXX and CXX_FOR_TARGET.
2007-08-042007-08-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+7
* bsp.cfg.in: Hard-code HAS_RDBG = no. * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no.