source: rtems/scripts/ChangeLog @ 0694dbab

4.104.114.84.95
Last change on this file since 0694dbab was 0694dbab, checked in by Joel Sherrill <joel.sherrill@…>, on 02/27/02 at 21:56:41

2001-02-27 Joel Sherrill <joel@…>

  • configure.ac: Be a little more lenient in matching sparc-solaris.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12001-02-27      Joel Sherrill <joel@OARcorp.com>
2
3        * configure.ac: Be a little more lenient in matching sparc-solaris.
4
52002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
8        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
9        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
10        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
11        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
12        gccnewlib/target-objc.add: Added more support for Canadian Cross
13        building.
14
152001-01-30      Joel Sherrill <joel@OARcorp.com>
16
17        * buildall.in: Corrected logic for detecting when no RPMs are installed.
18
192001-01-24      Joel Sherrill <joel@OARcorp.com>
20
21        * README: Added Canadian Cross instructions.
22
232002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
26        * mkbinutilsspec.in: Add propagation of @prefix@.
27        * binutils/base-binutils.add:
28        Let %post and %unpost apply %{_prefix}.
29        Apply %{_prefix} instead of /opt/rtems.
30        * binutils/binutils.add: Update copyright notice.
31        Add _prefix.
32        Apply %{_prefix} instead of /opt/rtems.
33        Remove -a 0 in %setup.
34        Rework hack to SuSE's rpm screwing up %{_target}.
35        Replace ARGS with CONFIGURE_ARGS.
36        * binutils/target-binutils.add:
37        Apply %{_prefix} instead of /opt/rtems.
38
392002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * binutils/binutils.add: Add initial support for building
42        Canadian cross RPMs.  It should work like this:
43            cd rtems/scripts
44            ./configure --build=`../config.guess` --host=i386-cygwin
45            make install
46            rpm --target=i386-cygwin \
47                /usr/src/redhat/SPECS/<target>-binutils-..spec.
48
49            alien -t /usr/src/redhat/RPMS/....i386.rpm
50        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
51
522001-01-22      Joel Sherrill <joel@OARcorp.com>
53
54        * buildalltar.in: Modified to support Canadian cross builds.
55        It was testing using a RedHat 7.2 host to build *-rtems tools
56        that run on an i386-cygwin host.
57
582001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
61
622001-10-16      Joel Sherrill <joel@OARcorp.com>
63
64        * setup.def: Bumped the gdb_patch_version to account for a configuration
65        problem on psim where it could not be enabled for powerpc-RTEMS.
66        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
67
682001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
71        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
72        Target_alias.
73        * mkgdbspec.in: Guard sed-pattern against autoconf.
74        * mkbspspec.in: Guard sed-pattern against autoconf.
75        * configure.ac: Rework check for RPM_SPECSdir.
76        * autotools/automake-rtems.spec: Update to automake-1.5.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
87        Initially setup CLEANFILES using = instead of += to make
88        automake-1.5 happy.
89
902001-09-13      Joel Sherrill <joel@OARcorp.com>
91
92        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
93        Revert changes because of gcc 2.5.x/3.0 transition and continue
94        to support gcc 2.95.x as primary version.
95
962001-09-13      Joel Sherrill <joel@OARcorp.com>
97
98        * mkgccnewlibspec.in,
99        Use Target_alias not target_alias to avoid conflicts with new autoconf.
100        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
101        Only sparc and arm built for C/C++ OK. :(
102        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
103        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
104        * target-gcc.add: Modifications to reflect files not in gcc 3.1
105
1062001-09-13      Joel Sherrill <joel@OARcorp.com>
107
108        * autotools/.cvsignore: New file.
109
1102001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
113        autotools/automake-rtems.spec: New.
114        * configure.in, Makefile.am: Add autotools/.
115
1162001-08-30      Joel Sherrill <joel@OARcorp.com>
117
118        * .cvsignore: Add buildalltar.
119
1202001-08-30      Joel Sherrill <joel@OARcorp.com>
121
122        * buildalltar.in: New file.
123        * configure.in, Makefile.am: Modified to reflect addition of file.
124
1252001-08-10      Joel Sherrill <joel@OARcorp.com>
126
127        * mkgdbspec.in: Make list of simulators very complete.
128        * setup.def: Update versions.
129
1302001-07-03      Joel Sherrill <joel@OARcorp.com>
131
132        * setup.def, binutils.add, gccnewlib.add: Updated to build
133        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
134        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
135
1362001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Remove AC_EXEEXT, treat .exe manually.
139        * gccnewlib/base-gcc.add: Remove cpp.
140        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
141        copyright.
142
1432001-04-16      Joel Sherrill <joel@OARcorp.com>
144
145        * setup.def: Modified the binutils version to 2.11 and
146        RPM revision 3 to reflect experimentation with new binutils release.
147
1482001-04-11      Joel Sherrill <joel@OARcorp.com>
149
150        * binutils/Makefile.am: Added a29k-rtems.
151        * binutils/binutils.add: Switch to .bz2 extension to reflect
152        real way code is compressed on distribution sites now.
153
1542001-03-19      Joel Sherrill <joel@OARcorp.com>
155
156        * setup.def: Updated version numbers and patches for binutils
157        and gdb.  binutils was to get correct patch in field.  gdb
158        was to add mipstx39-rtems configurery support.
159
1602001-03-14      Joel Sherrill <joel@OARcorp.com>
161
162        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
163        configuration to gdb since this includes the JMR3904 simulator.
164
1652001-01-03      Joel Sherrill <joel@OARcorp.com>
166
167        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
168        binutils HISTORY to reflect new revision.  Updated gcc to fix
169        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
170
1712000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * gccnewlib/gccnewlib.add: Fix typo in URL.
174
1752000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
178        instead of $target to setup RPM_CPU, move chmod 755 buildall to
179        AC_OUTPUT's extra-cmds.
180       
1812000-10-30      Joel Sherrill <joel@OARcorp.com>
182
183        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
184        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
185        Added mips-rtems, updated to include new patches and
186        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
187
1882000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
191
1922000-10-18      Joel Sherrill <joel@OARcorp.com>
193
194        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
195
1962000-08-30      Joel Sherrill <joel@OARcorp.com>
197
198        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
199        Patches primarily add or16/or32 basic support to newlib and
200        i386 multilib improvements to gcc from Ralf Corsepius.
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.