source: rtems/scripts/ChangeLog @ 49d0704

4.104.114.84.95
Last change on this file since 49d0704 was 49d0704, checked in by Joel Sherrill <joel.sherrill@…>, on 01/24/02 at 14:18:41

2001-01-24 Joel Sherrill <joel@…>

  • README: Added Canadian Cross instructions.
  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[49d0704]12001-01-24      Joel Sherrill <joel@OARcorp.com>
2
3        * README: Added Canadian Cross instructions.
4
[b96a7b1]52002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
8        * mkbinutilsspec.in: Add propagation of @prefix@.
9        * binutils/base-binutils.add:
10        Let %post and %unpost apply %{_prefix}.
11        Apply %{_prefix} instead of /opt/rtems.
12        * binutils/binutils.add: Update copyright notice.
13        Add _prefix.
14        Apply %{_prefix} instead of /opt/rtems.
15        Remove -a 0 in %setup.
16        Rework hack to SuSE's rpm screwing up %{_target}.
17        Replace ARGS with CONFIGURE_ARGS.
18        * binutils/target-binutils.add:
19        Apply %{_prefix} instead of /opt/rtems.
20
[2cfb2387]212002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * binutils/binutils.add: Add initial support for building
24        Canadian cross RPMs.  It should work like this:
25            cd rtems/scripts
26            ./configure --build=`../config.guess` --host=i386-cygwin
27            make install
28            rpm --target=i386-cygwin \
29                /usr/src/redhat/SPECS/<target>-binutils-..spec.
30
31            alien -t /usr/src/redhat/RPMS/....i386.rpm
32        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
33
[08f224b]342001-01-22      Joel Sherrill <joel@OARcorp.com>
35
36        * buildalltar.in: Modified to support Canadian cross builds.
37        It was testing using a RedHat 7.2 host to build *-rtems tools
38        that run on an i386-cygwin host.
39
[96a2a02]402001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
43
[7b2368b]442001-10-16      Joel Sherrill <joel@OARcorp.com>
45
46        * setup.def: Bumped the gdb_patch_version to account for a configuration
47        problem on psim where it could not be enabled for powerpc-RTEMS.
48        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
49
[64cc4bb5]502001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
53        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
54        Target_alias.
55        * mkgdbspec.in: Guard sed-pattern against autoconf.
56        * mkbspspec.in: Guard sed-pattern against autoconf.
57        * configure.ac: Rework check for RPM_SPECSdir.
58        * autotools/automake-rtems.spec: Update to automake-1.5.
59
[df25c998]602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
63        * configure.in: Remove.
64        * configure.ac: New file, generated from configure.in by autoupdate.
65
[0671af6]662001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
69        Initially setup CLEANFILES using = instead of += to make
70        automake-1.5 happy.
71
[1cd0db4]722001-09-13      Joel Sherrill <joel@OARcorp.com>
73
74        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
75        Revert changes because of gcc 2.5.x/3.0 transition and continue
76        to support gcc 2.95.x as primary version.
77
[a8bd1de]782001-09-13      Joel Sherrill <joel@OARcorp.com>
79
80        * mkgccnewlibspec.in,
81        Use Target_alias not target_alias to avoid conflicts with new autoconf.
82        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
83        Only sparc and arm built for C/C++ OK. :(
84        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
85        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
86        * target-gcc.add: Modifications to reflect files not in gcc 3.1
87
[34094cc3]882001-09-13      Joel Sherrill <joel@OARcorp.com>
89
90        * autotools/.cvsignore: New file.
91
[a792b78]922001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
95        autotools/automake-rtems.spec: New.
96        * configure.in, Makefile.am: Add autotools/.
97
[4331c3d]982001-08-30      Joel Sherrill <joel@OARcorp.com>
99
100        * .cvsignore: Add buildalltar.
101
[302b76d]1022001-08-30      Joel Sherrill <joel@OARcorp.com>
103
104        * buildalltar.in: New file.
105        * configure.in, Makefile.am: Modified to reflect addition of file.
106
[b471c035]1072001-08-10      Joel Sherrill <joel@OARcorp.com>
108
109        * mkgdbspec.in: Make list of simulators very complete.
110        * setup.def: Update versions.
111
[6c5e3215]1122001-07-03      Joel Sherrill <joel@OARcorp.com>
113
114        * setup.def, binutils.add, gccnewlib.add: Updated to build
115        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
116        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
117
[01ec6c0]1182001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.in: Remove AC_EXEEXT, treat .exe manually.
121        * gccnewlib/base-gcc.add: Remove cpp.
122        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
123        copyright.
124
[4ff04390]1252001-04-16      Joel Sherrill <joel@OARcorp.com>
126
127        * setup.def: Modified the binutils version to 2.11 and
128        RPM revision 3 to reflect experimentation with new binutils release.
129
[365d16cf]1302001-04-11      Joel Sherrill <joel@OARcorp.com>
131
132        * binutils/Makefile.am: Added a29k-rtems.
133        * binutils/binutils.add: Switch to .bz2 extension to reflect
134        real way code is compressed on distribution sites now.
135
[9a4d549]1362001-03-19      Joel Sherrill <joel@OARcorp.com>
137
138        * setup.def: Updated version numbers and patches for binutils
139        and gdb.  binutils was to get correct patch in field.  gdb
140        was to add mipstx39-rtems configurery support.
141
[b9a7287e]1422001-03-14      Joel Sherrill <joel@OARcorp.com>
143
144        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
145        configuration to gdb since this includes the JMR3904 simulator.
146
[409f7d1]1472001-01-03      Joel Sherrill <joel@OARcorp.com>
148
149        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
150        binutils HISTORY to reflect new revision.  Updated gcc to fix
151        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
152
[ee6d205]1532000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * gccnewlib/gccnewlib.add: Fix typo in URL.
156
[bd914b46]1572000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
160        instead of $target to setup RPM_CPU, move chmod 755 buildall to
161        AC_OUTPUT's extra-cmds.
162       
[06f2f75]1632000-10-30      Joel Sherrill <joel@OARcorp.com>
164
165        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
166        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
167        Added mips-rtems, updated to include new patches and
168        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
169
[b507814]1702000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
173
[467ed56f]1742000-10-18      Joel Sherrill <joel@OARcorp.com>
175
176        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
177
[99b8e8c]1782000-08-30      Joel Sherrill <joel@OARcorp.com>
179
180        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
181        Patches primarily add or16/or32 basic support to newlib and
182        i386 multilib improvements to gcc from Ralf Corsepius.
183
[e94ad1fe]1842000-08-10      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.