summaryrefslogtreecommitdiffstats
path: root/c/make/target.cfg.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-291-61/+0
| | | | | | | * configure.ac: Remove. * target.cfg.in: Remove. * Makefile.am: Remove. * ChangeLog: Remove.
* 2002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-131-2/+0
| | | | | | * Part of addressing PR281. * target.cfg.in: Removed remaining support for RTEMS_USE_GCC272 and RTEMS_LIBC_DIR.
* 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-121-3/+0
| | | | | * Makefile.am: Switch from prefix to exec_prefix. * target.cfg.in: Remove prefix and commented out lines.
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-3/+0
| | | | | * configure.in: Remove rtems_cv_prog_cc_cross reference. * target.cfg.in: Delete commented out lines regarding obsolete lines.
* 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-311-13/+13
| | | | | * target.cfg.in: Comment out RTEMS_HOST, RTEMS_CROSS_TARGET. * Makefile.am: Switch to GNU canonicalization.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-121-1/+1
| | | | * target.cfg.in: Comment out DEFS.
* Patch rtems-rc-19991105-1.diff.gz from Ralf CorsepiusJoel Sherrill1999-11-161-0/+69
<corsepiu@faw.uni-ulm.de> which does the following: This is the configuration cleanup patch: Main changes: * TARGET_ARCH removed * target.cfg.in moved to c/make/target.cfg.in (Only configured once for all BSPs of a target) * BARE_XXX variables appended to bsp.cfg.in * autogen renamed to bootstrap * removed stray variables from make/custom/*.cfg To apply: cd <source-tree> rm c/src/make/target.cfg.in cp autogen bootstrap mkdir c/make cp make/target.cfg.in c/make/target.cfg.in rm make/target.cfg.in rm autogen patch -p1 < rtems-rc-19991105-1.diff