source: rtems/scripts/ChangeLog @ 33d1719

4.104.114.84.95
Last change on this file since 33d1719 was 33d1719, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:09:56

2002-07-01 Joel Sherrill <joel@…>

  • setup.def: Update gcc3 RPMs for new patches.
  • Property mode set to 100644
File size: 10.7 KB
RevLine 
[33d1719]12002-07-01      Joel Sherrill <joel@OARcorp.com>
2
3        * setup.def: Update gcc3 RPMs for new patches.
4
[6d4210c1]52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
8
[c93fb2af]92002-06-14      Joel Sherrill <joel@OARcorp.com>
10
11        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
12        Updated to gcc 3.1 and gdb 5.2.
13
[72503c6]142001-05-29      Joel Sherrill <joel@OARcorp.com>
15
16        * setup.def: Updated to binutils 2.12.1.
17        * rtems/Makefile.am: Remove m68k-rtemself references.
18
[6e9746a2]192002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * mkgcc3newlibspec.in: Remove SETUP (bogus).
22        * gcc3newlib/target-c++.add: New.
23        * gcc3newlib/Makefile.am: Add target-c++.add.
24        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
25        Reflect having split out c++. Various minor fixes.
26        * gcc3newlib/base-gcc.add: Ditto.
27        * gcc3newlib/gccnewlib.add: Ditto.
28        * gcc3newlib/target-gcc.add: Ditto.
29
[383e974]302002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
33        timestamps.
34
[3f60b2aa]352001-04-16      Joel Sherrill <joel@OARcorp.com>
36
37        * .cvsignore: Added files added by automake 1.6.1.
38        * setup.def: New shot at gcc 3.0.4 RPMs.
39        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
40        Deleted m68k-rtemself.
41        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
42 
[1daced6]432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
46        Use *.tar.bz2.
47
[df2b589]482002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * mkbinutilspec.in: Fix PATCH2.
51
[55f4d3d4]522002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
55
[0d211e81]562002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
59
60
[df1f734]612002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * mkbinutilspec.in: Add support for empty patch-version (no patch).
64        * mkgcc3newlibspec.in: Ditto.
65        * setup: Fix gcc3*_versions handling.
66        * setup.def: binutils_patch_version=.
67        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
68        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
69        * binutils/target-binutils.add: Comment out c++filt.
70        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
71        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
72        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
73        Comment out gcc-2.95.x hacks.
74        Remove *.la from installed files.
75        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
76
[349a01cc]772001-04-02      Joel Sherrill <joel@OARcorp.com>
78
79        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
80
[d3c2a04]812001-03-29      Joel Sherrill <joel@OARcorp.com>
82
83        * .cvsignore: Added mkgcc3newlib.
84
[ff47e5b]852001-03-29      Joel Sherrill <joel@OARcorp.com>
86
87        * gcc3newlib/.cvsignore: New file.
88
[afe5cac]892001-03-28      Joel Sherrill <joel@OARcorp.com>
90
91        * Per PR64 added support for gcc 3.x RPMs
92        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
93        * mkgcc3newlibspec.in: New file.
94        * gcc3newlib: New subdirectory.
95        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
96        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
97        README, target-g77.add, target-gcc.add, target-gcj.add,
98        target-objc.add: New files.
99
[c2778fa]1002001-03-28      Joel Sherrill <joel@OARcorp.com>
101
102        * binutils/binutils.add: Commented out patch since binutils 2.12
103        does not require one.
104
[d7c8239]1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac:
108        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
109        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
110        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
116
[353dbe95]1172002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
118
119        * PR151
120        * autotools/automake-rtems.spec.in: New.
121        * autotools/automake-rtems.spec: Removed.
122        * configure.ac: Reflect changes above.
123
[0694dbab]1242001-02-27      Joel Sherrill <joel@OARcorp.com>
125
126        * configure.ac: Be a little more lenient in matching sparc-solaris.
127
[4b3af7a4]1282002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
131        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
132        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
133        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
134        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
135        gccnewlib/target-objc.add: Added more support for Canadian Cross
136        building.
137
[2d14fce]1382001-01-30      Joel Sherrill <joel@OARcorp.com>
139
140        * buildall.in: Corrected logic for detecting when no RPMs are installed.
141
[49d0704]1422001-01-24      Joel Sherrill <joel@OARcorp.com>
143
144        * README: Added Canadian Cross instructions.
145
[b96a7b1]1462002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
149        * mkbinutilsspec.in: Add propagation of @prefix@.
150        * binutils/base-binutils.add:
151        Let %post and %unpost apply %{_prefix}.
152        Apply %{_prefix} instead of /opt/rtems.
153        * binutils/binutils.add: Update copyright notice.
154        Add _prefix.
155        Apply %{_prefix} instead of /opt/rtems.
156        Remove -a 0 in %setup.
157        Rework hack to SuSE's rpm screwing up %{_target}.
158        Replace ARGS with CONFIGURE_ARGS.
159        * binutils/target-binutils.add:
160        Apply %{_prefix} instead of /opt/rtems.
161
[2cfb2387]1622002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * binutils/binutils.add: Add initial support for building
165        Canadian cross RPMs.  It should work like this:
166            cd rtems/scripts
167            ./configure --build=`../config.guess` --host=i386-cygwin
168            make install
169            rpm --target=i386-cygwin \
170                /usr/src/redhat/SPECS/<target>-binutils-..spec.
171
172            alien -t /usr/src/redhat/RPMS/....i386.rpm
173        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
174
[08f224b]1752001-01-22      Joel Sherrill <joel@OARcorp.com>
176
177        * buildalltar.in: Modified to support Canadian cross builds.
178        It was testing using a RedHat 7.2 host to build *-rtems tools
179        that run on an i386-cygwin host.
180
[96a2a02]1812001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
184
[7b2368b]1852001-10-16      Joel Sherrill <joel@OARcorp.com>
186
187        * setup.def: Bumped the gdb_patch_version to account for a configuration
188        problem on psim where it could not be enabled for powerpc-RTEMS.
189        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
190
[64cc4bb5]1912001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
194        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
195        Target_alias.
196        * mkgdbspec.in: Guard sed-pattern against autoconf.
197        * mkbspspec.in: Guard sed-pattern against autoconf.
198        * configure.ac: Rework check for RPM_SPECSdir.
199        * autotools/automake-rtems.spec: Update to automake-1.5.
200
[df25c998]2012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
204        * configure.in: Remove.
205        * configure.ac: New file, generated from configure.in by autoupdate.
206
[0671af6]2072001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
210        Initially setup CLEANFILES using = instead of += to make
211        automake-1.5 happy.
212
[1cd0db4]2132001-09-13      Joel Sherrill <joel@OARcorp.com>
214
215        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
216        Revert changes because of gcc 2.5.x/3.0 transition and continue
217        to support gcc 2.95.x as primary version.
218
[a8bd1de]2192001-09-13      Joel Sherrill <joel@OARcorp.com>
220
221        * mkgccnewlibspec.in,
222        Use Target_alias not target_alias to avoid conflicts with new autoconf.
223        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
224        Only sparc and arm built for C/C++ OK. :(
225        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
226        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
227        * target-gcc.add: Modifications to reflect files not in gcc 3.1
228
[34094cc3]2292001-09-13      Joel Sherrill <joel@OARcorp.com>
230
231        * autotools/.cvsignore: New file.
232
[a792b78]2332001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
236        autotools/automake-rtems.spec: New.
237        * configure.in, Makefile.am: Add autotools/.
238
[4331c3d]2392001-08-30      Joel Sherrill <joel@OARcorp.com>
240
241        * .cvsignore: Add buildalltar.
242
[302b76d]2432001-08-30      Joel Sherrill <joel@OARcorp.com>
244
245        * buildalltar.in: New file.
246        * configure.in, Makefile.am: Modified to reflect addition of file.
247
[b471c035]2482001-08-10      Joel Sherrill <joel@OARcorp.com>
249
250        * mkgdbspec.in: Make list of simulators very complete.
251        * setup.def: Update versions.
252
[6c5e3215]2532001-07-03      Joel Sherrill <joel@OARcorp.com>
254
255        * setup.def, binutils.add, gccnewlib.add: Updated to build
256        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
257        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
258
[01ec6c0]2592001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.in: Remove AC_EXEEXT, treat .exe manually.
262        * gccnewlib/base-gcc.add: Remove cpp.
263        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
264        copyright.
265
[4ff04390]2662001-04-16      Joel Sherrill <joel@OARcorp.com>
267
268        * setup.def: Modified the binutils version to 2.11 and
269        RPM revision 3 to reflect experimentation with new binutils release.
270
[365d16cf]2712001-04-11      Joel Sherrill <joel@OARcorp.com>
272
273        * binutils/Makefile.am: Added a29k-rtems.
274        * binutils/binutils.add: Switch to .bz2 extension to reflect
275        real way code is compressed on distribution sites now.
276
[9a4d549]2772001-03-19      Joel Sherrill <joel@OARcorp.com>
278
279        * setup.def: Updated version numbers and patches for binutils
280        and gdb.  binutils was to get correct patch in field.  gdb
281        was to add mipstx39-rtems configurery support.
282
[b9a7287e]2832001-03-14      Joel Sherrill <joel@OARcorp.com>
284
285        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
286        configuration to gdb since this includes the JMR3904 simulator.
287
[409f7d1]2882001-01-03      Joel Sherrill <joel@OARcorp.com>
289
290        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
291        binutils HISTORY to reflect new revision.  Updated gcc to fix
292        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
293
[ee6d205]2942000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * gccnewlib/gccnewlib.add: Fix typo in URL.
297
[bd914b46]2982000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
301        instead of $target to setup RPM_CPU, move chmod 755 buildall to
302        AC_OUTPUT's extra-cmds.
303       
[06f2f75]3042000-10-30      Joel Sherrill <joel@OARcorp.com>
305
306        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
307        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
308        Added mips-rtems, updated to include new patches and
309        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
310
[b507814]3112000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
314
[467ed56f]3152000-10-18      Joel Sherrill <joel@OARcorp.com>
316
317        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
318
[99b8e8c]3192000-08-30      Joel Sherrill <joel@OARcorp.com>
320
321        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
322        Patches primarily add or16/or32 basic support to newlib and
323        i386 multilib improvements to gcc from Ralf Corsepius.
324
[e94ad1fe]3252000-08-10      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.