source: rtems/scripts/ChangeLog @ d3c2a04

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

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

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