source: rtems/make/ChangeLog @ c061304

4.104.114.84.95
Last change on this file since c061304 was c061304, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 14:38:18

2000-11-30 Joel Sherrill <joel@…>

  • custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually a mips1. gcc translates -m3900 into that.
  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[b96ca51]1
[c061304]22000-11-30      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
5        a mips1.  gcc translates -m3900 into that.
6
[e066afe8]72000-11-27      Joel Sherrill <joel@OARcorp.com>
8
9        * custom/jmr3904.cfg: Fix incorrect reference to i960.
10
[1c69af9b]112000-11-27      Joel Sherrill <joel@OARcorp.com>
12
13        * custom/shsim.cfg: New file.
14        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
15        The shsim is for the SH simulator in gdb. It should be able
16        to be used with multiple SH CPU models.  This will require
17        adding BSP variants.
18
[511374e4]192000-11-25      Joel Sherrill <joel@OARcorp.com>
20
21        * custom/pc386.cfg: make-exe rule would write into
22        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
23        is generally not writeable after the BSP is installed and you do not
24        want every application installed there by default.  Reported by
25        Eric Norum <eric.norum@usask.ca>.
26
[732d4db]272000-11-25      Joel Sherrill <joel@OARcorp.com>
28
29        * custom/Makefile.am: Updated to add jmr3904.cfg
30        * custom/jmr3904.cfg: New file.
31
[8c47d509]322000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * custom/leon2.cfg: Removed defines that are now generated
35        in a non-BSP specific manner.
36
[cd0324cf]372000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
38
39        * custom/Makefile.am: Modified to reflect addition of files.
40        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
41        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
42
[b2e4f3a8]432000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
46
[2b0714f3]472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
50
[c801aba]512000-10-24      Joel Sherrill <joel@OARcorp.com>
52
53        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
54        definition since this information can be picked up from
55        autoconf generated files.  These BSPs are shared by the
56        mips and mips64orion "ports."
57
[3a410c5]582000-10-18      Joel Sherrill <joel@OARcorp.com>
59
60        * compilers/gcc-portsw.cfg: Use gcc style flags.
61
[3db37a7c]622000-09-13      Joel Sherrill <joel@OARcorp.com>
63
64        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
65        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
66
[fb7e6dcf]672000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
68
69        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
70        Eric Valette <valette@crf.canon.fr>.
71        * custom/vegaplus.cfg: New file.
72
[2094513]732000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
76        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
77        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
78        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
79        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
80        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
81        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
82
[5174271]832000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * custom/gensh2.cfg: Fix comments.
86
[9fbf213]872000-09-12      Joel Sherrill <joel@OARcorp.com>
88
89        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
90        compiler arguments that specify CPU model options.
91
[0905e0f]922000-09-12      Joel Sherrill <joel@OARcorp.com>
93
94        * custom/mbx860_005b.cfg (make-target-options): Add lines to
95        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
96        may be incorrect but the BSP now compiles.
97
[e0457c6b]982000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * custom/arm_bare_bsp.cfg: Fix comments.
101
[c698e7b8]1022000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
105        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
106        * ChangeLog: File paths corrected
107
[ef386359]1082000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
111
[6fe4d043]1122000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[c698e7b8]113
114        * custom/pck6.cfg: New file
115        * custom/pc486.cfg: Use -m486
116        * custom/pc586.cfg: Use -mpentium
117        * custom/pc686.cfg: Use -mmpentiumpro
[6fe4d043]118        * custom/i386ex.cfg: Use -msoft-float
119
[060d538]1202000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
121
122        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
123
[b24a093]1242000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * ChangeLog: File paths corrected.
127
[b96ca51]1282000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]129
[b96ca51]130        * custom/mvme167.cfg: Add specification of printk port, console port
131        and serial I/O mode.  Arrange for the stripped executable to
132        be copied up the build tree.
[380b5227]133       
1342000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]135
[380b5227]136        * custom/mbx8xx.cfg: Support for shared printk and no termios.
137
1382000-08-10      John Cotton  <john.cotton@nrc.ca>
[b24a093]139
[380b5227]140        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
[f1aa400]141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.