source: rtems/make/ChangeLog @ 8d2eb8c

4.104.114.84.95
Last change on this file since 8d2eb8c was 8d2eb8c, checked in by Joel Sherrill <joel.sherrill@…>, on 04/11/01 at 13:49:47

2001-04-11 Joel Sherrill <joel@…>

  • custom/default.cfg: Switch to using exec_prefix to reflect new organization of install point from Ralf Corsepius.
  • Property mode set to 100644
File size: 6.9 KB
Line 
1
22001-04-11      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/default.cfg: Switch to using exec_prefix to reflect new
5        organization of install point from Ralf Corsepius.
6
72001-03-30      Eric Valette <valette@crf.canon.fr>
8
9        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
10        use the "new exception processing model."
11
122001-03-14      Joel Sherrill <joel@OARcorp.com>
13
14        * custom/genmongossev.cfg: New file.
15
162001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * custom/pc386dx.cfg: New bsp.
19
202001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
23        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
24        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
25
262001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
29        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
30        * host.cfg.in: Remove RM, make-script.
31        * ChangeLog: Remove bogus 2001-01-22 entry.
32
332001-01-09      Joel Sherrill <joel@OARcorp.com>
34
35        * custom/pc386.cfg (make-exe): Removed commented out lines that
36        were displayed in build longs.
37
382001-01-08      Joel Sherrill <joel@OARcorp.com>
39
40        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
41        unneeded definitions when compiled for "mips" rather than "mips64orion."
42        Correct CPU_CFLAGS.
43
442001-01-05      Joel Sherrill <joel@OARcorp.com>
45
46        * custom/gensh1.cfg: Removed rest of make-target-options and
47        moved them to BSP configure options.
48
492001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
50
51        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
52        install point or assuming BSP build tree is available.
53
542001-01-03      Joel Sherrill <joel@OARcorp.com>
55
56        * custom/psim.cfg: Removed unused variables.
57
582001-01-03      Joel Sherrill <joel@OARcorp.com>
59
60        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
61        * custom/simcpu32.cfg: Removed MVME162 reference.
62
632000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
64
65        * custom/mcp750.cfg: Fix problems in generation of .exe file.
66        Still need to fix to avoid touching install point on non-install stanza.
67
682000-12-06      Joel Sherrill <joel@OARcorp.com>
69
70        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
71        and copies that should not be in it.
72
732000-12-01      Joel Sherrill <joel@OARcorp.com>
74
75        * custom/jmr3904.cfg: Turn optimization back up to -O2.
76
772000-11-30      Joel Sherrill <joel@OARcorp.com>
78
79        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
80        a mips1.  gcc translates -m3900 into that.
81
822000-11-27      Joel Sherrill <joel@OARcorp.com>
83
84        * custom/jmr3904.cfg: Fix incorrect reference to i960.
85
862000-11-27      Joel Sherrill <joel@OARcorp.com>
87
88        * custom/shsim.cfg: New file.
89        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
90        The shsim is for the SH simulator in gdb. It should be able
91        to be used with multiple SH CPU models.  This will require
92        adding BSP variants.
93
942000-11-25      Joel Sherrill <joel@OARcorp.com>
95
96        * custom/pc386.cfg: make-exe rule would write into
97        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
98        is generally not writeable after the BSP is installed and you do not
99        want every application installed there by default.  Reported by
100        Eric Norum <eric.norum@usask.ca>.
101
1022000-11-25      Joel Sherrill <joel@OARcorp.com>
103
104        * custom/Makefile.am: Updated to add jmr3904.cfg
105        * custom/jmr3904.cfg: New file.
106
1072000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * custom/leon2.cfg: Removed defines that are now generated
110        in a non-BSP specific manner.
111
1122000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
113
114        * custom/Makefile.am: Modified to reflect addition of files.
115        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
116        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
117
1182000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
121
1222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
125
1262000-10-24      Joel Sherrill <joel@OARcorp.com>
127
128        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
129        definition since this information can be picked up from
130        autoconf generated files.  These BSPs are shared by the
131        mips and mips64orion "ports."
132
1332000-10-18      Joel Sherrill <joel@OARcorp.com>
134
135        * compilers/gcc-portsw.cfg: Use gcc style flags.
136
1372000-09-13      Joel Sherrill <joel@OARcorp.com>
138
139        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
140        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
141
1422000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
143
144        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
145        Eric Valette <valette@crf.canon.fr>.
146        * custom/vegaplus.cfg: New file.
147
1482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
151        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
152        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
153        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
154        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
155        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
156        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
157
1582000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * custom/gensh2.cfg: Fix comments.
161
1622000-09-12      Joel Sherrill <joel@OARcorp.com>
163
164        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
165        compiler arguments that specify CPU model options.
166
1672000-09-12      Joel Sherrill <joel@OARcorp.com>
168
169        * custom/mbx860_005b.cfg (make-target-options): Add lines to
170        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
171        may be incorrect but the BSP now compiles.
172
1732000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * custom/arm_bare_bsp.cfg: Fix comments.
176
1772000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
180        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
181        * ChangeLog: File paths corrected
182
1832000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
186
1872000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * custom/pck6.cfg: New file
190        * custom/pc486.cfg: Use -m486
191        * custom/pc586.cfg: Use -mpentium
192        * custom/pc686.cfg: Use -mmpentiumpro
193        * custom/i386ex.cfg: Use -msoft-float
194
1952000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
196
197        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
198
1992000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * ChangeLog: File paths corrected.
202
2032000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
204
205        * custom/mvme167.cfg: Add specification of printk port, console port
206        and serial I/O mode.  Arrange for the stripped executable to
207        be copied up the build tree.
208       
2092000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
210
211        * custom/mbx8xx.cfg: Support for shared printk and no termios.
212
2132000-08-10      John Cotton  <john.cotton@nrc.ca>
214
215        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
216
2172000-08-10      Joel Sherrill <joel@OARcorp.com>
218
219        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.