source: rtems/scripts/ChangeLog @ d7c8239

4.104.114.84.95
Last change on this file since d7c8239 was d7c8239, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:33

2002-03-27 Ralf Corsepius <corsepiu@…>

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