source: rtems/scripts/ChangeLog @ 349a01cc

4.104.114.84.95
Last change on this file since 349a01cc was 349a01cc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/02 at 23:48:02

2001-04-02 Joel Sherrill <joel@…>

  • buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12001-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
4
52001-03-29      Joel Sherrill <joel@OARcorp.com>
6
7        * .cvsignore: Added mkgcc3newlib.
8
92001-03-29      Joel Sherrill <joel@OARcorp.com>
10
11        * gcc3newlib/.cvsignore: New file.
12
132001-03-28      Joel Sherrill <joel@OARcorp.com>
14
15        * Per PR64 added support for gcc 3.x RPMs
16        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
17        * mkgcc3newlibspec.in: New file.
18        * gcc3newlib: New subdirectory.
19        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
20        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
21        README, target-g77.add, target-gcc.add, target-gcj.add,
22        target-objc.add: New files.
23
242001-03-28      Joel Sherrill <joel@OARcorp.com>
25
26        * binutils/binutils.add: Commented out patch since binutils 2.12
27        does not require one.
28
292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac:
32        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
33        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
34        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
42
43        * PR151
44        * autotools/automake-rtems.spec.in: New.
45        * autotools/automake-rtems.spec: Removed.
46        * configure.ac: Reflect changes above.
47
482001-02-27      Joel Sherrill <joel@OARcorp.com>
49
50        * configure.ac: Be a little more lenient in matching sparc-solaris.
51
522002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
55        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
56        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
57        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
58        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
59        gccnewlib/target-objc.add: Added more support for Canadian Cross
60        building.
61
622001-01-30      Joel Sherrill <joel@OARcorp.com>
63
64        * buildall.in: Corrected logic for detecting when no RPMs are installed.
65
662001-01-24      Joel Sherrill <joel@OARcorp.com>
67
68        * README: Added Canadian Cross instructions.
69
702002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
73        * mkbinutilsspec.in: Add propagation of @prefix@.
74        * binutils/base-binutils.add:
75        Let %post and %unpost apply %{_prefix}.
76        Apply %{_prefix} instead of /opt/rtems.
77        * binutils/binutils.add: Update copyright notice.
78        Add _prefix.
79        Apply %{_prefix} instead of /opt/rtems.
80        Remove -a 0 in %setup.
81        Rework hack to SuSE's rpm screwing up %{_target}.
82        Replace ARGS with CONFIGURE_ARGS.
83        * binutils/target-binutils.add:
84        Apply %{_prefix} instead of /opt/rtems.
85
862002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * binutils/binutils.add: Add initial support for building
89        Canadian cross RPMs.  It should work like this:
90            cd rtems/scripts
91            ./configure --build=`../config.guess` --host=i386-cygwin
92            make install
93            rpm --target=i386-cygwin \
94                /usr/src/redhat/SPECS/<target>-binutils-..spec.
95
96            alien -t /usr/src/redhat/RPMS/....i386.rpm
97        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
98
992001-01-22      Joel Sherrill <joel@OARcorp.com>
100
101        * buildalltar.in: Modified to support Canadian cross builds.
102        It was testing using a RedHat 7.2 host to build *-rtems tools
103        that run on an i386-cygwin host.
104
1052001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
108
1092001-10-16      Joel Sherrill <joel@OARcorp.com>
110
111        * setup.def: Bumped the gdb_patch_version to account for a configuration
112        problem on psim where it could not be enabled for powerpc-RTEMS.
113        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
114
1152001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
118        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
119        Target_alias.
120        * mkgdbspec.in: Guard sed-pattern against autoconf.
121        * mkbspspec.in: Guard sed-pattern against autoconf.
122        * configure.ac: Rework check for RPM_SPECSdir.
123        * autotools/automake-rtems.spec: Update to automake-1.5.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
134        Initially setup CLEANFILES using = instead of += to make
135        automake-1.5 happy.
136
1372001-09-13      Joel Sherrill <joel@OARcorp.com>
138
139        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
140        Revert changes because of gcc 2.5.x/3.0 transition and continue
141        to support gcc 2.95.x as primary version.
142
1432001-09-13      Joel Sherrill <joel@OARcorp.com>
144
145        * mkgccnewlibspec.in,
146        Use Target_alias not target_alias to avoid conflicts with new autoconf.
147        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
148        Only sparc and arm built for C/C++ OK. :(
149        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
150        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
151        * target-gcc.add: Modifications to reflect files not in gcc 3.1
152
1532001-09-13      Joel Sherrill <joel@OARcorp.com>
154
155        * autotools/.cvsignore: New file.
156
1572001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
160        autotools/automake-rtems.spec: New.
161        * configure.in, Makefile.am: Add autotools/.
162
1632001-08-30      Joel Sherrill <joel@OARcorp.com>
164
165        * .cvsignore: Add buildalltar.
166
1672001-08-30      Joel Sherrill <joel@OARcorp.com>
168
169        * buildalltar.in: New file.
170        * configure.in, Makefile.am: Modified to reflect addition of file.
171
1722001-08-10      Joel Sherrill <joel@OARcorp.com>
173
174        * mkgdbspec.in: Make list of simulators very complete.
175        * setup.def: Update versions.
176
1772001-07-03      Joel Sherrill <joel@OARcorp.com>
178
179        * setup.def, binutils.add, gccnewlib.add: Updated to build
180        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
181        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
182
1832001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Remove AC_EXEEXT, treat .exe manually.
186        * gccnewlib/base-gcc.add: Remove cpp.
187        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
188        copyright.
189
1902001-04-16      Joel Sherrill <joel@OARcorp.com>
191
192        * setup.def: Modified the binutils version to 2.11 and
193        RPM revision 3 to reflect experimentation with new binutils release.
194
1952001-04-11      Joel Sherrill <joel@OARcorp.com>
196
197        * binutils/Makefile.am: Added a29k-rtems.
198        * binutils/binutils.add: Switch to .bz2 extension to reflect
199        real way code is compressed on distribution sites now.
200
2012001-03-19      Joel Sherrill <joel@OARcorp.com>
202
203        * setup.def: Updated version numbers and patches for binutils
204        and gdb.  binutils was to get correct patch in field.  gdb
205        was to add mipstx39-rtems configurery support.
206
2072001-03-14      Joel Sherrill <joel@OARcorp.com>
208
209        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
210        configuration to gdb since this includes the JMR3904 simulator.
211
2122001-01-03      Joel Sherrill <joel@OARcorp.com>
213
214        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
215        binutils HISTORY to reflect new revision.  Updated gcc to fix
216        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
217
2182000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * gccnewlib/gccnewlib.add: Fix typo in URL.
221
2222000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
225        instead of $target to setup RPM_CPU, move chmod 755 buildall to
226        AC_OUTPUT's extra-cmds.
227       
2282000-10-30      Joel Sherrill <joel@OARcorp.com>
229
230        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
231        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
232        Added mips-rtems, updated to include new patches and
233        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
234
2352000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
238
2392000-10-18      Joel Sherrill <joel@OARcorp.com>
240
241        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
242
2432000-08-30      Joel Sherrill <joel@OARcorp.com>
244
245        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
246        Patches primarily add or16/or32 basic support to newlib and
247        i386 multilib improvements to gcc from Ralf Corsepius.
248
2492000-08-10      Joel Sherrill <joel@OARcorp.com>
250
251        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.