summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-172-3/+7
| | | | * develenv/Makefile.am: Put *.texi into the builddir.
* 2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-152-16/+20
| | | | | * bootloader/Makefile.am: Fix up paths having been broken in previous patch.
* 2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-152-0/+11
| | | | * bsp.am: Add CPPASCOMPILE.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-76/+4
| | | | * started/tversions.texi: Remove (Bogus).
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-1/+4
| | | | * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+10
| | | | * configure.ac: RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools]).
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+5
| | | | * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-22/+19
| | | | | * bootloader/Makefile.am: Remove references to $(top_srcdir). Remove NM, LD. Cosmetics.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-1/+4
| | | | * configure.ac: Remove subdir tools.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-146-33/+20
| | | | | * configure.ac: Rework. Make package a host compiled package. * Makefile.am: Ditto.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-3/+6
| | | | * wrapup/Makefile.am: Reflect new location of librdbg.a.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-146-319/+234
| | | | | | | | | * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am: Remove. * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am. * configure.ac: Reflect changes above.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-138/+4
| | | | * aclocal/target.m4: Remove (Unused).
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+5
| | | | * configure.ac: Explicitly check for NM.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+5
| | | | * configure.ac: Explicitly check for OBJCOPY.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-6/+5
| | | | | * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE, STRIP.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+5
| | | | * bsp.am: DISTCLEANFILES = include/bspopts.h.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-144-6/+14
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-145-2/+14
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1492-55/+250
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1311-144/+56
| | | | | | | | | | | * librdbg/include/Makefile.am: Merge-in librdbg/include/rdbg/i386/Makefile.am, librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/powerpc/Makefile.am. * librdbg/include/rdbg/i386/Makefile.am, librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/powerpc/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-132-4/+9
| | | | | * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg. dist_rtems_make_custom_DATA = custom/default.cfg.
* Cleanup.Ralf Corsepius2004-02-132-4/+0
|
* 2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-133-21/+35
| | | | | | | | | * Makefile.am: Remove AUTOMAKE_FILES. Cleanup duplicate ACLOCAL_FILES. EXTRA_DIST += config-ml.in. DIST_SUBDIRS += make. Add dist-hook. * configure.ac: Add dist-bzip2 no-dist-gzip to AUTOMAKE_OPTIONS.
* Remove.Ralf Corsepius2004-02-131-79/+0
|
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-4/+8
| | | | * configure.ac: Use AS_HELP_STRING(ada).
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-125-11/+32
| | | | | | | | * aclocal/bspopts.m4: Use AS_HELP_STRING. * aclocal/bsp-configure.m4: Require autoconf-2.59. Use AC_CONFIG_HEADERS. * aclocal/check-custom-bsp.m4: Add bspkit-support. * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1226-26/+78
| | | | * acinclude.m4: Regenerate.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-2/+6
| | | | * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-121-0/+5
| | | | | * VERSION: 4.6.99.0. * aclocal/version.m4: 4.6.99.0.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1226-13/+65
| | | | * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-0/+5
| | | | * Makefile.am: include local.am.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-124-22/+4
| | | | * configure.ac, setup, setup.def: Remove now unused vars.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1219-639/+13
| | | | | | | | | | | * mkgccnewlibspec.in, gccnewlib/.cvsignore, gccnewlib/HISTORY, gccnewlib/Makefile.am, gccnewlib/README, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/header.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Remove (Obsolete). * configure.ac, Makefile.am: Reflect changes above.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-126-3/+15
| | | | * aclocal/version.m4: 4.6.99.0.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-2/+2
| | | | | * VERSION: 4.6.99.0. * aclocal/version.m4: 4.6.99.0.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-5/+14
| | | | | * gcc3newlib/gcc3newlib.add: Remove info/dir. Cosmetics.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-123-30/+8
| | | | | * Makefile.am: Don't include host.am. * automake/compile.am: Further cleanups.
* .cvsignore: Remove (Unused).Ralf Corsepius2004-02-1227-54/+0
|
* Fixup .cvsignoreRalf Corsepius2004-02-121-2/+0
|
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-16/+4
| | | | * automake/lib.am: Remove (Unused).
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-1/+5
| | | | * Makefile.am: Cosmetics.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-3/+9
| | | | | | * setup.def: Adapt to what Joel already ships - gcc3_version=3.3.2, gcc3_patch_version=20031216, gcc3newlib_rpm_release=3
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-123-92/+25
| | | | | * wrapup/Makefile.am: Don't include lib.am. * automake/compile.am: Use automake compilation rules.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1284-44/+212
| | | | * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-0/+5
| | | | * Makefile.am: Add start*.bin to CLEANFILES.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-1/+4
| | | | * Makefile.am: Remove startup/linkcmds.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-1/+4
| | | | * Makefile.am: Don't include lib.am.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1011-90/+46
| | | | | | | | | | | | | | | | * configure.ac: Remove rtemsdoc/mkspec. Add RTEMS_RPM_RELEASE. * rtemsdoc/.cvsignore: Reformat. * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to rtems-source.add, Use rtems_source_spec_DEPS instead of rtems_source_spec_DEPENDENCIES (Conflicts with automake internals). * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE. * rtemsdoc/mkspec.in: Remove. * rtemsdoc/Makefile.am: Reworked. * rtemsdoc/header.add: Update Copyright notice. * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE. Add %{rpmgroup}. Remove bzip-ing *.ps. * rtemsdoc/supplement.add.in: Add %{rpmgroup}. * rtemsdoc/templ.add.in: Add %{rpmgroup}.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-102-200/+5
| | | | | PR 575/bsps * startup/linkcmds: Remove.