source: rtems/make/ChangeLog @ 1a792e47

4.104.114.84.95
Last change on this file since 1a792e47 was 1a792e47, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/01 at 17:25:20

2001-03-14 Joel Sherrill <joel@…>

  • custom/genmongossev.cfg: New file.
  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[1db8d62f]1
[1a792e47]22001-03-14      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/genmongossev.cfg: New file.
5
[85371f7]62001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * custom/pc386dx.cfg: New bsp.
9
[e5bc1968]102001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
13        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
14        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
15
[227ae749]162001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[1db8d62f]17
18        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
19        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
20        * host.cfg.in: Remove RM, make-script.
[227ae749]21        * ChangeLog: Remove bogus 2001-01-22 entry.
[b96ca51]22
[96e34e0]232001-01-09      Joel Sherrill <joel@OARcorp.com>
24
25        * custom/pc386.cfg (make-exe): Removed commented out lines that
26        were displayed in build longs.
27
[f8b891d]282001-01-08      Joel Sherrill <joel@OARcorp.com>
29
30        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
31        unneeded definitions when compiled for "mips" rather than "mips64orion."
32        Correct CPU_CFLAGS.
33
[e8ad374a]342001-01-05      Joel Sherrill <joel@OARcorp.com>
35
36        * custom/gensh1.cfg: Removed rest of make-target-options and
37        moved them to BSP configure options.
38
[fdfa5b9]392001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
40
41        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
42        install point or assuming BSP build tree is available.
43
[c2bbfb52]442001-01-03      Joel Sherrill <joel@OARcorp.com>
45
46        * custom/psim.cfg: Removed unused variables.
47
[80cc928]482001-01-03      Joel Sherrill <joel@OARcorp.com>
49
50        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
51        * custom/simcpu32.cfg: Removed MVME162 reference.
52
[cec6bb0]532000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
54
55        * custom/mcp750.cfg: Fix problems in generation of .exe file.
56        Still need to fix to avoid touching install point on non-install stanza.
57
[dfa6d4b7]582000-12-06      Joel Sherrill <joel@OARcorp.com>
59
60        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
61        and copies that should not be in it.
62
[3fddd25c]632000-12-01      Joel Sherrill <joel@OARcorp.com>
64
65        * custom/jmr3904.cfg: Turn optimization back up to -O2.
66
[c061304]672000-11-30      Joel Sherrill <joel@OARcorp.com>
68
69        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
70        a mips1.  gcc translates -m3900 into that.
71
[e066afe8]722000-11-27      Joel Sherrill <joel@OARcorp.com>
73
74        * custom/jmr3904.cfg: Fix incorrect reference to i960.
75
[1c69af9b]762000-11-27      Joel Sherrill <joel@OARcorp.com>
77
78        * custom/shsim.cfg: New file.
79        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
80        The shsim is for the SH simulator in gdb. It should be able
81        to be used with multiple SH CPU models.  This will require
82        adding BSP variants.
83
[511374e4]842000-11-25      Joel Sherrill <joel@OARcorp.com>
85
86        * custom/pc386.cfg: make-exe rule would write into
87        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
88        is generally not writeable after the BSP is installed and you do not
89        want every application installed there by default.  Reported by
90        Eric Norum <eric.norum@usask.ca>.
91
[732d4db]922000-11-25      Joel Sherrill <joel@OARcorp.com>
93
94        * custom/Makefile.am: Updated to add jmr3904.cfg
95        * custom/jmr3904.cfg: New file.
96
[8c47d509]972000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * custom/leon2.cfg: Removed defines that are now generated
100        in a non-BSP specific manner.
101
[cd0324cf]1022000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
103
104        * custom/Makefile.am: Modified to reflect addition of files.
105        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
106        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
107
[b2e4f3a8]1082000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
111
[2b0714f3]1122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
115
[c801aba]1162000-10-24      Joel Sherrill <joel@OARcorp.com>
117
118        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
119        definition since this information can be picked up from
120        autoconf generated files.  These BSPs are shared by the
121        mips and mips64orion "ports."
122
[3a410c5]1232000-10-18      Joel Sherrill <joel@OARcorp.com>
124
125        * compilers/gcc-portsw.cfg: Use gcc style flags.
126
[3db37a7c]1272000-09-13      Joel Sherrill <joel@OARcorp.com>
128
129        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
130        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
131
[fb7e6dcf]1322000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
133
134        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
135        Eric Valette <valette@crf.canon.fr>.
136        * custom/vegaplus.cfg: New file.
137
[2094513]1382000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
141        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
142        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
143        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
144        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
145        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
146        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
147
[5174271]1482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * custom/gensh2.cfg: Fix comments.
151
[9fbf213]1522000-09-12      Joel Sherrill <joel@OARcorp.com>
153
154        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
155        compiler arguments that specify CPU model options.
156
[0905e0f]1572000-09-12      Joel Sherrill <joel@OARcorp.com>
158
159        * custom/mbx860_005b.cfg (make-target-options): Add lines to
160        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
161        may be incorrect but the BSP now compiles.
162
[e0457c6b]1632000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * custom/arm_bare_bsp.cfg: Fix comments.
166
[c698e7b8]1672000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
170        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
171        * ChangeLog: File paths corrected
172
[ef386359]1732000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
176
[6fe4d043]1772000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[c698e7b8]178
179        * custom/pck6.cfg: New file
180        * custom/pc486.cfg: Use -m486
181        * custom/pc586.cfg: Use -mpentium
182        * custom/pc686.cfg: Use -mmpentiumpro
[6fe4d043]183        * custom/i386ex.cfg: Use -msoft-float
184
[060d538]1852000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
186
187        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
188
[b24a093]1892000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * ChangeLog: File paths corrected.
192
[b96ca51]1932000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]194
[b96ca51]195        * custom/mvme167.cfg: Add specification of printk port, console port
196        and serial I/O mode.  Arrange for the stripped executable to
197        be copied up the build tree.
[380b5227]198       
1992000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]200
[380b5227]201        * custom/mbx8xx.cfg: Support for shared printk and no termios.
202
2032000-08-10      John Cotton  <john.cotton@nrc.ca>
[b24a093]204
[380b5227]205        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
[f1aa400]206
2072000-08-10      Joel Sherrill <joel@OARcorp.com>
208
209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.