source: rtems/make/ChangeLog @ 16ad7ea

4.104.114.84.95
Last change on this file since 16ad7ea was 96e34e0, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/01 at 13:51:09

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

  • custom/pc386.cfg (make-exe): Removed commented out lines that were displayed in build longs.
  • Property mode set to 100644
File size: 5.9 KB
Line 
1
22001-01-09      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/pc386.cfg (make-exe): Removed commented out lines that
5        were displayed in build longs.
6
72001-01-08      Joel Sherrill <joel@OARcorp.com>
8
9        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
10        unneeded definitions when compiled for "mips" rather than "mips64orion."
11        Correct CPU_CFLAGS.
12
132001-01-05      Joel Sherrill <joel@OARcorp.com>
14
15        * custom/gensh1.cfg: Removed rest of make-target-options and
16        moved them to BSP configure options.
17
182001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
19
20        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
21        install point or assuming BSP build tree is available.
22
232001-01-03      Joel Sherrill <joel@OARcorp.com>
24
25        * custom/psim.cfg: Removed unused variables.
26
272001-01-03      Joel Sherrill <joel@OARcorp.com>
28
29        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
30        * custom/simcpu32.cfg: Removed MVME162 reference.
31
322000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
33
34        * custom/mcp750.cfg: Fix problems in generation of .exe file.
35        Still need to fix to avoid touching install point on non-install stanza.
36
372000-12-06      Joel Sherrill <joel@OARcorp.com>
38
39        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
40        and copies that should not be in it.
41
422000-12-01      Joel Sherrill <joel@OARcorp.com>
43
44        * custom/jmr3904.cfg: Turn optimization back up to -O2.
45
462000-11-30      Joel Sherrill <joel@OARcorp.com>
47
48        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
49        a mips1.  gcc translates -m3900 into that.
50
512000-11-27      Joel Sherrill <joel@OARcorp.com>
52
53        * custom/jmr3904.cfg: Fix incorrect reference to i960.
54
552000-11-27      Joel Sherrill <joel@OARcorp.com>
56
57        * custom/shsim.cfg: New file.
58        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
59        The shsim is for the SH simulator in gdb. It should be able
60        to be used with multiple SH CPU models.  This will require
61        adding BSP variants.
62
632000-11-25      Joel Sherrill <joel@OARcorp.com>
64
65        * custom/pc386.cfg: make-exe rule would write into
66        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
67        is generally not writeable after the BSP is installed and you do not
68        want every application installed there by default.  Reported by
69        Eric Norum <eric.norum@usask.ca>.
70
712000-11-25      Joel Sherrill <joel@OARcorp.com>
72
73        * custom/Makefile.am: Updated to add jmr3904.cfg
74        * custom/jmr3904.cfg: New file.
75
762000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * custom/leon2.cfg: Removed defines that are now generated
79        in a non-BSP specific manner.
80
812000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
82
83        * custom/Makefile.am: Modified to reflect addition of files.
84        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
85        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
86
872000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
90
912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
94
952000-10-24      Joel Sherrill <joel@OARcorp.com>
96
97        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
98        definition since this information can be picked up from
99        autoconf generated files.  These BSPs are shared by the
100        mips and mips64orion "ports."
101
1022000-10-18      Joel Sherrill <joel@OARcorp.com>
103
104        * compilers/gcc-portsw.cfg: Use gcc style flags.
105
1062000-09-13      Joel Sherrill <joel@OARcorp.com>
107
108        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
109        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
110
1112000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
112
113        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
114        Eric Valette <valette@crf.canon.fr>.
115        * custom/vegaplus.cfg: New file.
116
1172000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
120        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
121        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
122        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
123        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
124        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
125        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
126
1272000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * custom/gensh2.cfg: Fix comments.
130
1312000-09-12      Joel Sherrill <joel@OARcorp.com>
132
133        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
134        compiler arguments that specify CPU model options.
135
1362000-09-12      Joel Sherrill <joel@OARcorp.com>
137
138        * custom/mbx860_005b.cfg (make-target-options): Add lines to
139        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
140        may be incorrect but the BSP now compiles.
141
1422000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * custom/arm_bare_bsp.cfg: Fix comments.
145
1462000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
149        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
150        * ChangeLog: File paths corrected
151
1522000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
155
1562000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * custom/pck6.cfg: New file
159        * custom/pc486.cfg: Use -m486
160        * custom/pc586.cfg: Use -mpentium
161        * custom/pc686.cfg: Use -mmpentiumpro
162        * custom/i386ex.cfg: Use -msoft-float
163
1642000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
165
166        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
167
1682000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * ChangeLog: File paths corrected.
171
1722000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
173
174        * custom/mvme167.cfg: Add specification of printk port, console port
175        and serial I/O mode.  Arrange for the stripped executable to
176        be copied up the build tree.
177       
1782000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
179
180        * custom/mbx8xx.cfg: Support for shared printk and no termios.
181
1822000-08-10      John Cotton  <john.cotton@nrc.ca>
183
184        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.