source: rtems/scripts/ChangeLog @ b96a7b1

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

2002-01-23 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add AC_PREFIX_DEFAULT(opt/rtems).
  • mkbinutilsspec.in: Add propagation of @prefix@.
  • binutils/base-binutils.add: Let %post and %unpost apply %{_prefix}. Apply %{_prefix} instead of /opt/rtems.
  • binutils/binutils.add: Update copyright notice. Add _prefix. Apply %{_prefix} instead of /opt/rtems. Remove -a 0 in %setup. Rework hack to SuSE's rpm screwing up %{_target}. Replace ARGS with CONFIGURE_ARGS.
  • binutils/target-binutils.add: Apply %{_prefix} instead of /opt/rtems.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
4        * mkbinutilsspec.in: Add propagation of @prefix@.
5        * binutils/base-binutils.add:
6        Let %post and %unpost apply %{_prefix}.
7        Apply %{_prefix} instead of /opt/rtems.
8        * binutils/binutils.add: Update copyright notice.
9        Add _prefix.
10        Apply %{_prefix} instead of /opt/rtems.
11        Remove -a 0 in %setup.
12        Rework hack to SuSE's rpm screwing up %{_target}.
13        Replace ARGS with CONFIGURE_ARGS.
14        * binutils/target-binutils.add:
15        Apply %{_prefix} instead of /opt/rtems.
16
172002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * binutils/binutils.add: Add initial support for building
20        Canadian cross RPMs.  It should work like this:
21            cd rtems/scripts
22            ./configure --build=`../config.guess` --host=i386-cygwin
23            make install
24            rpm --target=i386-cygwin \
25                /usr/src/redhat/SPECS/<target>-binutils-..spec.
26
27            alien -t /usr/src/redhat/RPMS/....i386.rpm
28        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
29
302001-01-22      Joel Sherrill <joel@OARcorp.com>
31
32        * buildalltar.in: Modified to support Canadian cross builds.
33        It was testing using a RedHat 7.2 host to build *-rtems tools
34        that run on an i386-cygwin host.
35
362001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
39
402001-10-16      Joel Sherrill <joel@OARcorp.com>
41
42        * setup.def: Bumped the gdb_patch_version to account for a configuration
43        problem on psim where it could not be enabled for powerpc-RTEMS.
44        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
45
462001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
49        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
50        Target_alias.
51        * mkgdbspec.in: Guard sed-pattern against autoconf.
52        * mkbspspec.in: Guard sed-pattern against autoconf.
53        * configure.ac: Rework check for RPM_SPECSdir.
54        * autotools/automake-rtems.spec: Update to automake-1.5.
55
562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
59        * configure.in: Remove.
60        * configure.ac: New file, generated from configure.in by autoupdate.
61
622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
65        Initially setup CLEANFILES using = instead of += to make
66        automake-1.5 happy.
67
682001-09-13      Joel Sherrill <joel@OARcorp.com>
69
70        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
71        Revert changes because of gcc 2.5.x/3.0 transition and continue
72        to support gcc 2.95.x as primary version.
73
742001-09-13      Joel Sherrill <joel@OARcorp.com>
75
76        * mkgccnewlibspec.in,
77        Use Target_alias not target_alias to avoid conflicts with new autoconf.
78        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
79        Only sparc and arm built for C/C++ OK. :(
80        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
81        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
82        * target-gcc.add: Modifications to reflect files not in gcc 3.1
83
842001-09-13      Joel Sherrill <joel@OARcorp.com>
85
86        * autotools/.cvsignore: New file.
87
882001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
91        autotools/automake-rtems.spec: New.
92        * configure.in, Makefile.am: Add autotools/.
93
942001-08-30      Joel Sherrill <joel@OARcorp.com>
95
96        * .cvsignore: Add buildalltar.
97
982001-08-30      Joel Sherrill <joel@OARcorp.com>
99
100        * buildalltar.in: New file.
101        * configure.in, Makefile.am: Modified to reflect addition of file.
102
1032001-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * mkgdbspec.in: Make list of simulators very complete.
106        * setup.def: Update versions.
107
1082001-07-03      Joel Sherrill <joel@OARcorp.com>
109
110        * setup.def, binutils.add, gccnewlib.add: Updated to build
111        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
112        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
113
1142001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Remove AC_EXEEXT, treat .exe manually.
117        * gccnewlib/base-gcc.add: Remove cpp.
118        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
119        copyright.
120
1212001-04-16      Joel Sherrill <joel@OARcorp.com>
122
123        * setup.def: Modified the binutils version to 2.11 and
124        RPM revision 3 to reflect experimentation with new binutils release.
125
1262001-04-11      Joel Sherrill <joel@OARcorp.com>
127
128        * binutils/Makefile.am: Added a29k-rtems.
129        * binutils/binutils.add: Switch to .bz2 extension to reflect
130        real way code is compressed on distribution sites now.
131
1322001-03-19      Joel Sherrill <joel@OARcorp.com>
133
134        * setup.def: Updated version numbers and patches for binutils
135        and gdb.  binutils was to get correct patch in field.  gdb
136        was to add mipstx39-rtems configurery support.
137
1382001-03-14      Joel Sherrill <joel@OARcorp.com>
139
140        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
141        configuration to gdb since this includes the JMR3904 simulator.
142
1432001-01-03      Joel Sherrill <joel@OARcorp.com>
144
145        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
146        binutils HISTORY to reflect new revision.  Updated gcc to fix
147        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
148
1492000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * gccnewlib/gccnewlib.add: Fix typo in URL.
152
1532000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
156        instead of $target to setup RPM_CPU, move chmod 755 buildall to
157        AC_OUTPUT's extra-cmds.
158       
1592000-10-30      Joel Sherrill <joel@OARcorp.com>
160
161        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
162        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
163        Added mips-rtems, updated to include new patches and
164        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
165
1662000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
169
1702000-10-18      Joel Sherrill <joel@OARcorp.com>
171
172        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
173
1742000-08-30      Joel Sherrill <joel@OARcorp.com>
175
176        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
177        Patches primarily add or16/or32 basic support to newlib and
178        i386 multilib improvements to gcc from Ralf Corsepius.
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.