source: rtems/make/ChangeLog @ ccf2cfd

4.104.114.84.95
Last change on this file since ccf2cfd was ccf2cfd, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/02 at 13:39:52

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

  • Part of addressing PR281.
  • main.cfg: Added recognition of VARIANT=DEBUG on command line.
  • compilers/gcc-target-default.cfg: Removed remaining support for RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug as one of the LDFLAGS when the debug variant is specified.
  • Property mode set to 100644
File size: 22.4 KB
Line 
12002-09-13      Joel Sherrill <joel@OARcorp.com>
2
3        * Part of addressing PR281.
4        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
5        * compilers/gcc-target-default.cfg: Removed remaining support for
6        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
7        as one of the LDFLAGS when the debug variant is specified.
8
92002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * custom/posix.cfg: Don't include host.cfg.
12
132002-08-09      Joel Sherrill <joel@OARcorp.com>
14
15        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
16
172002-08-07      Ivan Guzvinec <ivang@opencores.org>
18
19        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
20
212002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
24
252002-08-06      Joel Sherrill <joel@OARcorp.com>
26
27        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
28        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
29
302002-08-06      Chris Ziomkowski <chris@asics.ws>
31
32        * custom/or32sim.cfg: New file added as part of merge from
33        OpenCores repository.
34
352002-08-05      Joel Sherrill <joel@OARcorp.com>
36
37        * Per PR260 eliminate use of make-target-options.  This impacted
38        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
39        SuperCore and required that the m68k optimized memcpy be moved
40        to libcpu.
41        * custom/gen68360.cfg: Remove make-target-options.
42
432002-08-01      Joel Sherrill <joel@OARcorp.com>
44
45        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
46        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
47
482002-08-01      Joel Sherrill <joel@OARcorp.com>
49
50        * custom/mvme136.cfg: Remove make-target-options.
51
522002-07-30      Joel Sherrill <joel@OARcorp.com>
53
54        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
55        will disappear when make clean is performed.
56
572002-07-24      Joel Sherrill <joel@OARcorp.com>
58
59        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
60        to use gcc 3.1 arguments.
61
622002-07-22      Joel Sherrill <joel@OARcorp.com>
63
64        * Templates/Makefile.leaf: Clarify the MANAGERS example.
65
662002-07-01      Joel Sherrill <joel@OARcorp.com>
67
68        * custom/p4650.cfg: Update arguments to gcc3.
69
702002-06-14      Joel Sherrill <joel@OARcorp.com>
71
72        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
73        to gcc 3.1 arguments.
74
752002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
76
77        * custom/dmv177.cfg: Use -mcpu=603e.
78        * custom/ppcn_60x.cfg: Use -mcpu=603e.
79        * custom/psim.cfg: Use -mcpu=603e.
80        * custom/score603e.cfg: Use -mcpu=603e.
81        * custom/ts_386ex.cfg: Remove obsolete comments.
82        * custom/rxgen960.cfg: Remove obsolete comments.
83        * custom/cvme961.cfg: Remove obsolete comments.
84
852001-05-09      Joel Sherrill <joel@OARcorp.com>
86
87        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
88        compatable arguments.
89 
902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
93        Remove obsolete comments.
94        * custom/eth_comm.cfg: Remove make-target-options.
95        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
96        CPU_CFLAGS.
97        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
98        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
99        * custom/mbx8xx.cfg: Remove make-target-options.
100        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
101        Remove obsolete comments.
102        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
103        Remove obsolete comments.
104        * custom/mpc8260ads.cfg: Remove make-target-options.
105        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
106        CPU_CFLAGS.
107        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
108        Remove obsolete comments.
109        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
110        CPU_CFLAGS.
111        Remove obsolete comments.
112        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
113        Remove obsolete comments.
114        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
115        CPU_CFLAGS.
116        Remove obsolete comments.
117
1182002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * custom/gen405.cfg: Remove -D__powerpc__.
121
1222002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
125        * custom/erc32.cfg: Ditto.
126        * custom/leon2.cfg: Ditto.
127
128
1292002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
132        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
133        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
134
1352002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * custom/cvme961.cfg: Remove GCC272 support.
138        * custom/dmv152.cfg: Remove GCC272 support.
139        * custom/efi332.cfg: Remove GCC272 support.
140        * custom/efi68k.cfg: Remove GCC272 support.
141        * custom/eth_comm.cfg: Remove GCC272 support.
142        * custom/gen405.cfg: Remove GCC272 support.
143        * custom/gen68302.cfg: Remove GCC272 support.
144        * custom/gen68340.cfg: Remove GCC272 support.
145        * custom/gen68360.cfg: Remove GCC272 support.
146        * custom/genmongoosev.cfg: Remove GCC272 support.
147        * custom/helas403.cfg: Remove GCC272 support.
148        * custom/i386ex.cfg: Remove GCC272 support.
149        * custom/i960sim.cfg: Remove GCC272 support.
150        * custom/idp.cfg: Remove GCC272 support.
151        * custom/leon2.cfg: Remove GCC272 support.
152        * custom/mbx8xx.cfg: Remove GCC272 support.
153        * custom/mcf5206elite.cfg: Remove GCC272 support.
154        * custom/mpc8260ads.cfg: Remove GCC272 support.
155        * custom/mrm332.cfg: Remove GCC272 support.
156        * custom/mvme136.cfg: Remove GCC272 support.
157        * custom/mvme147.cfg: Remove GCC272 support.
158        * custom/mvme167.cfg: Remove GCC272 support.
159        * custom/ods68302.cfg: Remove GCC272 support.
160        * custom/p4000.cfg: Remove GCC272 support.
161        * custom/p4600.cfg: Remove GCC272 support.
162        * custom/p4650.cfg: Remove GCC272 support.
163        * custom/pc386.cfg: Remove GCC272 support.
164        * custom/portsw.cfg: Remove GCC272 support.
165        * custom/psim.cfg: Remove GCC272 support.
166        * custom/rxgen960.cfg: Remove GCC272 support.
167        * custom/score603e.cfg: Remove GCC272 support.
168        * custom/sim68000.cfg: Remove GCC272 support.
169        * custom/simhppa.cfg: Remove GCC272 support.
170        * custom/simsh4.cfg: Remove GCC272 support.
171        * custom/ts_386ex.cfg: Remove GCC272 support.
172
1732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
179
1802002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * compilers/gcc-target-default.cfg: Add missing \.
183        Reported by Ilya Alexeev <ilya@continuum.ru>.
184
1852002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
188        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
189        support.
190        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
191
1922001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
195        * custom/FreeBSD-posix.cfg: Ditto.
196        * custom/HPUX9-posix.cfg: Ditto.
197        * custom/Linux-posix.cfg: Ditto.
198        * custom/Solaris-posix.cfg: Ditto.
199
2002001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
203        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
204
2052001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * custom/armulator.cfg: Remove make-target-options.
208        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
209        (now in erc32/configure.ac).
210        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
211        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
212        Remove CONSOLE_USE_POLLED (Unused).
213        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
214        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
215        * custom/mvme162.cfg: Remove references to mvme162lx.
216        Abandon gcc272. Remove make-target-options.
217        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
218
2192001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * custom/bare.cfg: Remove make-target-options.
222        * custom/c4xsim.cfg: Ditto.
223        * custom/cvme961.cfg: Ditto.
224        * custom/efi68k.cfg: Ditto.
225        * custom/gen68302.cfg: Ditto.
226        * custom/gen68340.cfg: Ditto.
227        * custom/genmongoosev.cfg: Ditto.
228        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
229        make-exe, remove empty lines.
230        * custom/h8sim.cfg: Remove make-target-options.
231        * custom/mcf5206elite.cfg: Ditto.
232        * custom/mrm332.cfg: Ditto.
233        * custom/mvme147.cfg: Ditto.
234        * custom/ods68302.cfg: Ditto.
235        * custom/p4000.cfg: Ditto.
236        * custom/p4600.cfg: Ditto.
237        * custom/p4650.cfg: Ditto.
238        * custom/pc386.cfg: Ditto.
239        * custom/portsw.cfg: Ditto.
240        * custom/simsh4.cfg: Ditto.
241
2422001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * custom/efi332.cfg: Remove make-target-options.
245        * custom/idp.cfg: Ditto.
246        * custom/jmr3904.cfg: Ditto.
247
2482001-11-27      Joel Sherrill <joel@OARcorp.com>,
249
250        * ChangeLog: Deleted bogus entry.
251
2522001-11-27      Joel Sherrill <joel@OARcorp.com>,
253
254        * custom/ods68302.cfg: Eliminated required definition of macros in this
255        file for the BSP to compile.  The ROM and ROM address and size settings
256        are now linker script items. 
257
2582001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260
261        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
262        Remove make-target-options.
263        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
264        Remove make-target-options.
265        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
266        DATA_CACHE_ENABLE.
267        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
268        DATA_CACHE_ENABLE.
269        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
270        DATA_CACHE_ENABLE.
271
2722001-11-25      Joel Sherrill <joel@OARcorp.com>
273
274        * custom/papyrus.cfg: Removed.
275        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
276
2772001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
280        * custom/mcp750.cfg: Ditto.
281
2822001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
285        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
286        * custom/psim.cfg: Refect changes to psim/configure.ac.
287        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
288        remove SCORE603E_GENERATION.
289
2902001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
293        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
294        * custom/mbx860_005b.cfg: Ditto.
295        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
296
297
2982001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * custom/gensh1.cfg: remove make-target-options.
301        * custom/gensh2.cfg: remove make-target-options.
302
3032001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
306        remove make-target-options, remove BSP_CPPFLAGS.
307
3082001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
311
3122001-11-14      Joel Sherrill <joel@OARcorp.com>
313
314        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
315        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
316        These are new exception processing model BSPs and thus do not
317        need to define PPC_USE_SPRG.
318
3192001-11-14      Joel Sherrill <joel@OARcorp.com>
320
321        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
322
3232001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * custom/ts_386ex.cfg: Remove make-target-options.
326        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
327        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
328        different flags.
329
3302001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
333        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
334        re-adopt mcp750.cfg's make-exe.
335
3362001-11-13      Joel Sherrill <joel@OARcorp.com>
337
338        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
339        the --srec-len argument to objcopy only supported in binutils 2.11
340        or newer.
341
3422001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
343
344        This modification is part of the submitted modifications necessary to
345        support the IBM PPC405 family.  This submission was reviewed by
346        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
347        not negatively impact the ppc403 BSPs.  The submission and tracking
348        process was captured as PR50.
349        * custom/gen405.cfg: New file.
350        * custom/helas403.cfg: Modified to generate Srecords.
351
3522001-10-30      Joel Sherrill <joel@OARcorp.com>
353
354        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
355
3562001-10-26      Victor V. Vengerov <vvv@oktet.ru>
357
358        * custom/mcf5206elite.cfg: New file.
359
3602001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
361
362        * custom/mpc8260ads.cfg: New file.
363
3642001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * custom/gensh4.cfg: Remove START_HW_INIT.
367        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
368
3692001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * custom/gensh4.cfg: Remove HZ.
372        * custom/simsh4.cfg: Remove HZ.
373
3742001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
375
376        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
377        of Hitachi SH4 BSPs of the same name.  Reviewed and some
378        cleanup by Joel Sherrill <joel@OARcorp.com>.
379
3802001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
383
3842001-10-11      Joel Sherrill <joel@OARcorp.com>
385
386        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
387        to avoid using the apparently broken or deprecated -o argument.
388
3892001-09-28      Joel Sherrill <joel@OARcorp.com>
390
391        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
392        for MC68302_BASE.
393
3942001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * custom/bare.cfg: Define dummy make-cxx-exe.
397
3982001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * ChangeLog: Formatting cleanup.
401
4022001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
405        make-target-options.
406        * custom/FreeBSD-posix.cfg: Remove make-target-options.
407        * custom/HPUX9-posix.cfg: Dito.
408        * custom/Linux-posix.cfg: Dito.
409        * custom/Solaris-posix.cfg: Dito.
410        * custom/arm_bare_bsp.cfg: Dito.
411        * custom/armulator.cfg: Dito.
412        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
413        * custom/i386ex.cfg: Remove make-target-options.
414        * custom/i960sim.cfg: Remove make-target-options.
415        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
416        CONSOLE_USE_INTERRUPTS.
417        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
418        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
419        CONSOLE_USE_INTERRUPTS.
420        * custom/vegaplus.cfg: Remove make-target-options.
421
4222001-05-25      Joel Sherrill <joel@OARcorp.com>
423
424        * custom/mrm332.cfg: Switched $(SED) to sed.
425
4262000-05-25      Matt Cross <profesor@gweep.net>
427
428        * New MRM332 BSP for the Mini RoboMind board based
429        on the 68332 microcontroller designed and build by Mark
430        Castelluccio.  For details on the MRM see http://www.robominds.com.
431        * custom/mrm332.cfg: New file.
432
4332001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
436        CONSOLE_USE_POLLED, HAS_RTC.
437
4382001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
441        * custom/gensh2.cfg: Dito.
442
4432001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
446        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
447        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
448        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
449        remove unused flags, remove -ansi from CPP.
450        * custom/eth_comm.cfg: Remove CPU_DEFINES.
451        * custom/sim68000.cfg: Remove CPU_DEFINES.
452       
4532001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
456        * compilers/gcc-target-default.cfg: Dito.
457        * compilers/gcc-portsw.cfg: Remove -Hansi.
458        * custom/posix.cfg: Remove inclusion of target.cfg.
459        * custom/simhppa.cfg: Remove -ansi -fasm.
460
4612001-04-11      Eric Valette <valette@crf.canon.fr>
462
463        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
464        "new exception processing model."
465
4662001-04-11      Joel Sherrill <joel@OARcorp.com>
467
468        * custom/default.cfg: Switch to using exec_prefix to reflect new
469        organization of install point from Ralf Corsepius.
470
4712001-03-30      Eric Valette <valette@crf.canon.fr>
472
473        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
474        use the "new exception processing model."
475
4762001-03-14      Joel Sherrill <joel@OARcorp.com>
477
478        * custom/genmongossev.cfg: New file.
479
4802001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * custom/pc386dx.cfg: New bsp.
483
4842001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
487        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
488        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
489
4902001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
493        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
494        * host.cfg.in: Remove RM, make-script.
495        * ChangeLog: Remove bogus 2001-01-22 entry.
496
4972001-01-09      Joel Sherrill <joel@OARcorp.com>
498
499        * custom/pc386.cfg (make-exe): Removed commented out lines that
500        were displayed in build longs.
501
5022001-01-08      Joel Sherrill <joel@OARcorp.com>
503
504        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
505        unneeded definitions when compiled for "mips" rather than "mips64orion."
506        Correct CPU_CFLAGS.
507
5082001-01-05      Joel Sherrill <joel@OARcorp.com>
509
510        * custom/gensh1.cfg: Removed rest of make-target-options and
511        moved them to BSP configure options.
512
5132001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
514
515        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
516        install point or assuming BSP build tree is available.
517
5182001-01-03      Joel Sherrill <joel@OARcorp.com>
519
520        * custom/psim.cfg: Removed unused variables.
521
5222001-01-03      Joel Sherrill <joel@OARcorp.com>
523
524        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
525        * custom/simcpu32.cfg: Removed MVME162 reference.
526
5272000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
528
529        * custom/mcp750.cfg: Fix problems in generation of .exe file.
530        Still need to fix to avoid touching install point on non-install stanza.
531
5322000-12-06      Joel Sherrill <joel@OARcorp.com>
533
534        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
535        and copies that should not be in it.
536
5372000-12-01      Joel Sherrill <joel@OARcorp.com>
538
539        * custom/jmr3904.cfg: Turn optimization back up to -O2.
540
5412000-11-30      Joel Sherrill <joel@OARcorp.com>
542
543        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
544        a mips1.  gcc translates -m3900 into that.
545
5462000-11-27      Joel Sherrill <joel@OARcorp.com>
547
548        * custom/jmr3904.cfg: Fix incorrect reference to i960.
549
5502000-11-27      Joel Sherrill <joel@OARcorp.com>
551
552        * custom/shsim.cfg: New file.
553        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
554        The shsim is for the SH simulator in gdb. It should be able
555        to be used with multiple SH CPU models.  This will require
556        adding BSP variants.
557
5582000-11-25      Joel Sherrill <joel@OARcorp.com>
559
560        * custom/pc386.cfg: make-exe rule would write into
561        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
562        is generally not writeable after the BSP is installed and you do not
563        want every application installed there by default.  Reported by
564        Eric Norum <eric.norum@usask.ca>.
565
5662000-11-25      Joel Sherrill <joel@OARcorp.com>
567
568        * custom/Makefile.am: Updated to add jmr3904.cfg
569        * custom/jmr3904.cfg: New file.
570
5712000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * custom/leon2.cfg: Removed defines that are now generated
574        in a non-BSP specific manner.
575
5762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
577
578        * custom/Makefile.am: Modified to reflect addition of files.
579        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
580        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
581
5822000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
585
5862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
589
5902000-10-24      Joel Sherrill <joel@OARcorp.com>
591
592        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
593        definition since this information can be picked up from
594        autoconf generated files.  These BSPs are shared by the
595        mips and mips64orion "ports."
596
5972000-10-18      Joel Sherrill <joel@OARcorp.com>
598
599        * compilers/gcc-portsw.cfg: Use gcc style flags.
600
6012000-09-13      Joel Sherrill <joel@OARcorp.com>
602
603        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
604        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
605
6062000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
607
608        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
609        Eric Valette <valette@crf.canon.fr>.
610        * custom/vegaplus.cfg: New file.
611
6122000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
615        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
616        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
617        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
618        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
619        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
620        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
621
6222000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * custom/gensh2.cfg: Fix comments.
625
6262000-09-12      Joel Sherrill <joel@OARcorp.com>
627
628        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
629        compiler arguments that specify CPU model options.
630
6312000-09-12      Joel Sherrill <joel@OARcorp.com>
632
633        * custom/mbx860_005b.cfg (make-target-options): Add lines to
634        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
635        may be incorrect but the BSP now compiles.
636
6372000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * custom/arm_bare_bsp.cfg: Fix comments.
640
6412000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
644        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
645        * ChangeLog: File paths corrected
646
6472000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
648
649        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
650
6512000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * custom/pck6.cfg: New file
654        * custom/pc486.cfg: Use -m486
655        * custom/pc586.cfg: Use -mpentium
656        * custom/pc686.cfg: Use -mmpentiumpro
657        * custom/i386ex.cfg: Use -msoft-float
658
6592000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
660
661        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
662
6632000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
664
665        * ChangeLog: File paths corrected.
666
6672000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
668
669        * custom/mvme167.cfg: Add specification of printk port, console port
670        and serial I/O mode.  Arrange for the stripped executable to
671        be copied up the build tree.
672       
6732000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
674
675        * custom/mbx8xx.cfg: Support for shared printk and no termios.
676
6772000-08-10      John Cotton  <john.cotton@nrc.ca>
678
679        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
680
6812000-08-10      Joel Sherrill <joel@OARcorp.com>
682
683        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.