summaryrefslogtreecommitdiffstats
path: root/c/src/make (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2007-08-022007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+4
* configure.ac: Remove RDBG.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+6
* target.cfg.in: region, extension and semaphore are no longer required.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-6/+7
* leaf.cfg: Add optional manager stub for Barrier.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: New BUG-REPORT address.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2005-02-042005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+4
* aclocal/check-itron.m4: Allow unix.
2005-02-042005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* make/bsp.mak: Remove CFLAGS_DEBUG_V.
2005-01-052005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+15
* aclocal/rtems-flags.new: New (moved from ../aclocal).
2004-11-222004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-0/+20
* aclocal/enable-itron.m4: New (moved from ../aclocal).
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+19
* aclocal/enable-bare.m4: New (moved from aclocal).
2004-09-24Fix typo in previous change.Ralf Corsepius1-1/+1
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Require automake > 1.9.
2004-03-092004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+7
* configure.ac: SIZE, NM, OBJCOPY.
2004-03-09Remove refs to Makefile*.Ralf Corsepius1-2/+0
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+6
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-022003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+6
* target.cfg.in: Remove RTEMS_USE_MACROS. * Makefile.inc.in: Remove RTEMS_USE_MACROS. * aclocal/enable-inlines.m4: Removed. * configure.ac: Remove RTEMS_ENABLE_INLINES.
2003-11-242003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-20/+7
* target.cfg.in: Remove RTEMS_USE_MACROS. * Makefile.inc.in: Remove RTEMS_USE_MACROS. * aclocal/enable-inlines.m4: Removed. * configure.ac: Remove RTEMS_ENABLE_INLINES.
2003-10-222003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+4
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-3/+8
* configure.ac: Remove RTEMS_CHECK_CPU. * aclocal/check-itron.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2003-10-172003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* configure.ac: Remove RTEMS_PATH_PERL (Unused).
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-1/+61
* aclocal/check-itron.m4: New. * aclocal/enable-inlines.m4: New. * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* Makefile.am: Reflect having moved aclocal/.
2003-08-18Fix broken ChangeLog entries.Ralf Corsepius1-1/+1
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
Makefile.am: Reflect having moved automake.
2003-08-112003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-06-13Changed format so script will see PR number.Joel Sherrill1-0/+1
2003-06-062003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* bsp.mak: Remove support for profile-variant. * configure.ac: Ditto. * directory.cfg: Ditto. * compilers/gcc-target-default.cfg: Ditto. * make/README: Remove references to profile-variant.
2003-06-062003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-35/+24
* bsp.mak: Remove support for profile-variant. * configure.ac: Ditto. * directory.cfg: Ditto. * compilers/gcc-target-default.cfg: Ditto. * make/README: Remove references to profile-variant.
2003-04-18Merger from rtems-4-6-branch.Ralf Corsepius2-6/+12
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius2-1/+4
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: AC_PREREQ(2.57).
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-6/+10
* bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2002-11-292002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-2/+69
* target.cfg.in: New, copy of c/make/target.cfg.in. * configure.ac: Add target.cfg. * Makefile.am: Add target.cfg.
2002-11-202002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+4
* Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
2002-11-182002-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-7/+11
* compilers/gcc-target-default.cfg: Make build variants work for user applications.
2002-11-132002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-4/+4
* Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.