source: rtems/make/ChangeLog @ e5bc1968

4.104.114.84.95
Last change on this file since e5bc1968 was e5bc1968, checked in by Joel Sherrill <joel.sherrill@…>, on 02/12/01 at 14:52:50

2001-02-07 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 6.4 KB
Line 
1
22001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
5        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
6        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
7
82001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
11        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
12        * host.cfg.in: Remove RM, make-script.
13        * ChangeLog: Remove bogus 2001-01-22 entry.
14
152001-01-09      Joel Sherrill <joel@OARcorp.com>
16
17        * custom/pc386.cfg (make-exe): Removed commented out lines that
18        were displayed in build longs.
19
202001-01-08      Joel Sherrill <joel@OARcorp.com>
21
22        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
23        unneeded definitions when compiled for "mips" rather than "mips64orion."
24        Correct CPU_CFLAGS.
25
262001-01-05      Joel Sherrill <joel@OARcorp.com>
27
28        * custom/gensh1.cfg: Removed rest of make-target-options and
29        moved them to BSP configure options.
30
312001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
32
33        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
34        install point or assuming BSP build tree is available.
35
362001-01-03      Joel Sherrill <joel@OARcorp.com>
37
38        * custom/psim.cfg: Removed unused variables.
39
402001-01-03      Joel Sherrill <joel@OARcorp.com>
41
42        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
43        * custom/simcpu32.cfg: Removed MVME162 reference.
44
452000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
46
47        * custom/mcp750.cfg: Fix problems in generation of .exe file.
48        Still need to fix to avoid touching install point on non-install stanza.
49
502000-12-06      Joel Sherrill <joel@OARcorp.com>
51
52        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
53        and copies that should not be in it.
54
552000-12-01      Joel Sherrill <joel@OARcorp.com>
56
57        * custom/jmr3904.cfg: Turn optimization back up to -O2.
58
592000-11-30      Joel Sherrill <joel@OARcorp.com>
60
61        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
62        a mips1.  gcc translates -m3900 into that.
63
642000-11-27      Joel Sherrill <joel@OARcorp.com>
65
66        * custom/jmr3904.cfg: Fix incorrect reference to i960.
67
682000-11-27      Joel Sherrill <joel@OARcorp.com>
69
70        * custom/shsim.cfg: New file.
71        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
72        The shsim is for the SH simulator in gdb. It should be able
73        to be used with multiple SH CPU models.  This will require
74        adding BSP variants.
75
762000-11-25      Joel Sherrill <joel@OARcorp.com>
77
78        * custom/pc386.cfg: make-exe rule would write into
79        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
80        is generally not writeable after the BSP is installed and you do not
81        want every application installed there by default.  Reported by
82        Eric Norum <eric.norum@usask.ca>.
83
842000-11-25      Joel Sherrill <joel@OARcorp.com>
85
86        * custom/Makefile.am: Updated to add jmr3904.cfg
87        * custom/jmr3904.cfg: New file.
88
892000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * custom/leon2.cfg: Removed defines that are now generated
92        in a non-BSP specific manner.
93
942000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
95
96        * custom/Makefile.am: Modified to reflect addition of files.
97        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
98        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
99
1002000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
103
1042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
107
1082000-10-24      Joel Sherrill <joel@OARcorp.com>
109
110        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
111        definition since this information can be picked up from
112        autoconf generated files.  These BSPs are shared by the
113        mips and mips64orion "ports."
114
1152000-10-18      Joel Sherrill <joel@OARcorp.com>
116
117        * compilers/gcc-portsw.cfg: Use gcc style flags.
118
1192000-09-13      Joel Sherrill <joel@OARcorp.com>
120
121        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
122        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
123
1242000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
125
126        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
127        Eric Valette <valette@crf.canon.fr>.
128        * custom/vegaplus.cfg: New file.
129
1302000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
133        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
134        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
135        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
136        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
137        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
138        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
139
1402000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * custom/gensh2.cfg: Fix comments.
143
1442000-09-12      Joel Sherrill <joel@OARcorp.com>
145
146        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
147        compiler arguments that specify CPU model options.
148
1492000-09-12      Joel Sherrill <joel@OARcorp.com>
150
151        * custom/mbx860_005b.cfg (make-target-options): Add lines to
152        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
153        may be incorrect but the BSP now compiles.
154
1552000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * custom/arm_bare_bsp.cfg: Fix comments.
158
1592000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
162        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
163        * ChangeLog: File paths corrected
164
1652000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
168
1692000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * custom/pck6.cfg: New file
172        * custom/pc486.cfg: Use -m486
173        * custom/pc586.cfg: Use -mpentium
174        * custom/pc686.cfg: Use -mmpentiumpro
175        * custom/i386ex.cfg: Use -msoft-float
176
1772000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
178
179        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
180
1812000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * ChangeLog: File paths corrected.
184
1852000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
186
187        * custom/mvme167.cfg: Add specification of printk port, console port
188        and serial I/O mode.  Arrange for the stripped executable to
189        be copied up the build tree.
190       
1912000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
192
193        * custom/mbx8xx.cfg: Support for shared printk and no termios.
194
1952000-08-10      John Cotton  <john.cotton@nrc.ca>
196
197        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
198
1992000-08-10      Joel Sherrill <joel@OARcorp.com>
200
201        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.