summaryrefslogtreecommitdiffstats
path: root/make/custom/dmv177.cfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-07-13Removed NDEBUG as a per BSP option.Joel Sherrill1-5/+0
2000-07-12Patch rtems-rc-20000712-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-4/+0
that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_DEBUG a global per-cpu configuration option * Remove RTEMS_DEBUG from targopts.h * Add a global --enable-rtems-debug option disabled by default. * Add RTEMS_DEBUG to cpuopts.h * Remove all references to RTEMS_DEBUG from custom/*.cfg Notes: * RTEMS_DEBUG is set in c/src/exec/configure.in only (RTEMS_CHECK_RTEMS_DEBUG) and should be defined in cpuopts.h only. BSPs should not redefine it, but use the value being provided by cpuopts.h. => With multilibs, users have to choose: Either enable RTEMS_DEBUG for all BSPs and CPU_MODELs of a cpu or not. * Only few BSPs had RTEMS_DEBUG enabled, therefore I set the default to disabled. * This patch influences the per-BSP building scheme. Existing BSPs which set RTEMS_DEBUG in their make-target-options rule might have problems at runtime.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-12/+1
1999-11-22Removed need for START_BASE.Joel Sherrill1-3/+0
1999-07-27Patch from Jay Kulpinski <jskulpin@eng01.gdds.com> to correctJoel Sherrill1-1/+1
definitions of CONSOLE_USE_POLLED to be !CONSOLE_USE_INTERRUPTS instead of ~CONSOLE_USE_INTERRUPTS.
1999-03-08Added $(CPPFLAGS) to all gcc 2.8 style make-exe rules.Joel Sherrill1-1/+2
1999-02-18Part of automake VI Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-1/+1
> Adds variables to the custom/*cfg files to specify the location of > tools. The purpose is to remove hard-coded paths from the Makefiles. > > In later steps this eases moving the tools to other locations.
1999-02-05Added instruction and data cache enable.Joel Sherrill1-2/+13
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-3/+0
it work.
1998-09-11Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1-1/+1
of the SONIC driver to the new FreeBSD stack instead of KA9Q.
1998-07-30Added HAS_RTC and enabled KA9Q.Joel Sherrill1-4/+2
1998-07-25Switching console interrupts on and off as we test.Joel Sherrill1-1/+1
1998-07-15Switched CONSOLE_USE_INTERRUPTS to "1" so console would use interrupts.Joel Sherrill1-2/+2
Switched PPC_USE_SPRG to "0" so RTEMS use of sprg would not conflict with any possible sprg usage by the DY-4 ROM monitor.
1998-07-09Now strip elf executables so they are much smaller and quicker toJoel Sherrill1-0/+1
read from and write to a floppy.
1998-06-13Added PPC_USE_DATA_CACHE.Joel Sherrill1-3/+8
1998-05-30Updated to current source and removed warnings.Joel Sherrill1-17/+18
1998-05-30New file -- from rtems-LM-980406 based on a 12/97 RTEMS snapshot.Joel Sherrill1-30/+29
1998-04-15Stack checker now enabled via initial set of user extensions. ThisJoel Sherrill1-4/+0
eliminates the need to build the entire application with the STACK_CHECKER_ON macro defined.
1998-04-14Stack checker onJoel Sherrill1-6/+1
1998-04-14new fileJoel Sherrill1-0/+122