source: rtems/scripts/ChangeLog @ ff47e5b

4.104.114.84.95
Last change on this file since ff47e5b was ff47e5b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/29/02 at 14:15:34

2001-03-29 Joel Sherrill <joel@…>

  • gcc3newlib/.cvsignore: New file.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12001-03-29      Joel Sherrill <joel@OARcorp.com>
2
3        * gcc3newlib/.cvsignore: New file.
4
52001-03-28      Joel Sherrill <joel@OARcorp.com>
6
7        * Per PR64 added support for gcc 3.x RPMs
8        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
9        * mkgcc3newlibspec.in: New file.
10        * gcc3newlib: New subdirectory.
11        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
12        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
13        README, target-g77.add, target-gcc.add, target-gcj.add,
14        target-objc.add: New files.
15
162001-03-28      Joel Sherrill <joel@OARcorp.com>
17
18        * binutils/binutils.add: Commented out patch since binutils 2.12
19        does not require one.
20
212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac:
24        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
25        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
26        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
34
35        * PR151
36        * autotools/automake-rtems.spec.in: New.
37        * autotools/automake-rtems.spec: Removed.
38        * configure.ac: Reflect changes above.
39
402001-02-27      Joel Sherrill <joel@OARcorp.com>
41
42        * configure.ac: Be a little more lenient in matching sparc-solaris.
43
442002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
47        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
48        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
49        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
50        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
51        gccnewlib/target-objc.add: Added more support for Canadian Cross
52        building.
53
542001-01-30      Joel Sherrill <joel@OARcorp.com>
55
56        * buildall.in: Corrected logic for detecting when no RPMs are installed.
57
582001-01-24      Joel Sherrill <joel@OARcorp.com>
59
60        * README: Added Canadian Cross instructions.
61
622002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
65        * mkbinutilsspec.in: Add propagation of @prefix@.
66        * binutils/base-binutils.add:
67        Let %post and %unpost apply %{_prefix}.
68        Apply %{_prefix} instead of /opt/rtems.
69        * binutils/binutils.add: Update copyright notice.
70        Add _prefix.
71        Apply %{_prefix} instead of /opt/rtems.
72        Remove -a 0 in %setup.
73        Rework hack to SuSE's rpm screwing up %{_target}.
74        Replace ARGS with CONFIGURE_ARGS.
75        * binutils/target-binutils.add:
76        Apply %{_prefix} instead of /opt/rtems.
77
782002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * binutils/binutils.add: Add initial support for building
81        Canadian cross RPMs.  It should work like this:
82            cd rtems/scripts
83            ./configure --build=`../config.guess` --host=i386-cygwin
84            make install
85            rpm --target=i386-cygwin \
86                /usr/src/redhat/SPECS/<target>-binutils-..spec.
87
88            alien -t /usr/src/redhat/RPMS/....i386.rpm
89        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
90
912001-01-22      Joel Sherrill <joel@OARcorp.com>
92
93        * buildalltar.in: Modified to support Canadian cross builds.
94        It was testing using a RedHat 7.2 host to build *-rtems tools
95        that run on an i386-cygwin host.
96
972001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
100
1012001-10-16      Joel Sherrill <joel@OARcorp.com>
102
103        * setup.def: Bumped the gdb_patch_version to account for a configuration
104        problem on psim where it could not be enabled for powerpc-RTEMS.
105        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
106
1072001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
110        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
111        Target_alias.
112        * mkgdbspec.in: Guard sed-pattern against autoconf.
113        * mkbspspec.in: Guard sed-pattern against autoconf.
114        * configure.ac: Rework check for RPM_SPECSdir.
115        * autotools/automake-rtems.spec: Update to automake-1.5.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
126        Initially setup CLEANFILES using = instead of += to make
127        automake-1.5 happy.
128
1292001-09-13      Joel Sherrill <joel@OARcorp.com>
130
131        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
132        Revert changes because of gcc 2.5.x/3.0 transition and continue
133        to support gcc 2.95.x as primary version.
134
1352001-09-13      Joel Sherrill <joel@OARcorp.com>
136
137        * mkgccnewlibspec.in,
138        Use Target_alias not target_alias to avoid conflicts with new autoconf.
139        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
140        Only sparc and arm built for C/C++ OK. :(
141        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
142        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
143        * target-gcc.add: Modifications to reflect files not in gcc 3.1
144
1452001-09-13      Joel Sherrill <joel@OARcorp.com>
146
147        * autotools/.cvsignore: New file.
148
1492001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
152        autotools/automake-rtems.spec: New.
153        * configure.in, Makefile.am: Add autotools/.
154
1552001-08-30      Joel Sherrill <joel@OARcorp.com>
156
157        * .cvsignore: Add buildalltar.
158
1592001-08-30      Joel Sherrill <joel@OARcorp.com>
160
161        * buildalltar.in: New file.
162        * configure.in, Makefile.am: Modified to reflect addition of file.
163
1642001-08-10      Joel Sherrill <joel@OARcorp.com>
165
166        * mkgdbspec.in: Make list of simulators very complete.
167        * setup.def: Update versions.
168
1692001-07-03      Joel Sherrill <joel@OARcorp.com>
170
171        * setup.def, binutils.add, gccnewlib.add: Updated to build
172        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
173        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
174
1752001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Remove AC_EXEEXT, treat .exe manually.
178        * gccnewlib/base-gcc.add: Remove cpp.
179        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
180        copyright.
181
1822001-04-16      Joel Sherrill <joel@OARcorp.com>
183
184        * setup.def: Modified the binutils version to 2.11 and
185        RPM revision 3 to reflect experimentation with new binutils release.
186
1872001-04-11      Joel Sherrill <joel@OARcorp.com>
188
189        * binutils/Makefile.am: Added a29k-rtems.
190        * binutils/binutils.add: Switch to .bz2 extension to reflect
191        real way code is compressed on distribution sites now.
192
1932001-03-19      Joel Sherrill <joel@OARcorp.com>
194
195        * setup.def: Updated version numbers and patches for binutils
196        and gdb.  binutils was to get correct patch in field.  gdb
197        was to add mipstx39-rtems configurery support.
198
1992001-03-14      Joel Sherrill <joel@OARcorp.com>
200
201        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
202        configuration to gdb since this includes the JMR3904 simulator.
203
2042001-01-03      Joel Sherrill <joel@OARcorp.com>
205
206        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
207        binutils HISTORY to reflect new revision.  Updated gcc to fix
208        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
209
2102000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * gccnewlib/gccnewlib.add: Fix typo in URL.
213
2142000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
217        instead of $target to setup RPM_CPU, move chmod 755 buildall to
218        AC_OUTPUT's extra-cmds.
219       
2202000-10-30      Joel Sherrill <joel@OARcorp.com>
221
222        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
223        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
224        Added mips-rtems, updated to include new patches and
225        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
226
2272000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
230
2312000-10-18      Joel Sherrill <joel@OARcorp.com>
232
233        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
234
2352000-08-30      Joel Sherrill <joel@OARcorp.com>
236
237        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
238        Patches primarily add or16/or32 basic support to newlib and
239        i386 multilib improvements to gcc from Ralf Corsepius.
240
2412000-08-10      Joel Sherrill <joel@OARcorp.com>
242
243        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.