source: rtems/scripts/ChangeLog @ 383e974

4.104.114.84.95
Last change on this file since 383e974 was 383e974, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/02 at 13:07:59

2002-04-20 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix timestamps.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
4        timestamps.
5
62001-04-16      Joel Sherrill <joel@OARcorp.com>
7
8        * .cvsignore: Added files added by automake 1.6.1.
9        * setup.def: New shot at gcc 3.0.4 RPMs.
10        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
11        Deleted m68k-rtemself.
12        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
13 
142002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
17        Use *.tar.bz2.
18
192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * mkbinutilspec.in: Fix PATCH2.
22
232002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
26
272002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
30
31
322002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * mkbinutilspec.in: Add support for empty patch-version (no patch).
35        * mkgcc3newlibspec.in: Ditto.
36        * setup: Fix gcc3*_versions handling.
37        * setup.def: binutils_patch_version=.
38        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
39        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
40        * binutils/target-binutils.add: Comment out c++filt.
41        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
42        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
43        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
44        Comment out gcc-2.95.x hacks.
45        Remove *.la from installed files.
46        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
47
482001-04-02      Joel Sherrill <joel@OARcorp.com>
49
50        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
51
522001-03-29      Joel Sherrill <joel@OARcorp.com>
53
54        * .cvsignore: Added mkgcc3newlib.
55
562001-03-29      Joel Sherrill <joel@OARcorp.com>
57
58        * gcc3newlib/.cvsignore: New file.
59
602001-03-28      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR64 added support for gcc 3.x RPMs
63        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
64        * mkgcc3newlibspec.in: New file.
65        * gcc3newlib: New subdirectory.
66        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
67        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
68        README, target-g77.add, target-gcc.add, target-gcj.add,
69        target-objc.add: New files.
70
712001-03-28      Joel Sherrill <joel@OARcorp.com>
72
73        * binutils/binutils.add: Commented out patch since binutils 2.12
74        does not require one.
75
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
87
882002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
89
90        * PR151
91        * autotools/automake-rtems.spec.in: New.
92        * autotools/automake-rtems.spec: Removed.
93        * configure.ac: Reflect changes above.
94
952001-02-27      Joel Sherrill <joel@OARcorp.com>
96
97        * configure.ac: Be a little more lenient in matching sparc-solaris.
98
992002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
102        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
103        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
104        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
105        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
106        gccnewlib/target-objc.add: Added more support for Canadian Cross
107        building.
108
1092001-01-30      Joel Sherrill <joel@OARcorp.com>
110
111        * buildall.in: Corrected logic for detecting when no RPMs are installed.
112
1132001-01-24      Joel Sherrill <joel@OARcorp.com>
114
115        * README: Added Canadian Cross instructions.
116
1172002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
120        * mkbinutilsspec.in: Add propagation of @prefix@.
121        * binutils/base-binutils.add:
122        Let %post and %unpost apply %{_prefix}.
123        Apply %{_prefix} instead of /opt/rtems.
124        * binutils/binutils.add: Update copyright notice.
125        Add _prefix.
126        Apply %{_prefix} instead of /opt/rtems.
127        Remove -a 0 in %setup.
128        Rework hack to SuSE's rpm screwing up %{_target}.
129        Replace ARGS with CONFIGURE_ARGS.
130        * binutils/target-binutils.add:
131        Apply %{_prefix} instead of /opt/rtems.
132
1332002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * binutils/binutils.add: Add initial support for building
136        Canadian cross RPMs.  It should work like this:
137            cd rtems/scripts
138            ./configure --build=`../config.guess` --host=i386-cygwin
139            make install
140            rpm --target=i386-cygwin \
141                /usr/src/redhat/SPECS/<target>-binutils-..spec.
142
143            alien -t /usr/src/redhat/RPMS/....i386.rpm
144        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
145
1462001-01-22      Joel Sherrill <joel@OARcorp.com>
147
148        * buildalltar.in: Modified to support Canadian cross builds.
149        It was testing using a RedHat 7.2 host to build *-rtems tools
150        that run on an i386-cygwin host.
151
1522001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
155
1562001-10-16      Joel Sherrill <joel@OARcorp.com>
157
158        * setup.def: Bumped the gdb_patch_version to account for a configuration
159        problem on psim where it could not be enabled for powerpc-RTEMS.
160        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
161
1622001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
165        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
166        Target_alias.
167        * mkgdbspec.in: Guard sed-pattern against autoconf.
168        * mkbspspec.in: Guard sed-pattern against autoconf.
169        * configure.ac: Rework check for RPM_SPECSdir.
170        * autotools/automake-rtems.spec: Update to automake-1.5.
171
1722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
175        * configure.in: Remove.
176        * configure.ac: New file, generated from configure.in by autoupdate.
177
1782001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
181        Initially setup CLEANFILES using = instead of += to make
182        automake-1.5 happy.
183
1842001-09-13      Joel Sherrill <joel@OARcorp.com>
185
186        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
187        Revert changes because of gcc 2.5.x/3.0 transition and continue
188        to support gcc 2.95.x as primary version.
189
1902001-09-13      Joel Sherrill <joel@OARcorp.com>
191
192        * mkgccnewlibspec.in,
193        Use Target_alias not target_alias to avoid conflicts with new autoconf.
194        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
195        Only sparc and arm built for C/C++ OK. :(
196        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
197        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
198        * target-gcc.add: Modifications to reflect files not in gcc 3.1
199
2002001-09-13      Joel Sherrill <joel@OARcorp.com>
201
202        * autotools/.cvsignore: New file.
203
2042001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
207        autotools/automake-rtems.spec: New.
208        * configure.in, Makefile.am: Add autotools/.
209
2102001-08-30      Joel Sherrill <joel@OARcorp.com>
211
212        * .cvsignore: Add buildalltar.
213
2142001-08-30      Joel Sherrill <joel@OARcorp.com>
215
216        * buildalltar.in: New file.
217        * configure.in, Makefile.am: Modified to reflect addition of file.
218
2192001-08-10      Joel Sherrill <joel@OARcorp.com>
220
221        * mkgdbspec.in: Make list of simulators very complete.
222        * setup.def: Update versions.
223
2242001-07-03      Joel Sherrill <joel@OARcorp.com>
225
226        * setup.def, binutils.add, gccnewlib.add: Updated to build
227        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
228        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
229
2302001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.in: Remove AC_EXEEXT, treat .exe manually.
233        * gccnewlib/base-gcc.add: Remove cpp.
234        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
235        copyright.
236
2372001-04-16      Joel Sherrill <joel@OARcorp.com>
238
239        * setup.def: Modified the binutils version to 2.11 and
240        RPM revision 3 to reflect experimentation with new binutils release.
241
2422001-04-11      Joel Sherrill <joel@OARcorp.com>
243
244        * binutils/Makefile.am: Added a29k-rtems.
245        * binutils/binutils.add: Switch to .bz2 extension to reflect
246        real way code is compressed on distribution sites now.
247
2482001-03-19      Joel Sherrill <joel@OARcorp.com>
249
250        * setup.def: Updated version numbers and patches for binutils
251        and gdb.  binutils was to get correct patch in field.  gdb
252        was to add mipstx39-rtems configurery support.
253
2542001-03-14      Joel Sherrill <joel@OARcorp.com>
255
256        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
257        configuration to gdb since this includes the JMR3904 simulator.
258
2592001-01-03      Joel Sherrill <joel@OARcorp.com>
260
261        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
262        binutils HISTORY to reflect new revision.  Updated gcc to fix
263        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
264
2652000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * gccnewlib/gccnewlib.add: Fix typo in URL.
268
2692000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
272        instead of $target to setup RPM_CPU, move chmod 755 buildall to
273        AC_OUTPUT's extra-cmds.
274       
2752000-10-30      Joel Sherrill <joel@OARcorp.com>
276
277        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
278        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
279        Added mips-rtems, updated to include new patches and
280        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
281
2822000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
285
2862000-10-18      Joel Sherrill <joel@OARcorp.com>
287
288        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
289
2902000-08-30      Joel Sherrill <joel@OARcorp.com>
291
292        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
293        Patches primarily add or16/or32 basic support to newlib and
294        i386 multilib improvements to gcc from Ralf Corsepius.
295
2962000-08-10      Joel Sherrill <joel@OARcorp.com>
297
298        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.