source: rtems/make/ChangeLog @ 86ec6ed

4.104.114.84.95
Last change on this file since 86ec6ed was 511374e4, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/00 at 20:06:11

2000-11-25 Joel Sherrill <joel@…>

  • 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@…>.
  • Property mode set to 100644
File size: 4.0 KB
Line 
1
22000-11-25      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/pc386.cfg: make-exe rule would write into
5        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
6        is generally not writeable after the BSP is installed and you do not
7        want every application installed there by default.  Reported by
8        Eric Norum <eric.norum@usask.ca>.
9
102000-11-25      Joel Sherrill <joel@OARcorp.com>
11
12        * custom/Makefile.am: Updated to add jmr3904.cfg
13        * custom/jmr3904.cfg: New file.
14
152000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * custom/leon2.cfg: Removed defines that are now generated
18        in a non-BSP specific manner.
19
202000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
21
22        * custom/Makefile.am: Modified to reflect addition of files.
23        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
24        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
25
262000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
29
302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
33
342000-10-24      Joel Sherrill <joel@OARcorp.com>
35
36        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
37        definition since this information can be picked up from
38        autoconf generated files.  These BSPs are shared by the
39        mips and mips64orion "ports."
40
412000-10-18      Joel Sherrill <joel@OARcorp.com>
42
43        * compilers/gcc-portsw.cfg: Use gcc style flags.
44
452000-09-13      Joel Sherrill <joel@OARcorp.com>
46
47        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
48        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
49
502000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
51
52        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
53        Eric Valette <valette@crf.canon.fr>.
54        * custom/vegaplus.cfg: New file.
55
562000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
59        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
60        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
61        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
62        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
63        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
64        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
65
662000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * custom/gensh2.cfg: Fix comments.
69
702000-09-12      Joel Sherrill <joel@OARcorp.com>
71
72        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
73        compiler arguments that specify CPU model options.
74
752000-09-12      Joel Sherrill <joel@OARcorp.com>
76
77        * custom/mbx860_005b.cfg (make-target-options): Add lines to
78        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
79        may be incorrect but the BSP now compiles.
80
812000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * custom/arm_bare_bsp.cfg: Fix comments.
84
852000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
88        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
89        * ChangeLog: File paths corrected
90
912000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
94
952000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * custom/pck6.cfg: New file
98        * custom/pc486.cfg: Use -m486
99        * custom/pc586.cfg: Use -mpentium
100        * custom/pc686.cfg: Use -mmpentiumpro
101        * custom/i386ex.cfg: Use -msoft-float
102
1032000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
104
105        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
106
1072000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * ChangeLog: File paths corrected.
110
1112000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
112
113        * custom/mvme167.cfg: Add specification of printk port, console port
114        and serial I/O mode.  Arrange for the stripped executable to
115        be copied up the build tree.
116       
1172000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
118
119        * custom/mbx8xx.cfg: Support for shared printk and no termios.
120
1212000-08-10      John Cotton  <john.cotton@nrc.ca>
122
123        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
124
1252000-08-10      Joel Sherrill <joel@OARcorp.com>
126
127        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.