source: rtems/make/ChangeLog @ f692d7e0

4.104.114.84.95
Last change on this file since f692d7e0 was e8ad374a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/05/01 at 13:36:58

2001-01-05 Joel Sherrill <joel@…>

  • custom/gensh1.cfg: Removed rest of make-target-options and moved them to BSP configure options.
  • Property mode set to 100644
File size: 5.6 KB
Line 
1
22001-01-05      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/gensh1.cfg: Removed rest of make-target-options and
5        moved them to BSP configure options.
6
72001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
8
9        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
10        install point or assuming BSP build tree is available.
11
122001-01-03      Joel Sherrill <joel@OARcorp.com>
13
14        * custom/psim.cfg: Removed unused variables.
15
162001-01-03      Joel Sherrill <joel@OARcorp.com>
17
18        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
19        * custom/simcpu32.cfg: Removed MVME162 reference.
20
212000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
22
23        * custom/mcp750.cfg: Fix problems in generation of .exe file.
24        Still need to fix to avoid touching install point on non-install stanza.
25
262000-12-06      Joel Sherrill <joel@OARcorp.com>
27
28        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
29        and copies that should not be in it.
30
312000-12-01      Joel Sherrill <joel@OARcorp.com>
32
33        * custom/jmr3904.cfg: Turn optimization back up to -O2.
34
352000-11-30      Joel Sherrill <joel@OARcorp.com>
36
37        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
38        a mips1.  gcc translates -m3900 into that.
39
402000-11-27      Joel Sherrill <joel@OARcorp.com>
41
42        * custom/jmr3904.cfg: Fix incorrect reference to i960.
43
442000-11-27      Joel Sherrill <joel@OARcorp.com>
45
46        * custom/shsim.cfg: New file.
47        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
48        The shsim is for the SH simulator in gdb. It should be able
49        to be used with multiple SH CPU models.  This will require
50        adding BSP variants.
51
522000-11-25      Joel Sherrill <joel@OARcorp.com>
53
54        * custom/pc386.cfg: make-exe rule would write into
55        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
56        is generally not writeable after the BSP is installed and you do not
57        want every application installed there by default.  Reported by
58        Eric Norum <eric.norum@usask.ca>.
59
602000-11-25      Joel Sherrill <joel@OARcorp.com>
61
62        * custom/Makefile.am: Updated to add jmr3904.cfg
63        * custom/jmr3904.cfg: New file.
64
652000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * custom/leon2.cfg: Removed defines that are now generated
68        in a non-BSP specific manner.
69
702000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
71
72        * custom/Makefile.am: Modified to reflect addition of files.
73        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
74        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
75
762000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
79
802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
83
842000-10-24      Joel Sherrill <joel@OARcorp.com>
85
86        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
87        definition since this information can be picked up from
88        autoconf generated files.  These BSPs are shared by the
89        mips and mips64orion "ports."
90
912000-10-18      Joel Sherrill <joel@OARcorp.com>
92
93        * compilers/gcc-portsw.cfg: Use gcc style flags.
94
952000-09-13      Joel Sherrill <joel@OARcorp.com>
96
97        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
98        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
99
1002000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
101
102        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
103        Eric Valette <valette@crf.canon.fr>.
104        * custom/vegaplus.cfg: New file.
105
1062000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
109        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
110        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
111        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
112        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
113        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
114        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
115
1162000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * custom/gensh2.cfg: Fix comments.
119
1202000-09-12      Joel Sherrill <joel@OARcorp.com>
121
122        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
123        compiler arguments that specify CPU model options.
124
1252000-09-12      Joel Sherrill <joel@OARcorp.com>
126
127        * custom/mbx860_005b.cfg (make-target-options): Add lines to
128        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
129        may be incorrect but the BSP now compiles.
130
1312000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * custom/arm_bare_bsp.cfg: Fix comments.
134
1352000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
138        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
139        * ChangeLog: File paths corrected
140
1412000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
144
1452000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * custom/pck6.cfg: New file
148        * custom/pc486.cfg: Use -m486
149        * custom/pc586.cfg: Use -mpentium
150        * custom/pc686.cfg: Use -mmpentiumpro
151        * custom/i386ex.cfg: Use -msoft-float
152
1532000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
154
155        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
156
1572000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * ChangeLog: File paths corrected.
160
1612000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
162
163        * custom/mvme167.cfg: Add specification of printk port, console port
164        and serial I/O mode.  Arrange for the stripped executable to
165        be copied up the build tree.
166       
1672000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
168
169        * custom/mbx8xx.cfg: Support for shared printk and no termios.
170
1712000-08-10      John Cotton  <john.cotton@nrc.ca>
172
173        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
174
1752000-08-10      Joel Sherrill <joel@OARcorp.com>
176
177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.