forked from Imagelibrary/rtems
248 lines
7.8 KiB
Plaintext
248 lines
7.8 KiB
Plaintext
|
|
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
|
|
* custom/gensh2.cfg: Dito.
|
|
|
|
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
|
|
* compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
|
|
* compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
|
|
* compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
|
|
remove unused flags, remove -ansi from CPP.
|
|
* custom/eth_comm.cfg: Remove CPU_DEFINES.
|
|
* custom/sim68000.cfg: Remove CPU_DEFINES.
|
|
|
|
2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
|
|
* compilers/gcc-target-default.cfg: Dito.
|
|
* compilers/gcc-portsw.cfg: Remove -Hansi.
|
|
* custom/posix.cfg: Remove inclusion of target.cfg.
|
|
* custom/simhppa.cfg: Remove -ansi -fasm.
|
|
|
|
2001-04-11 Eric Valette <valette@crf.canon.fr>
|
|
|
|
* custom/eth_comm.cfg: Switch the eth_comm BSP to use the
|
|
"new exception processing model."
|
|
|
|
2001-04-11 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/default.cfg: Switch to using exec_prefix to reflect new
|
|
organization of install point from Ralf Corsepius.
|
|
|
|
2001-03-30 Eric Valette <valette@crf.canon.fr>
|
|
|
|
* custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the
|
|
use the "new exception processing model."
|
|
|
|
2001-03-14 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/genmongossev.cfg: New file.
|
|
|
|
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/pc386dx.cfg: New bsp.
|
|
|
|
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
|
|
custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
|
|
custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
|
|
|
|
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
|
|
* main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
|
|
* host.cfg.in: Remove RM, make-script.
|
|
* ChangeLog: Remove bogus 2001-01-22 entry.
|
|
|
|
2001-01-09 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/pc386.cfg (make-exe): Removed commented out lines that
|
|
were displayed in build longs.
|
|
|
|
2001-01-08 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
|
|
unneeded definitions when compiled for "mips" rather than "mips64orion."
|
|
Correct CPU_CFLAGS.
|
|
|
|
2001-01-05 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/gensh1.cfg: Removed rest of make-target-options and
|
|
moved them to BSP configure options.
|
|
|
|
2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
|
|
|
|
* custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
|
|
install point or assuming BSP build tree is available.
|
|
|
|
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/psim.cfg: Removed unused variables.
|
|
|
|
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
|
|
* custom/simcpu32.cfg: Removed MVME162 reference.
|
|
|
|
2000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>
|
|
|
|
* custom/mcp750.cfg: Fix problems in generation of .exe file.
|
|
Still need to fix to avoid touching install point on non-install stanza.
|
|
|
|
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
|
|
and copies that should not be in it.
|
|
|
|
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/jmr3904.cfg: Turn optimization back up to -O2.
|
|
|
|
2000-11-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
|
|
a mips1. gcc translates -m3900 into that.
|
|
|
|
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/jmr3904.cfg: Fix incorrect reference to i960.
|
|
|
|
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/shsim.cfg: New file.
|
|
* custom/Makefile.am: Modified to reflect addition of shsim.cfg.
|
|
The shsim is for the SH simulator in gdb. It should be able
|
|
to be used with multiple SH CPU models. This will require
|
|
adding BSP variants.
|
|
|
|
2000-11-25 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/pc386.cfg: make-exe rule would write into
|
|
$(PROJECT_RELEASE) area. This is not cool because it $(PROJECT_RELEASE)
|
|
is generally not writeable after the BSP is installed and you do not
|
|
want every application installed there by default. Reported by
|
|
Eric Norum <eric.norum@usask.ca>.
|
|
|
|
2000-11-25 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/Makefile.am: Updated to add jmr3904.cfg
|
|
* custom/jmr3904.cfg: New file.
|
|
|
|
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/leon2.cfg: Removed defines that are now generated
|
|
in a non-BSP specific manner.
|
|
|
|
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
|
|
|
* custom/Makefile.am: Modified to reflect addition of files.
|
|
* custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
|
|
* custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
|
|
|
|
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
|
|
|
|
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
|
|
|
|
2000-10-24 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
|
|
definition since this information can be picked up from
|
|
autoconf generated files. These BSPs are shared by the
|
|
mips and mips64orion "ports."
|
|
|
|
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* compilers/gcc-portsw.cfg: Use gcc style flags.
|
|
|
|
2000-09-13 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
|
|
custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
|
|
|
|
2000-09-13 Emmanuel Raguet <raguet@crf.canon.fr>
|
|
|
|
* vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
|
|
Eric Valette <valette@crf.canon.fr>.
|
|
* custom/vegaplus.cfg: New file.
|
|
|
|
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
|
|
* custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
|
|
* custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
|
|
* custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
|
|
* custom/idp.cfg: Comment out LIBC_LIB[C|M].
|
|
* custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
|
|
* custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
|
|
|
|
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/gensh2.cfg: Fix comments.
|
|
|
|
2000-09-12 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
|
|
compiler arguments that specify CPU model options.
|
|
|
|
2000-09-12 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* custom/mbx860_005b.cfg (make-target-options): Add lines to
|
|
define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings
|
|
may be incorrect but the BSP now compiles.
|
|
|
|
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/arm_bare_bsp.cfg: Fix comments.
|
|
|
|
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
|
|
* custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
|
|
* ChangeLog: File paths corrected
|
|
|
|
2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
|
|
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
|
|
|
|
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* custom/pck6.cfg: New file
|
|
* custom/pc486.cfg: Use -m486
|
|
* custom/pc586.cfg: Use -mpentium
|
|
* custom/pc686.cfg: Use -mmpentiumpro
|
|
* custom/i386ex.cfg: Use -msoft-float
|
|
|
|
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
|
|
|
* custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
|
|
|
|
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
|
|
* ChangeLog: File paths corrected.
|
|
|
|
2000-08-04 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
|
|
|
* custom/mvme167.cfg: Add specification of printk port, console port
|
|
and serial I/O mode. Arrange for the stripped executable to
|
|
be copied up the build tree.
|
|
|
|
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
|
|
|
* custom/mbx8xx.cfg: Support for shared printk and no termios.
|
|
|
|
2000-08-10 John Cotton <john.cotton@nrc.ca>
|
|
|
|
* custom/mbx8xx.cfg: Support added for dejagnu test harness.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|