source: rtems/make/ChangeLog @ d0d73ec

4.104.114.84.95
Last change on this file since d0d73ec was 5a339e2f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/02 at 12:54:24

2002-08-09 Joel Sherrill <joel@…>

  • custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12002-08-09      Joel Sherrill <joel@OARcorp.com>
2
3        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
4
52002-08-07      Ivan Guzvinec <ivang@opencores.org>
6
7        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
8
92002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
12
132002-08-06      Joel Sherrill <joel@OARcorp.com>
14
15        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
16        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
17
182002-08-06      Chris Ziomkowski <chris@asics.ws>
19
20        * custom/or32sim.cfg: New file added as part of merge from
21        OpenCores repository.
22
232002-08-05      Joel Sherrill <joel@OARcorp.com>
24
25        * Per PR260 eliminate use of make-target-options.  This impacted
26        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
27        SuperCore and required that the m68k optimized memcpy be moved
28        to libcpu.
29        * custom/gen68360.cfg: Remove make-target-options.
30
312002-08-01      Joel Sherrill <joel@OARcorp.com>
32
33        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
34        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
35
362002-08-01      Joel Sherrill <joel@OARcorp.com>
37
38        * custom/mvme136.cfg: Remove make-target-options.
39
402002-07-30      Joel Sherrill <joel@OARcorp.com>
41
42        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
43        will disappear when make clean is performed.
44
452002-07-24      Joel Sherrill <joel@OARcorp.com>
46
47        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
48        to use gcc 3.1 arguments.
49
502002-07-22      Joel Sherrill <joel@OARcorp.com>
51
52        * Templates/Makefile.leaf: Clarify the MANAGERS example.
53
542002-07-01      Joel Sherrill <joel@OARcorp.com>
55
56        * custom/p4650.cfg: Update arguments to gcc3.
57
582002-06-14      Joel Sherrill <joel@OARcorp.com>
59
60        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
61        to gcc 3.1 arguments.
62
632002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
64
65        * custom/dmv177.cfg: Use -mcpu=603e.
66        * custom/ppcn_60x.cfg: Use -mcpu=603e.
67        * custom/psim.cfg: Use -mcpu=603e.
68        * custom/score603e.cfg: Use -mcpu=603e.
69        * custom/ts_386ex.cfg: Remove obsolete comments.
70        * custom/rxgen960.cfg: Remove obsolete comments.
71        * custom/cvme961.cfg: Remove obsolete comments.
72
732001-05-09      Joel Sherrill <joel@OARcorp.com>
74
75        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
76        compatable arguments.
77 
782002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
81        Remove obsolete comments.
82        * custom/eth_comm.cfg: Remove make-target-options.
83        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
84        CPU_CFLAGS.
85        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
86        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
87        * custom/mbx8xx.cfg: Remove make-target-options.
88        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
89        Remove obsolete comments.
90        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
91        Remove obsolete comments.
92        * custom/mpc8260ads.cfg: Remove make-target-options.
93        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
94        CPU_CFLAGS.
95        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
96        Remove obsolete comments.
97        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
98        CPU_CFLAGS.
99        Remove obsolete comments.
100        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
101        Remove obsolete comments.
102        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
103        CPU_CFLAGS.
104        Remove obsolete comments.
105
1062002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * custom/gen405.cfg: Remove -D__powerpc__.
109
1102002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
113        * custom/erc32.cfg: Ditto.
114        * custom/leon2.cfg: Ditto.
115
116
1172002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
120        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
121        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
122
1232002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * custom/cvme961.cfg: Remove GCC272 support.
126        * custom/dmv152.cfg: Remove GCC272 support.
127        * custom/efi332.cfg: Remove GCC272 support.
128        * custom/efi68k.cfg: Remove GCC272 support.
129        * custom/eth_comm.cfg: Remove GCC272 support.
130        * custom/gen405.cfg: Remove GCC272 support.
131        * custom/gen68302.cfg: Remove GCC272 support.
132        * custom/gen68340.cfg: Remove GCC272 support.
133        * custom/gen68360.cfg: Remove GCC272 support.
134        * custom/genmongoosev.cfg: Remove GCC272 support.
135        * custom/helas403.cfg: Remove GCC272 support.
136        * custom/i386ex.cfg: Remove GCC272 support.
137        * custom/i960sim.cfg: Remove GCC272 support.
138        * custom/idp.cfg: Remove GCC272 support.
139        * custom/leon2.cfg: Remove GCC272 support.
140        * custom/mbx8xx.cfg: Remove GCC272 support.
141        * custom/mcf5206elite.cfg: Remove GCC272 support.
142        * custom/mpc8260ads.cfg: Remove GCC272 support.
143        * custom/mrm332.cfg: Remove GCC272 support.
144        * custom/mvme136.cfg: Remove GCC272 support.
145        * custom/mvme147.cfg: Remove GCC272 support.
146        * custom/mvme167.cfg: Remove GCC272 support.
147        * custom/ods68302.cfg: Remove GCC272 support.
148        * custom/p4000.cfg: Remove GCC272 support.
149        * custom/p4600.cfg: Remove GCC272 support.
150        * custom/p4650.cfg: Remove GCC272 support.
151        * custom/pc386.cfg: Remove GCC272 support.
152        * custom/portsw.cfg: Remove GCC272 support.
153        * custom/psim.cfg: Remove GCC272 support.
154        * custom/rxgen960.cfg: Remove GCC272 support.
155        * custom/score603e.cfg: Remove GCC272 support.
156        * custom/sim68000.cfg: Remove GCC272 support.
157        * custom/simhppa.cfg: Remove GCC272 support.
158        * custom/simsh4.cfg: Remove GCC272 support.
159        * custom/ts_386ex.cfg: Remove GCC272 support.
160
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * compilers/gcc-target-default.cfg: Add missing \.
171        Reported by Ilya Alexeev <ilya@continuum.ru>.
172
1732002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
176        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
177        support.
178        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
179
1802001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
183        * custom/FreeBSD-posix.cfg: Ditto.
184        * custom/HPUX9-posix.cfg: Ditto.
185        * custom/Linux-posix.cfg: Ditto.
186        * custom/Solaris-posix.cfg: Ditto.
187
1882001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
191        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
192
1932001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * custom/armulator.cfg: Remove make-target-options.
196        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
197        (now in erc32/configure.ac).
198        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
199        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
200        Remove CONSOLE_USE_POLLED (Unused).
201        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
202        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
203        * custom/mvme162.cfg: Remove references to mvme162lx.
204        Abandon gcc272. Remove make-target-options.
205        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
206
2072001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * custom/bare.cfg: Remove make-target-options.
210        * custom/c4xsim.cfg: Ditto.
211        * custom/cvme961.cfg: Ditto.
212        * custom/efi68k.cfg: Ditto.
213        * custom/gen68302.cfg: Ditto.
214        * custom/gen68340.cfg: Ditto.
215        * custom/genmongoosev.cfg: Ditto.
216        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
217        make-exe, remove empty lines.
218        * custom/h8sim.cfg: Remove make-target-options.
219        * custom/mcf5206elite.cfg: Ditto.
220        * custom/mrm332.cfg: Ditto.
221        * custom/mvme147.cfg: Ditto.
222        * custom/ods68302.cfg: Ditto.
223        * custom/p4000.cfg: Ditto.
224        * custom/p4600.cfg: Ditto.
225        * custom/p4650.cfg: Ditto.
226        * custom/pc386.cfg: Ditto.
227        * custom/portsw.cfg: Ditto.
228        * custom/simsh4.cfg: Ditto.
229
2302001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * custom/efi332.cfg: Remove make-target-options.
233        * custom/idp.cfg: Ditto.
234        * custom/jmr3904.cfg: Ditto.
235
2362001-11-27      Joel Sherrill <joel@OARcorp.com>,
237
238        * ChangeLog: Deleted bogus entry.
239
2402001-11-27      Joel Sherrill <joel@OARcorp.com>,
241
242        * custom/ods68302.cfg: Eliminated required definition of macros in this
243        file for the BSP to compile.  The ROM and ROM address and size settings
244        are now linker script items. 
245
2462001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248
249        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
250        Remove make-target-options.
251        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
252        Remove make-target-options.
253        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
254        DATA_CACHE_ENABLE.
255        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
256        DATA_CACHE_ENABLE.
257        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
258        DATA_CACHE_ENABLE.
259
2602001-11-25      Joel Sherrill <joel@OARcorp.com>
261
262        * custom/papyrus.cfg: Removed.
263        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
264
2652001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
268        * custom/mcp750.cfg: Ditto.
269
2702001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
273        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
274        * custom/psim.cfg: Refect changes to psim/configure.ac.
275        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
276        remove SCORE603E_GENERATION.
277
2782001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
281        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
282        * custom/mbx860_005b.cfg: Ditto.
283        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
284
285
2862001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * custom/gensh1.cfg: remove make-target-options.
289        * custom/gensh2.cfg: remove make-target-options.
290
2912001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
294        remove make-target-options, remove BSP_CPPFLAGS.
295
2962001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
299
3002001-11-14      Joel Sherrill <joel@OARcorp.com>
301
302        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
303        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
304        These are new exception processing model BSPs and thus do not
305        need to define PPC_USE_SPRG.
306
3072001-11-14      Joel Sherrill <joel@OARcorp.com>
308
309        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
310
3112001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * custom/ts_386ex.cfg: Remove make-target-options.
314        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
315        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
316        different flags.
317
3182001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
321        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
322        re-adopt mcp750.cfg's make-exe.
323
3242001-11-13      Joel Sherrill <joel@OARcorp.com>
325
326        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
327        the --srec-len argument to objcopy only supported in binutils 2.11
328        or newer.
329
3302001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
331
332        This modification is part of the submitted modifications necessary to
333        support the IBM PPC405 family.  This submission was reviewed by
334        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
335        not negatively impact the ppc403 BSPs.  The submission and tracking
336        process was captured as PR50.
337        * custom/gen405.cfg: New file.
338        * custom/helas403.cfg: Modified to generate Srecords.
339
3402001-10-30      Joel Sherrill <joel@OARcorp.com>
341
342        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
343
3442001-10-26      Victor V. Vengerov <vvv@oktet.ru>
345
346        * custom/mcf5206elite.cfg: New file.
347
3482001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
349
350        * custom/mpc8260ads.cfg: New file.
351
3522001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * custom/gensh4.cfg: Remove START_HW_INIT.
355        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
356
3572001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * custom/gensh4.cfg: Remove HZ.
360        * custom/simsh4.cfg: Remove HZ.
361
3622001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
363
364        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
365        of Hitachi SH4 BSPs of the same name.  Reviewed and some
366        cleanup by Joel Sherrill <joel@OARcorp.com>.
367
3682001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
371
3722001-10-11      Joel Sherrill <joel@OARcorp.com>
373
374        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
375        to avoid using the apparently broken or deprecated -o argument.
376
3772001-09-28      Joel Sherrill <joel@OARcorp.com>
378
379        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
380        for MC68302_BASE.
381
3822001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * custom/bare.cfg: Define dummy make-cxx-exe.
385
3862001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * ChangeLog: Formatting cleanup.
389
3902001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
393        make-target-options.
394        * custom/FreeBSD-posix.cfg: Remove make-target-options.
395        * custom/HPUX9-posix.cfg: Dito.
396        * custom/Linux-posix.cfg: Dito.
397        * custom/Solaris-posix.cfg: Dito.
398        * custom/arm_bare_bsp.cfg: Dito.
399        * custom/armulator.cfg: Dito.
400        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
401        * custom/i386ex.cfg: Remove make-target-options.
402        * custom/i960sim.cfg: Remove make-target-options.
403        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
404        CONSOLE_USE_INTERRUPTS.
405        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
406        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
407        CONSOLE_USE_INTERRUPTS.
408        * custom/vegaplus.cfg: Remove make-target-options.
409
4102001-05-25      Joel Sherrill <joel@OARcorp.com>
411
412        * custom/mrm332.cfg: Switched $(SED) to sed.
413
4142000-05-25      Matt Cross <profesor@gweep.net>
415
416        * New MRM332 BSP for the Mini RoboMind board based
417        on the 68332 microcontroller designed and build by Mark
418        Castelluccio.  For details on the MRM see http://www.robominds.com.
419        * custom/mrm332.cfg: New file.
420
4212001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
424        CONSOLE_USE_POLLED, HAS_RTC.
425
4262001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
429        * custom/gensh2.cfg: Dito.
430
4312001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
434        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
435        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
436        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
437        remove unused flags, remove -ansi from CPP.
438        * custom/eth_comm.cfg: Remove CPU_DEFINES.
439        * custom/sim68000.cfg: Remove CPU_DEFINES.
440       
4412001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
444        * compilers/gcc-target-default.cfg: Dito.
445        * compilers/gcc-portsw.cfg: Remove -Hansi.
446        * custom/posix.cfg: Remove inclusion of target.cfg.
447        * custom/simhppa.cfg: Remove -ansi -fasm.
448
4492001-04-11      Eric Valette <valette@crf.canon.fr>
450
451        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
452        "new exception processing model."
453
4542001-04-11      Joel Sherrill <joel@OARcorp.com>
455
456        * custom/default.cfg: Switch to using exec_prefix to reflect new
457        organization of install point from Ralf Corsepius.
458
4592001-03-30      Eric Valette <valette@crf.canon.fr>
460
461        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
462        use the "new exception processing model."
463
4642001-03-14      Joel Sherrill <joel@OARcorp.com>
465
466        * custom/genmongossev.cfg: New file.
467
4682001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * custom/pc386dx.cfg: New bsp.
471
4722001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
475        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
476        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
477
4782001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
481        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
482        * host.cfg.in: Remove RM, make-script.
483        * ChangeLog: Remove bogus 2001-01-22 entry.
484
4852001-01-09      Joel Sherrill <joel@OARcorp.com>
486
487        * custom/pc386.cfg (make-exe): Removed commented out lines that
488        were displayed in build longs.
489
4902001-01-08      Joel Sherrill <joel@OARcorp.com>
491
492        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
493        unneeded definitions when compiled for "mips" rather than "mips64orion."
494        Correct CPU_CFLAGS.
495
4962001-01-05      Joel Sherrill <joel@OARcorp.com>
497
498        * custom/gensh1.cfg: Removed rest of make-target-options and
499        moved them to BSP configure options.
500
5012001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
502
503        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
504        install point or assuming BSP build tree is available.
505
5062001-01-03      Joel Sherrill <joel@OARcorp.com>
507
508        * custom/psim.cfg: Removed unused variables.
509
5102001-01-03      Joel Sherrill <joel@OARcorp.com>
511
512        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
513        * custom/simcpu32.cfg: Removed MVME162 reference.
514
5152000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
516
517        * custom/mcp750.cfg: Fix problems in generation of .exe file.
518        Still need to fix to avoid touching install point on non-install stanza.
519
5202000-12-06      Joel Sherrill <joel@OARcorp.com>
521
522        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
523        and copies that should not be in it.
524
5252000-12-01      Joel Sherrill <joel@OARcorp.com>
526
527        * custom/jmr3904.cfg: Turn optimization back up to -O2.
528
5292000-11-30      Joel Sherrill <joel@OARcorp.com>
530
531        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
532        a mips1.  gcc translates -m3900 into that.
533
5342000-11-27      Joel Sherrill <joel@OARcorp.com>
535
536        * custom/jmr3904.cfg: Fix incorrect reference to i960.
537
5382000-11-27      Joel Sherrill <joel@OARcorp.com>
539
540        * custom/shsim.cfg: New file.
541        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
542        The shsim is for the SH simulator in gdb. It should be able
543        to be used with multiple SH CPU models.  This will require
544        adding BSP variants.
545
5462000-11-25      Joel Sherrill <joel@OARcorp.com>
547
548        * custom/pc386.cfg: make-exe rule would write into
549        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
550        is generally not writeable after the BSP is installed and you do not
551        want every application installed there by default.  Reported by
552        Eric Norum <eric.norum@usask.ca>.
553
5542000-11-25      Joel Sherrill <joel@OARcorp.com>
555
556        * custom/Makefile.am: Updated to add jmr3904.cfg
557        * custom/jmr3904.cfg: New file.
558
5592000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * custom/leon2.cfg: Removed defines that are now generated
562        in a non-BSP specific manner.
563
5642000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
565
566        * custom/Makefile.am: Modified to reflect addition of files.
567        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
568        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
569
5702000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
573
5742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
577
5782000-10-24      Joel Sherrill <joel@OARcorp.com>
579
580        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
581        definition since this information can be picked up from
582        autoconf generated files.  These BSPs are shared by the
583        mips and mips64orion "ports."
584
5852000-10-18      Joel Sherrill <joel@OARcorp.com>
586
587        * compilers/gcc-portsw.cfg: Use gcc style flags.
588
5892000-09-13      Joel Sherrill <joel@OARcorp.com>
590
591        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
592        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
593
5942000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
595
596        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
597        Eric Valette <valette@crf.canon.fr>.
598        * custom/vegaplus.cfg: New file.
599
6002000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
603        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
604        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
605        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
606        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
607        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
608        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
609
6102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * custom/gensh2.cfg: Fix comments.
613
6142000-09-12      Joel Sherrill <joel@OARcorp.com>
615
616        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
617        compiler arguments that specify CPU model options.
618
6192000-09-12      Joel Sherrill <joel@OARcorp.com>
620
621        * custom/mbx860_005b.cfg (make-target-options): Add lines to
622        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
623        may be incorrect but the BSP now compiles.
624
6252000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * custom/arm_bare_bsp.cfg: Fix comments.
628
6292000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
632        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
633        * ChangeLog: File paths corrected
634
6352000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
636
637        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
638
6392000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * custom/pck6.cfg: New file
642        * custom/pc486.cfg: Use -m486
643        * custom/pc586.cfg: Use -mpentium
644        * custom/pc686.cfg: Use -mmpentiumpro
645        * custom/i386ex.cfg: Use -msoft-float
646
6472000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
648
649        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
650
6512000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
652
653        * ChangeLog: File paths corrected.
654
6552000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
656
657        * custom/mvme167.cfg: Add specification of printk port, console port
658        and serial I/O mode.  Arrange for the stripped executable to
659        be copied up the build tree.
660       
6612000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
662
663        * custom/mbx8xx.cfg: Support for shared printk and no termios.
664
6652000-08-10      John Cotton  <john.cotton@nrc.ca>
666
667        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
668
6692000-08-10      Joel Sherrill <joel@OARcorp.com>
670
671        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.