source: rtems/make/ChangeLog @ a9020bbb

4.104.114.84.95
Last change on this file since a9020bbb was a9020bbb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/02 at 10:18:05

2002-11-07 Ralf Corsepius <corsepiu@…>

  • Property mode set to 100644
File size: 23.0 KB
Line 
12002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add Templates/*.
4        * Templates/Makefile.am: Remove.
5
62002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
9
102002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
13        * custom/HPUX9-posix.cfg: Ditto.
14        * custom/Linux-posix.cfg: Ditto.
15
162002-10-02      Joel Sherrill <joel@OARcorp.com>
17
18        * custom/armulator.cfg: Remove reference to PowerPC arguments.
19
202002-09-13      Joel Sherrill <joel@OARcorp.com>
21
22        * Part of addressing PR281.
23        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
24        * compilers/gcc-target-default.cfg: Removed remaining support for
25        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
26        as one of the LDFLAGS when the debug variant is specified.
27
282002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * custom/posix.cfg: Don't include host.cfg.
31
322002-08-09      Joel Sherrill <joel@OARcorp.com>
33
34        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
35
362002-08-07      Ivan Guzvinec <ivang@opencores.org>
37
38        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
39
402002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
43
442002-08-06      Joel Sherrill <joel@OARcorp.com>
45
46        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
47        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
48
492002-08-06      Chris Ziomkowski <chris@asics.ws>
50
51        * custom/or32sim.cfg: New file added as part of merge from
52        OpenCores repository.
53
542002-08-05      Joel Sherrill <joel@OARcorp.com>
55
56        * Per PR260 eliminate use of make-target-options.  This impacted
57        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
58        SuperCore and required that the m68k optimized memcpy be moved
59        to libcpu.
60        * custom/gen68360.cfg: Remove make-target-options.
61
622002-08-01      Joel Sherrill <joel@OARcorp.com>
63
64        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
65        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
66
672002-08-01      Joel Sherrill <joel@OARcorp.com>
68
69        * custom/mvme136.cfg: Remove make-target-options.
70
712002-07-30      Joel Sherrill <joel@OARcorp.com>
72
73        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
74        will disappear when make clean is performed.
75
762002-07-24      Joel Sherrill <joel@OARcorp.com>
77
78        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
79        to use gcc 3.1 arguments.
80
812002-07-22      Joel Sherrill <joel@OARcorp.com>
82
83        * Templates/Makefile.leaf: Clarify the MANAGERS example.
84
852002-07-01      Joel Sherrill <joel@OARcorp.com>
86
87        * custom/p4650.cfg: Update arguments to gcc3.
88
892002-06-14      Joel Sherrill <joel@OARcorp.com>
90
91        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
92        to gcc 3.1 arguments.
93
942002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
95
96        * custom/dmv177.cfg: Use -mcpu=603e.
97        * custom/ppcn_60x.cfg: Use -mcpu=603e.
98        * custom/psim.cfg: Use -mcpu=603e.
99        * custom/score603e.cfg: Use -mcpu=603e.
100        * custom/ts_386ex.cfg: Remove obsolete comments.
101        * custom/rxgen960.cfg: Remove obsolete comments.
102        * custom/cvme961.cfg: Remove obsolete comments.
103
1042001-05-09      Joel Sherrill <joel@OARcorp.com>
105
106        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
107        compatable arguments.
108 
1092002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
112        Remove obsolete comments.
113        * custom/eth_comm.cfg: Remove make-target-options.
114        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
115        CPU_CFLAGS.
116        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
117        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
118        * custom/mbx8xx.cfg: Remove make-target-options.
119        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
120        Remove obsolete comments.
121        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
122        Remove obsolete comments.
123        * custom/mpc8260ads.cfg: Remove make-target-options.
124        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
125        CPU_CFLAGS.
126        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
127        Remove obsolete comments.
128        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
129        CPU_CFLAGS.
130        Remove obsolete comments.
131        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
132        Remove obsolete comments.
133        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
134        CPU_CFLAGS.
135        Remove obsolete comments.
136
1372002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * custom/gen405.cfg: Remove -D__powerpc__.
140
1412002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
144        * custom/erc32.cfg: Ditto.
145        * custom/leon2.cfg: Ditto.
146
147
1482002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
151        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
152        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
153
1542002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * custom/cvme961.cfg: Remove GCC272 support.
157        * custom/dmv152.cfg: Remove GCC272 support.
158        * custom/efi332.cfg: Remove GCC272 support.
159        * custom/efi68k.cfg: Remove GCC272 support.
160        * custom/eth_comm.cfg: Remove GCC272 support.
161        * custom/gen405.cfg: Remove GCC272 support.
162        * custom/gen68302.cfg: Remove GCC272 support.
163        * custom/gen68340.cfg: Remove GCC272 support.
164        * custom/gen68360.cfg: Remove GCC272 support.
165        * custom/genmongoosev.cfg: Remove GCC272 support.
166        * custom/helas403.cfg: Remove GCC272 support.
167        * custom/i386ex.cfg: Remove GCC272 support.
168        * custom/i960sim.cfg: Remove GCC272 support.
169        * custom/idp.cfg: Remove GCC272 support.
170        * custom/leon2.cfg: Remove GCC272 support.
171        * custom/mbx8xx.cfg: Remove GCC272 support.
172        * custom/mcf5206elite.cfg: Remove GCC272 support.
173        * custom/mpc8260ads.cfg: Remove GCC272 support.
174        * custom/mrm332.cfg: Remove GCC272 support.
175        * custom/mvme136.cfg: Remove GCC272 support.
176        * custom/mvme147.cfg: Remove GCC272 support.
177        * custom/mvme167.cfg: Remove GCC272 support.
178        * custom/ods68302.cfg: Remove GCC272 support.
179        * custom/p4000.cfg: Remove GCC272 support.
180        * custom/p4600.cfg: Remove GCC272 support.
181        * custom/p4650.cfg: Remove GCC272 support.
182        * custom/pc386.cfg: Remove GCC272 support.
183        * custom/portsw.cfg: Remove GCC272 support.
184        * custom/psim.cfg: Remove GCC272 support.
185        * custom/rxgen960.cfg: Remove GCC272 support.
186        * custom/score603e.cfg: Remove GCC272 support.
187        * custom/sim68000.cfg: Remove GCC272 support.
188        * custom/simhppa.cfg: Remove GCC272 support.
189        * custom/simsh4.cfg: Remove GCC272 support.
190        * custom/ts_386ex.cfg: Remove GCC272 support.
191
1922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
198
1992002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * compilers/gcc-target-default.cfg: Add missing \.
202        Reported by Ilya Alexeev <ilya@continuum.ru>.
203
2042002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
207        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
208        support.
209        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
210
2112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
214        * custom/FreeBSD-posix.cfg: Ditto.
215        * custom/HPUX9-posix.cfg: Ditto.
216        * custom/Linux-posix.cfg: Ditto.
217        * custom/Solaris-posix.cfg: Ditto.
218
2192001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
222        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
223
2242001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * custom/armulator.cfg: Remove make-target-options.
227        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
228        (now in erc32/configure.ac).
229        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
230        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
231        Remove CONSOLE_USE_POLLED (Unused).
232        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
233        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
234        * custom/mvme162.cfg: Remove references to mvme162lx.
235        Abandon gcc272. Remove make-target-options.
236        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
237
2382001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * custom/bare.cfg: Remove make-target-options.
241        * custom/c4xsim.cfg: Ditto.
242        * custom/cvme961.cfg: Ditto.
243        * custom/efi68k.cfg: Ditto.
244        * custom/gen68302.cfg: Ditto.
245        * custom/gen68340.cfg: Ditto.
246        * custom/genmongoosev.cfg: Ditto.
247        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
248        make-exe, remove empty lines.
249        * custom/h8sim.cfg: Remove make-target-options.
250        * custom/mcf5206elite.cfg: Ditto.
251        * custom/mrm332.cfg: Ditto.
252        * custom/mvme147.cfg: Ditto.
253        * custom/ods68302.cfg: Ditto.
254        * custom/p4000.cfg: Ditto.
255        * custom/p4600.cfg: Ditto.
256        * custom/p4650.cfg: Ditto.
257        * custom/pc386.cfg: Ditto.
258        * custom/portsw.cfg: Ditto.
259        * custom/simsh4.cfg: Ditto.
260
2612001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * custom/efi332.cfg: Remove make-target-options.
264        * custom/idp.cfg: Ditto.
265        * custom/jmr3904.cfg: Ditto.
266
2672001-11-27      Joel Sherrill <joel@OARcorp.com>,
268
269        * ChangeLog: Deleted bogus entry.
270
2712001-11-27      Joel Sherrill <joel@OARcorp.com>,
272
273        * custom/ods68302.cfg: Eliminated required definition of macros in this
274        file for the BSP to compile.  The ROM and ROM address and size settings
275        are now linker script items. 
276
2772001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279
280        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
281        Remove make-target-options.
282        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
283        Remove make-target-options.
284        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
285        DATA_CACHE_ENABLE.
286        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
287        DATA_CACHE_ENABLE.
288        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
289        DATA_CACHE_ENABLE.
290
2912001-11-25      Joel Sherrill <joel@OARcorp.com>
292
293        * custom/papyrus.cfg: Removed.
294        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
295
2962001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
299        * custom/mcp750.cfg: Ditto.
300
3012001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
304        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
305        * custom/psim.cfg: Refect changes to psim/configure.ac.
306        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
307        remove SCORE603E_GENERATION.
308
3092001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
312        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
313        * custom/mbx860_005b.cfg: Ditto.
314        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
315
316
3172001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * custom/gensh1.cfg: remove make-target-options.
320        * custom/gensh2.cfg: remove make-target-options.
321
3222001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
325        remove make-target-options, remove BSP_CPPFLAGS.
326
3272001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
330
3312001-11-14      Joel Sherrill <joel@OARcorp.com>
332
333        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
334        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
335        These are new exception processing model BSPs and thus do not
336        need to define PPC_USE_SPRG.
337
3382001-11-14      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
341
3422001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * custom/ts_386ex.cfg: Remove make-target-options.
345        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
346        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
347        different flags.
348
3492001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
352        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
353        re-adopt mcp750.cfg's make-exe.
354
3552001-11-13      Joel Sherrill <joel@OARcorp.com>
356
357        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
358        the --srec-len argument to objcopy only supported in binutils 2.11
359        or newer.
360
3612001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
362
363        This modification is part of the submitted modifications necessary to
364        support the IBM PPC405 family.  This submission was reviewed by
365        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
366        not negatively impact the ppc403 BSPs.  The submission and tracking
367        process was captured as PR50.
368        * custom/gen405.cfg: New file.
369        * custom/helas403.cfg: Modified to generate Srecords.
370
3712001-10-30      Joel Sherrill <joel@OARcorp.com>
372
373        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
374
3752001-10-26      Victor V. Vengerov <vvv@oktet.ru>
376
377        * custom/mcf5206elite.cfg: New file.
378
3792001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
380
381        * custom/mpc8260ads.cfg: New file.
382
3832001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * custom/gensh4.cfg: Remove START_HW_INIT.
386        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
387
3882001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * custom/gensh4.cfg: Remove HZ.
391        * custom/simsh4.cfg: Remove HZ.
392
3932001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
394
395        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
396        of Hitachi SH4 BSPs of the same name.  Reviewed and some
397        cleanup by Joel Sherrill <joel@OARcorp.com>.
398
3992001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
402
4032001-10-11      Joel Sherrill <joel@OARcorp.com>
404
405        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
406        to avoid using the apparently broken or deprecated -o argument.
407
4082001-09-28      Joel Sherrill <joel@OARcorp.com>
409
410        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
411        for MC68302_BASE.
412
4132001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * custom/bare.cfg: Define dummy make-cxx-exe.
416
4172001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * ChangeLog: Formatting cleanup.
420
4212001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
424        make-target-options.
425        * custom/FreeBSD-posix.cfg: Remove make-target-options.
426        * custom/HPUX9-posix.cfg: Dito.
427        * custom/Linux-posix.cfg: Dito.
428        * custom/Solaris-posix.cfg: Dito.
429        * custom/arm_bare_bsp.cfg: Dito.
430        * custom/armulator.cfg: Dito.
431        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
432        * custom/i386ex.cfg: Remove make-target-options.
433        * custom/i960sim.cfg: Remove make-target-options.
434        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
435        CONSOLE_USE_INTERRUPTS.
436        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
437        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
438        CONSOLE_USE_INTERRUPTS.
439        * custom/vegaplus.cfg: Remove make-target-options.
440
4412001-05-25      Joel Sherrill <joel@OARcorp.com>
442
443        * custom/mrm332.cfg: Switched $(SED) to sed.
444
4452000-05-25      Matt Cross <profesor@gweep.net>
446
447        * New MRM332 BSP for the Mini RoboMind board based
448        on the 68332 microcontroller designed and build by Mark
449        Castelluccio.  For details on the MRM see http://www.robominds.com.
450        * custom/mrm332.cfg: New file.
451
4522001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
455        CONSOLE_USE_POLLED, HAS_RTC.
456
4572001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
460        * custom/gensh2.cfg: Dito.
461
4622001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
465        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
466        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
467        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
468        remove unused flags, remove -ansi from CPP.
469        * custom/eth_comm.cfg: Remove CPU_DEFINES.
470        * custom/sim68000.cfg: Remove CPU_DEFINES.
471       
4722001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
475        * compilers/gcc-target-default.cfg: Dito.
476        * compilers/gcc-portsw.cfg: Remove -Hansi.
477        * custom/posix.cfg: Remove inclusion of target.cfg.
478        * custom/simhppa.cfg: Remove -ansi -fasm.
479
4802001-04-11      Eric Valette <valette@crf.canon.fr>
481
482        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
483        "new exception processing model."
484
4852001-04-11      Joel Sherrill <joel@OARcorp.com>
486
487        * custom/default.cfg: Switch to using exec_prefix to reflect new
488        organization of install point from Ralf Corsepius.
489
4902001-03-30      Eric Valette <valette@crf.canon.fr>
491
492        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
493        use the "new exception processing model."
494
4952001-03-14      Joel Sherrill <joel@OARcorp.com>
496
497        * custom/genmongossev.cfg: New file.
498
4992001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * custom/pc386dx.cfg: New bsp.
502
5032001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
506        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
507        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
508
5092001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
512        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
513        * host.cfg.in: Remove RM, make-script.
514        * ChangeLog: Remove bogus 2001-01-22 entry.
515
5162001-01-09      Joel Sherrill <joel@OARcorp.com>
517
518        * custom/pc386.cfg (make-exe): Removed commented out lines that
519        were displayed in build longs.
520
5212001-01-08      Joel Sherrill <joel@OARcorp.com>
522
523        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
524        unneeded definitions when compiled for "mips" rather than "mips64orion."
525        Correct CPU_CFLAGS.
526
5272001-01-05      Joel Sherrill <joel@OARcorp.com>
528
529        * custom/gensh1.cfg: Removed rest of make-target-options and
530        moved them to BSP configure options.
531
5322001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
533
534        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
535        install point or assuming BSP build tree is available.
536
5372001-01-03      Joel Sherrill <joel@OARcorp.com>
538
539        * custom/psim.cfg: Removed unused variables.
540
5412001-01-03      Joel Sherrill <joel@OARcorp.com>
542
543        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
544        * custom/simcpu32.cfg: Removed MVME162 reference.
545
5462000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
547
548        * custom/mcp750.cfg: Fix problems in generation of .exe file.
549        Still need to fix to avoid touching install point on non-install stanza.
550
5512000-12-06      Joel Sherrill <joel@OARcorp.com>
552
553        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
554        and copies that should not be in it.
555
5562000-12-01      Joel Sherrill <joel@OARcorp.com>
557
558        * custom/jmr3904.cfg: Turn optimization back up to -O2.
559
5602000-11-30      Joel Sherrill <joel@OARcorp.com>
561
562        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
563        a mips1.  gcc translates -m3900 into that.
564
5652000-11-27      Joel Sherrill <joel@OARcorp.com>
566
567        * custom/jmr3904.cfg: Fix incorrect reference to i960.
568
5692000-11-27      Joel Sherrill <joel@OARcorp.com>
570
571        * custom/shsim.cfg: New file.
572        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
573        The shsim is for the SH simulator in gdb. It should be able
574        to be used with multiple SH CPU models.  This will require
575        adding BSP variants.
576
5772000-11-25      Joel Sherrill <joel@OARcorp.com>
578
579        * custom/pc386.cfg: make-exe rule would write into
580        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
581        is generally not writeable after the BSP is installed and you do not
582        want every application installed there by default.  Reported by
583        Eric Norum <eric.norum@usask.ca>.
584
5852000-11-25      Joel Sherrill <joel@OARcorp.com>
586
587        * custom/Makefile.am: Updated to add jmr3904.cfg
588        * custom/jmr3904.cfg: New file.
589
5902000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * custom/leon2.cfg: Removed defines that are now generated
593        in a non-BSP specific manner.
594
5952000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
596
597        * custom/Makefile.am: Modified to reflect addition of files.
598        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
599        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
600
6012000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
604
6052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
608
6092000-10-24      Joel Sherrill <joel@OARcorp.com>
610
611        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
612        definition since this information can be picked up from
613        autoconf generated files.  These BSPs are shared by the
614        mips and mips64orion "ports."
615
6162000-10-18      Joel Sherrill <joel@OARcorp.com>
617
618        * compilers/gcc-portsw.cfg: Use gcc style flags.
619
6202000-09-13      Joel Sherrill <joel@OARcorp.com>
621
622        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
623        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
624
6252000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
626
627        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
628        Eric Valette <valette@crf.canon.fr>.
629        * custom/vegaplus.cfg: New file.
630
6312000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
634        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
635        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
636        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
637        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
638        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
639        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
640
6412000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * custom/gensh2.cfg: Fix comments.
644
6452000-09-12      Joel Sherrill <joel@OARcorp.com>
646
647        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
648        compiler arguments that specify CPU model options.
649
6502000-09-12      Joel Sherrill <joel@OARcorp.com>
651
652        * custom/mbx860_005b.cfg (make-target-options): Add lines to
653        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
654        may be incorrect but the BSP now compiles.
655
6562000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * custom/arm_bare_bsp.cfg: Fix comments.
659
6602000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
663        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
664        * ChangeLog: File paths corrected
665
6662000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
667
668        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
669
6702000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * custom/pck6.cfg: New file
673        * custom/pc486.cfg: Use -m486
674        * custom/pc586.cfg: Use -mpentium
675        * custom/pc686.cfg: Use -mmpentiumpro
676        * custom/i386ex.cfg: Use -msoft-float
677
6782000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
679
680        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
681
6822000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
683
684        * ChangeLog: File paths corrected.
685
6862000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
687
688        * custom/mvme167.cfg: Add specification of printk port, console port
689        and serial I/O mode.  Arrange for the stripped executable to
690        be copied up the build tree.
691       
6922000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
693
694        * custom/mbx8xx.cfg: Support for shared printk and no termios.
695
6962000-08-10      John Cotton  <john.cotton@nrc.ca>
697
698        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
699
7002000-08-10      Joel Sherrill <joel@OARcorp.com>
701
702        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.