source: rtems/scripts/ChangeLog @ c2778fa

4.104.114.84.95
Last change on this file since c2778fa was c2778fa, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 18:13:06

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

  • binutils/binutils.add: Commented out patch since binutils 2.12 does not require one.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12001-03-28      Joel Sherrill <joel@OARcorp.com>
2
3        * binutils/binutils.add: Commented out patch since binutils 2.12
4        does not require one.
5
62002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac:
9        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
10        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
11        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
17
182002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
19
20        * PR151
21        * autotools/automake-rtems.spec.in: New.
22        * autotools/automake-rtems.spec: Removed.
23        * configure.ac: Reflect changes above.
24
252001-02-27      Joel Sherrill <joel@OARcorp.com>
26
27        * configure.ac: Be a little more lenient in matching sparc-solaris.
28
292002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
32        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
33        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
34        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
35        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
36        gccnewlib/target-objc.add: Added more support for Canadian Cross
37        building.
38
392001-01-30      Joel Sherrill <joel@OARcorp.com>
40
41        * buildall.in: Corrected logic for detecting when no RPMs are installed.
42
432001-01-24      Joel Sherrill <joel@OARcorp.com>
44
45        * README: Added Canadian Cross instructions.
46
472002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
50        * mkbinutilsspec.in: Add propagation of @prefix@.
51        * binutils/base-binutils.add:
52        Let %post and %unpost apply %{_prefix}.
53        Apply %{_prefix} instead of /opt/rtems.
54        * binutils/binutils.add: Update copyright notice.
55        Add _prefix.
56        Apply %{_prefix} instead of /opt/rtems.
57        Remove -a 0 in %setup.
58        Rework hack to SuSE's rpm screwing up %{_target}.
59        Replace ARGS with CONFIGURE_ARGS.
60        * binutils/target-binutils.add:
61        Apply %{_prefix} instead of /opt/rtems.
62
632002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * binutils/binutils.add: Add initial support for building
66        Canadian cross RPMs.  It should work like this:
67            cd rtems/scripts
68            ./configure --build=`../config.guess` --host=i386-cygwin
69            make install
70            rpm --target=i386-cygwin \
71                /usr/src/redhat/SPECS/<target>-binutils-..spec.
72
73            alien -t /usr/src/redhat/RPMS/....i386.rpm
74        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
75
762001-01-22      Joel Sherrill <joel@OARcorp.com>
77
78        * buildalltar.in: Modified to support Canadian cross builds.
79        It was testing using a RedHat 7.2 host to build *-rtems tools
80        that run on an i386-cygwin host.
81
822001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
85
862001-10-16      Joel Sherrill <joel@OARcorp.com>
87
88        * setup.def: Bumped the gdb_patch_version to account for a configuration
89        problem on psim where it could not be enabled for powerpc-RTEMS.
90        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
91
922001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
95        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
96        Target_alias.
97        * mkgdbspec.in: Guard sed-pattern against autoconf.
98        * mkbspspec.in: Guard sed-pattern against autoconf.
99        * configure.ac: Rework check for RPM_SPECSdir.
100        * autotools/automake-rtems.spec: Update to automake-1.5.
101
1022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
105        * configure.in: Remove.
106        * configure.ac: New file, generated from configure.in by autoupdate.
107
1082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
111        Initially setup CLEANFILES using = instead of += to make
112        automake-1.5 happy.
113
1142001-09-13      Joel Sherrill <joel@OARcorp.com>
115
116        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
117        Revert changes because of gcc 2.5.x/3.0 transition and continue
118        to support gcc 2.95.x as primary version.
119
1202001-09-13      Joel Sherrill <joel@OARcorp.com>
121
122        * mkgccnewlibspec.in,
123        Use Target_alias not target_alias to avoid conflicts with new autoconf.
124        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
125        Only sparc and arm built for C/C++ OK. :(
126        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
127        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
128        * target-gcc.add: Modifications to reflect files not in gcc 3.1
129
1302001-09-13      Joel Sherrill <joel@OARcorp.com>
131
132        * autotools/.cvsignore: New file.
133
1342001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
137        autotools/automake-rtems.spec: New.
138        * configure.in, Makefile.am: Add autotools/.
139
1402001-08-30      Joel Sherrill <joel@OARcorp.com>
141
142        * .cvsignore: Add buildalltar.
143
1442001-08-30      Joel Sherrill <joel@OARcorp.com>
145
146        * buildalltar.in: New file.
147        * configure.in, Makefile.am: Modified to reflect addition of file.
148
1492001-08-10      Joel Sherrill <joel@OARcorp.com>
150
151        * mkgdbspec.in: Make list of simulators very complete.
152        * setup.def: Update versions.
153
1542001-07-03      Joel Sherrill <joel@OARcorp.com>
155
156        * setup.def, binutils.add, gccnewlib.add: Updated to build
157        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
158        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
159
1602001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: Remove AC_EXEEXT, treat .exe manually.
163        * gccnewlib/base-gcc.add: Remove cpp.
164        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
165        copyright.
166
1672001-04-16      Joel Sherrill <joel@OARcorp.com>
168
169        * setup.def: Modified the binutils version to 2.11 and
170        RPM revision 3 to reflect experimentation with new binutils release.
171
1722001-04-11      Joel Sherrill <joel@OARcorp.com>
173
174        * binutils/Makefile.am: Added a29k-rtems.
175        * binutils/binutils.add: Switch to .bz2 extension to reflect
176        real way code is compressed on distribution sites now.
177
1782001-03-19      Joel Sherrill <joel@OARcorp.com>
179
180        * setup.def: Updated version numbers and patches for binutils
181        and gdb.  binutils was to get correct patch in field.  gdb
182        was to add mipstx39-rtems configurery support.
183
1842001-03-14      Joel Sherrill <joel@OARcorp.com>
185
186        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
187        configuration to gdb since this includes the JMR3904 simulator.
188
1892001-01-03      Joel Sherrill <joel@OARcorp.com>
190
191        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
192        binutils HISTORY to reflect new revision.  Updated gcc to fix
193        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
194
1952000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * gccnewlib/gccnewlib.add: Fix typo in URL.
198
1992000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
202        instead of $target to setup RPM_CPU, move chmod 755 buildall to
203        AC_OUTPUT's extra-cmds.
204       
2052000-10-30      Joel Sherrill <joel@OARcorp.com>
206
207        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
208        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
209        Added mips-rtems, updated to include new patches and
210        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
211
2122000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
215
2162000-10-18      Joel Sherrill <joel@OARcorp.com>
217
218        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
219
2202000-08-30      Joel Sherrill <joel@OARcorp.com>
221
222        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
223        Patches primarily add or16/or32 basic support to newlib and
224        i386 multilib improvements to gcc from Ralf Corsepius.
225
2262000-08-10      Joel Sherrill <joel@OARcorp.com>
227
228        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.