1 |
205 |
julius |
2009-10-06 Ian Lance Taylor
|
2 |
|
|
|
3 |
|
|
* Makefile.def: check-gold depends upon all-gas.
|
4 |
|
|
* Makefile.in: Rebuild.
|
5 |
|
|
|
6 |
|
|
2009-09-02 Paolo Bonzini
|
7 |
|
|
|
8 |
|
|
* Makefile.tpl (AWK): Fix typo.
|
9 |
|
|
* Makefile.in: Regenerate.
|
10 |
|
|
|
11 |
|
|
2009-09-02 Paolo Bonzini
|
12 |
|
|
|
13 |
|
|
* configure.ac: Detect awk and sed.
|
14 |
|
|
* Makefile.def (flags_to_pass): Add AWK and SED.
|
15 |
|
|
* Makefile.tpl (AWK, SED): New.
|
16 |
|
|
(BASE_FLAGS_TO_PASS): Add AWK and SED.
|
17 |
|
|
* configure: Regenerate.
|
18 |
|
|
* Makefile.in: Regenerate.
|
19 |
|
|
|
20 |
|
|
2009-09-01 Tristan Gingold
|
21 |
|
|
|
22 |
|
|
* setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
|
23 |
|
|
Remove logical names.
|
24 |
|
|
|
25 |
|
|
2009-08-31 Dave Korn
|
26 |
|
|
|
27 |
|
|
* ltmain.sh (func_normal_abspath): New function.
|
28 |
|
|
(func_relative_path): Likewise.
|
29 |
|
|
(func_mode_help): Document new -bindir option for link mode.
|
30 |
|
|
(func_mode_link): Add new -bindir option, and use it to place
|
31 |
|
|
output DLL if specified.
|
32 |
|
|
|
33 |
|
|
2009-08-24 Ralf Wildenhues
|
34 |
|
|
|
35 |
|
|
* configure.ac (AC_PREREQ): Bump to 2.64.
|
36 |
|
|
|
37 |
|
|
2009-08-22 Ralf Wildenhues
|
38 |
|
|
|
39 |
|
|
* README-maintainer-mode: Point directly to upstream locations
|
40 |
|
|
for autoconf, automake, libtool, gettext, instead of copies on
|
41 |
|
|
sources.redhat.com. Document required versions.
|
42 |
|
|
* configure.ac: Do not substitute datarootdir, htmldir,
|
43 |
|
|
pdfdir, docdir. Do not process --with-datarootdir,
|
44 |
|
|
--with-htmldir, --with-pdfdir, --with-docdir.
|
45 |
|
|
* configure: Regenerate.
|
46 |
|
|
|
47 |
|
|
* configure: Regenerate.
|
48 |
|
|
|
49 |
|
|
* compile: Sync from Automake 1.11.
|
50 |
|
|
* depcomp: Likewise.
|
51 |
|
|
* install-sh: Likewise.
|
52 |
|
|
* missing: Likewise.
|
53 |
|
|
* mkinstalldirs: Likewise.
|
54 |
|
|
* ylwrap: Likewise.
|
55 |
|
|
|
56 |
|
|
2009-08-19 Ralf Wildenhues
|
57 |
|
|
|
58 |
|
|
* configure.ac: Call AC_DISABLE_OPTION_CHECKING.
|
59 |
|
|
(baseargs): Add --disable-option-checking.
|
60 |
|
|
* configure: Regenerate.
|
61 |
|
|
|
62 |
|
|
* Makefile.def (configure-target-libiberty): Depend on
|
63 |
|
|
all-binutils and all-ld.
|
64 |
|
|
(configure-target-newlib): Likewise.
|
65 |
|
|
* Makefile.in: Regenerate.
|
66 |
|
|
|
67 |
|
|
2009-08-19 Ralf Wildenhues
|
68 |
|
|
|
69 |
|
|
Sync with GCC, merge:
|
70 |
|
|
|
71 |
|
|
2009-07-31 Christian Bruel
|
72 |
|
|
|
73 |
|
|
* configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
|
74 |
|
|
* configure: Regenerate.
|
75 |
|
|
|
76 |
|
|
2009-07-06 Ian Lance Taylor
|
77 |
|
|
|
78 |
|
|
* configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
|
79 |
|
|
* configure: Rebuild.
|
80 |
|
|
|
81 |
|
|
2009-06-26 Steve Ellcey
|
82 |
|
|
|
83 |
|
|
PR bootstrap/40338
|
84 |
|
|
* configure.ac (comparestring): Create new variable.
|
85 |
|
|
* Makefile.tpl (comparestring): Use to skip some comparisions.
|
86 |
|
|
* configure: Regenerate.
|
87 |
|
|
* Makefile.in: Regenerate.
|
88 |
|
|
|
89 |
|
|
2009-06-23 Ian Lance Taylor
|
90 |
|
|
|
91 |
|
|
* configure.ac: Add --enable-build-with-cxx. When set, add c++ to
|
92 |
|
|
boot_languages. Only bootstrap target libraries listed in
|
93 |
|
|
target_libs for some boot language. Add --with-stage1-ldflags,
|
94 |
|
|
--with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
|
95 |
|
|
with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
|
96 |
|
|
if not building with C++.
|
97 |
|
|
* Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
|
98 |
|
|
* Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
|
99 |
|
|
(POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
|
100 |
|
|
(HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
|
101 |
|
|
(POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
|
102 |
|
|
POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
|
103 |
|
|
(POSTSTAGE1_FLAGS_TO_PASS): Likewise.
|
104 |
|
|
* configure, Makefile.in: Rebuild.
|
105 |
|
|
|
106 |
|
|
2009-06-08 Kaveh R. Ghazi
|
107 |
|
|
|
108 |
|
|
* configure.ac: Detect MPC in default directory.
|
109 |
|
|
* configure: Regenerate.
|
110 |
|
|
|
111 |
|
|
2009-06-02 Richard Sandiford
|
112 |
|
|
|
113 |
|
|
* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
|
114 |
|
|
to noconfdirs.
|
115 |
|
|
* configure: Regenerate.
|
116 |
|
|
|
117 |
|
|
2009-05-29 Kaveh R. Ghazi
|
118 |
|
|
|
119 |
|
|
* Makefile.def: Add MPC support and dependencies.
|
120 |
|
|
* configure.ac: Likewise. Reorganize GMP/MPFR checks.
|
121 |
|
|
|
122 |
|
|
* Makefile.in, configure: Regenerate.
|
123 |
|
|
|
124 |
|
|
2009-05-24 Nicolas Roche
|
125 |
|
|
|
126 |
|
|
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
|
127 |
|
|
* Makefile.in: Regenerate.
|
128 |
|
|
|
129 |
|
|
2009-05-21 Dave Korn
|
130 |
|
|
|
131 |
|
|
* configure.ac (cygwin noconfigdirs): Remove libgcj.
|
132 |
|
|
* configure: Regenerate.
|
133 |
|
|
|
134 |
|
|
2009-05-07 Dave Korn
|
135 |
|
|
|
136 |
|
|
* configure.ac ($with_ppl): Default to no if not supplied.
|
137 |
|
|
($with_cloog): Likewise.
|
138 |
|
|
configure: Regenerate.
|
139 |
|
|
|
140 |
|
|
2009-04-24 Kaveh R. Ghazi
|
141 |
|
|
|
142 |
|
|
PR bootstrap/39739
|
143 |
|
|
* configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
|
144 |
|
|
* Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
|
145 |
|
|
|
146 |
|
|
* configure, Makefile.in: Regenerate.
|
147 |
|
|
|
148 |
|
|
2009-04-14 Jakub Jelinek
|
149 |
|
|
|
150 |
|
|
* configure.ac: Change copyright header to refer to version
|
151 |
|
|
3 of the GNU General Public License and to point readers at the
|
152 |
|
|
COPYING3 file and the FSF's license web page.
|
153 |
|
|
* Makefile.def: Likewise.
|
154 |
|
|
* Makefile.tpl: Likewise.
|
155 |
|
|
* Makefile.in: Regenerate.
|
156 |
|
|
|
157 |
|
|
2009-04-09 Jack Howarth
|
158 |
|
|
|
159 |
|
|
* configure.ac: Restore match for darwin9 or later. Use double
|
160 |
|
|
brackets since regeneration eats one pair.
|
161 |
|
|
* configure: Regenerate.
|
162 |
|
|
|
163 |
|
|
2009-08-18 Christopher Faylor
|
164 |
|
|
|
165 |
|
|
* MAINTAINERS: Perform some obvious fixups.
|
166 |
|
|
|
167 |
|
|
2009-08-17 Ben Elliston
|
168 |
|
|
|
169 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
170 |
|
|
|
171 |
|
|
2009-08-06 Michael Eager
|
172 |
|
|
|
173 |
|
|
* configure.ac: Add Microblaze target.
|
174 |
|
|
* configure: Regenerate.
|
175 |
|
|
|
176 |
|
|
2009-07-02 Tristan Gingold
|
177 |
|
|
|
178 |
|
|
* configure.ac: Do not exclude gas for i386-*-darwin.
|
179 |
|
|
Add a case for x86_64-*-darwin.
|
180 |
|
|
* configure: Regenerate.
|
181 |
|
|
|
182 |
|
|
2009-06-26 Doug Evans
|
183 |
|
|
|
184 |
|
|
* Makefile.def (host_modules): Add cgen.
|
185 |
|
|
* Makefile.in: Regenerate.
|
186 |
|
|
* configure.ac (host_tools): Add cgen.
|
187 |
|
|
* configure: Regenerate.
|
188 |
|
|
|
189 |
|
|
2009-06-17 Michael Eager
|
190 |
|
|
|
191 |
|
|
* COPYING.LIBGLOSS: Add Xilinx license.
|
192 |
|
|
|
193 |
|
|
2009-06-15 Ryan Mansfield
|
194 |
|
|
|
195 |
|
|
* configure.ac: Define is_elf for QNX Neutrino targets.
|
196 |
|
|
* configure: Regenerate.
|
197 |
|
|
|
198 |
|
|
2009-06-03 Jerome Guitton
|
199 |
|
|
Ralf Wildenhues
|
200 |
|
|
|
201 |
|
|
* Makefile.tpl (all): Avoid a trailing backslash.
|
202 |
|
|
* Makefile.in: Regenerate.
|
203 |
|
|
|
204 |
|
|
2009-06-03 Ben Elliston
|
205 |
|
|
|
206 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
207 |
|
|
|
208 |
|
|
2009-06-02 Alexandre Oliva
|
209 |
|
|
|
210 |
|
|
* Makefile.tpl ([+compare-target+]): Compare all stage
|
211 |
|
|
directories, rather than just gcc.
|
212 |
|
|
* Makefile.in: Rebuilt.
|
213 |
|
|
|
214 |
|
|
2009-05-28 Doug Kwan
|
215 |
|
|
|
216 |
|
|
* configure.ac: Support gold for target arm*-*-*.
|
217 |
|
|
* configure: Regenerate.
|
218 |
|
|
|
219 |
|
|
2009-05-27 Alexandre Oliva
|
220 |
|
|
|
221 |
|
|
* Makefile.tpl (all): Avoid harmless warning in make all when
|
222 |
|
|
gcc-bootstrap is enabled but stage_last does not exist.
|
223 |
|
|
* Makefile.in: Rebuilt.
|
224 |
|
|
|
225 |
|
|
2009-05-25 Tristan Gingold
|
226 |
|
|
|
227 |
|
|
* setup.com: Complete the file with configuration and build.
|
228 |
|
|
|
229 |
|
|
2009-05-18 Alexandre Oliva
|
230 |
|
|
|
231 |
|
|
PR other/40159
|
232 |
|
|
* Makefile.tpl (all): Don't assume gcc-bootstrap and
|
233 |
|
|
gcc-no-bootstrap are mutually exclusive.
|
234 |
|
|
* Makefile.in: Rebuilt.
|
235 |
|
|
|
236 |
|
|
2009-05-18 Alexandre Oliva
|
237 |
|
|
|
238 |
|
|
PR other/40159
|
239 |
|
|
* Makefile.tpl (all): Don't end with unconditional success.
|
240 |
|
|
* Makefile.in: Rebuilt.
|
241 |
|
|
|
242 |
|
|
2009-05-12 Alexandre Oliva
|
243 |
|
|
|
244 |
|
|
PR target/37137
|
245 |
|
|
* Makefile.def (flags_to_pass): Remove redundant and incomplete
|
246 |
|
|
STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
|
247 |
|
|
Add FLAGS_FOR_TARGET and BUILD_CONFIG.
|
248 |
|
|
(bootstrap_stage): Remove bootstrap-debug custom stages. Turn
|
249 |
|
|
stage_configureflags, stage_cflags and stage_libcflags into
|
250 |
|
|
explicit Makefile macros.
|
251 |
|
|
* Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
|
252 |
|
|
GFORTRAN.
|
253 |
|
|
(POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
|
254 |
|
|
CC. Set CC_FOR_BUILD from CC.
|
255 |
|
|
(BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
|
256 |
|
|
NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
|
257 |
|
|
DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
|
258 |
|
|
XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
|
259 |
|
|
and GFORTRAN.
|
260 |
|
|
(TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
|
261 |
|
|
(_LIBCFLAGS): Renamed to _TFLAGS.
|
262 |
|
|
(do-compare-debug, do-compare3-debug): Drop.
|
263 |
|
|
(CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
|
264 |
|
|
GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
|
265 |
|
|
(FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
|
266 |
|
|
DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
|
267 |
|
|
(XGCC_FLAGS_FOR_TARGET): New.
|
268 |
|
|
(BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
|
269 |
|
|
(EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
|
270 |
|
|
(POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
|
271 |
|
|
DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
|
272 |
|
|
LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
|
273 |
|
|
to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
|
274 |
|
|
TFLAGS.
|
275 |
|
|
(BUILD_CONFIG): Include if requested.
|
276 |
|
|
(all): Set TFLAGS on bootstrap.
|
277 |
|
|
(configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
|
278 |
|
|
(all-stageid-prefixmodule): Likewise.
|
279 |
|
|
(do-clean, distclean-stageid): Set TFLAGS.
|
280 |
|
|
(restrap): Fix whitespace.
|
281 |
|
|
* Makefile.in: Rebuilt.
|
282 |
|
|
|
283 |
|
|
2009-04-25 Eric Botcazou
|
284 |
|
|
|
285 |
|
|
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
|
286 |
|
|
(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
|
287 |
|
|
* Makefile.in: Regenerate.
|
288 |
|
|
|
289 |
|
|
2009-04-24 Eli Zaretskii
|
290 |
|
|
|
291 |
|
|
* config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
|
292 |
|
|
consistency with config.sub. (Update from upstream sources.)
|
293 |
|
|
|
294 |
|
|
2009-04-21 Joseph Myers
|
295 |
|
|
|
296 |
|
|
* texinfo/texinfo.tex: Update to version 2009-03-28.05.
|
297 |
|
|
|
298 |
|
|
2009-04-17 Ben Elliston
|
299 |
|
|
|
300 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
301 |
|
|
|
302 |
|
|
2009-04-15 Anthony Green
|
303 |
|
|
|
304 |
|
|
* configure.ac: Add moxie support.
|
305 |
|
|
* configure: Rebuilt.
|
306 |
|
|
|
307 |
|
|
2009-04-09 Kaveh R. Ghazi
|
308 |
|
|
|
309 |
|
|
* configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
|
310 |
|
|
* configure: Regenerate.
|
311 |
|
|
|
312 |
|
|
2009-04-09 H.J. Lu
|
313 |
|
|
|
314 |
|
|
PR gas/10039
|
315 |
|
|
* configure.ac: Require texinfo 4.7.
|
316 |
|
|
* configure: Regenerated.
|
317 |
|
|
|
318 |
|
|
2009-04-09 Steve Ellcey
|
319 |
|
|
|
320 |
|
|
* Makefil.def (languages): New entries.
|
321 |
|
|
* Makefile.tpl (check-gcc-*): New generic target.
|
322 |
|
|
* Makefile.in: Regenerate.
|
323 |
|
|
|
324 |
|
|
2009-03-27 Eli Zaretskii
|
325 |
|
|
|
326 |
|
|
* djunpack.bat: Use ".." quoting in Sed command, for the sake of
|
327 |
|
|
Windows builds of Sed.
|
328 |
|
|
|
329 |
|
|
2009-03-18 Tom Tromey
|
330 |
|
|
|
331 |
|
|
* configure: Rebuild.
|
332 |
|
|
* configure.ac (host_libs): Add libiconv.
|
333 |
|
|
* Makefile.in: Rebuild.
|
334 |
|
|
* Makefile.def (host_modules): Add libiconv.
|
335 |
|
|
(configure-gdb, all-gdb): Depend on libiconv.
|
336 |
|
|
|
337 |
|
|
2009-03-16 Tristan Gingold
|
338 |
|
|
|
339 |
|
|
* configure.ac: Treat gdb as supported on x86_64-darwin.
|
340 |
|
|
* configure: Regenerate.
|
341 |
|
|
|
342 |
|
|
2009-03-16 Joseph Myers
|
343 |
|
|
|
344 |
|
|
Merge from GCC:
|
345 |
|
|
|
346 |
|
|
2009-03-16 Joseph Myers
|
347 |
|
|
|
348 |
|
|
* configure.ac (--with-host-libstdcxx): New option.
|
349 |
|
|
* configure: Regenerate.
|
350 |
|
|
|
351 |
|
|
2009-01-29 Robert Millan
|
352 |
|
|
|
353 |
|
|
* configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
|
354 |
|
|
* configure: Regenerate.
|
355 |
|
|
|
356 |
|
|
2009-01-12 Sebastian Pop
|
357 |
|
|
|
358 |
|
|
PR tree-optimization/38515
|
359 |
|
|
* configure.ac (cloog-polylib): Removed.
|
360 |
|
|
(with_ppl, with_cloog): Test for "no".
|
361 |
|
|
* configure: Regenerated.
|
362 |
|
|
|
363 |
|
|
2009-03-01 Ralf Wildenhues
|
364 |
|
|
|
365 |
|
|
Backport from git Libtool:
|
366 |
|
|
|
367 |
|
|
2009-01-19 Robert Millan
|
368 |
|
|
Support GNU/kOpenSolaris.
|
369 |
|
|
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
|
370 |
|
|
(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
|
371 |
|
|
(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
|
372 |
|
|
GNU/kOpenSolaris.
|
373 |
|
|
|
374 |
|
|
2009-02-05 Andreas Schwab
|
375 |
|
|
|
376 |
|
|
* Makefile.tpl (stage_last): Define $r and $s before using
|
377 |
|
|
$(RECURSE_FLAGS_TO_PASS).
|
378 |
|
|
* Makefile.in: Regenerate
|
379 |
|
|
|
380 |
|
|
2009-01-21 Jeff Johnston
|
381 |
|
|
|
382 |
|
|
* COPYING.NEWLIB: Add ARM license.
|
383 |
|
|
|
384 |
|
|
2009-01-16 Alan Modra
|
385 |
|
|
|
386 |
|
|
* Makefile.def (configure-opcodes): Depend on configure-libiberty.
|
387 |
|
|
(all-opcodes): Depend on all-libiberty.
|
388 |
|
|
* Makefile.in: Regenerate.
|
389 |
|
|
|
390 |
|
|
2009-01-15 Douglas B Rupp
|
391 |
|
|
|
392 |
|
|
* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
|
393 |
|
|
* configure: Regenerate.
|
394 |
|
|
|
395 |
|
|
2008-12-18 Ralf Wildenhues
|
396 |
|
|
|
397 |
|
|
Backport link test fix from upstream Libtool:
|
398 |
|
|
|
399 |
|
|
* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
|
400 |
|
|
Add cache variables to tests that require the linker to work.
|
401 |
|
|
For shlibpath_overrides_runpath, this also changes the semantics
|
402 |
|
|
to let the result from the C compiler take precedence.
|
403 |
|
|
compiler take precedence.
|
404 |
|
|
|
405 |
|
|
2008-12-02 Ben Elliston
|
406 |
|
|
|
407 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
408 |
|
|
|
409 |
|
|
2008-12-17 Jeff Johnston
|
410 |
|
|
|
411 |
|
|
* COPYING.NEWLIB: Updated.
|
412 |
|
|
* COPYING.LIBGLOSS: Ditto.
|
413 |
|
|
|
414 |
|
|
2008-12-16 Paolo Bonzini
|
415 |
|
|
|
416 |
|
|
Sync with GCC:
|
417 |
|
|
|
418 |
|
|
2008-12-12 Sebastian Pop
|
419 |
|
|
|
420 |
|
|
* configure.ac (ppllibs): Add by default the lib flags.
|
421 |
|
|
* configure: Regenerate.
|
422 |
|
|
|
423 |
|
|
2008-12-04 Jack Howarth
|
424 |
|
|
|
425 |
|
|
* configure.ac: Add double brackets on darwin[912].
|
426 |
|
|
* configure: Regenerate.
|
427 |
|
|
|
428 |
|
|
2008-12-02 Jack Howarth
|
429 |
|
|
|
430 |
|
|
* configure.ac: Expand to darwin10 and later.
|
431 |
|
|
* configure: Regenerate.
|
432 |
|
|
|
433 |
|
|
2008-12-02 Andreas Schwab
|
434 |
|
|
|
435 |
|
|
* Makefile.def: configure-target-boehm-gc depends on
|
436 |
|
|
all-target-libstdc++-v3.
|
437 |
|
|
* Makefile.in: Regenerate.
|
438 |
|
|
|
439 |
|
|
2008-12-02 Ben Elliston
|
440 |
|
|
|
441 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
442 |
|
|
|
443 |
|
|
2008-11-27 Joseph Myers
|
444 |
|
|
|
445 |
|
|
Merge from GCC:
|
446 |
|
|
|
447 |
|
|
2007-12-02 Matthias Klose
|
448 |
|
|
|
449 |
|
|
* config-ml.in: Remove 64bit configure tests.
|
450 |
|
|
|
451 |
|
|
2008-05-14 Rafael Espindola
|
452 |
|
|
|
453 |
|
|
* config-ml.in: don't handle --enable-shared and --enable-static.
|
454 |
|
|
|
455 |
|
|
2008-09-02 Sebastian Pop
|
456 |
|
|
Tobias Grosser
|
457 |
|
|
Jan Sjodin
|
458 |
|
|
Harsha Jagasia
|
459 |
|
|
Dwarakanath Rajagopal
|
460 |
|
|
Konrad Trifunovic
|
461 |
|
|
Adrien Eliche
|
462 |
|
|
|
463 |
|
|
Merge from graphite branch.
|
464 |
|
|
* configure: Regenerate.
|
465 |
|
|
* Makefile.in: Regenerate.
|
466 |
|
|
* configure.ac (host_libs): Add ppl and cloog.
|
467 |
|
|
Add checks for PPL and CLooG.
|
468 |
|
|
* Makefile.def (ppl, cloog): Added modules and dependences.
|
469 |
|
|
* Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
|
470 |
|
|
(HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
|
471 |
|
|
|
472 |
|
|
2008-09-03 Richard Guenther
|
473 |
|
|
|
474 |
|
|
* configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
|
475 |
|
|
cloog test.
|
476 |
|
|
* configure: Re-generate.
|
477 |
|
|
|
478 |
|
|
2008-09-03 Sebastian Pop
|
479 |
|
|
|
480 |
|
|
* configure.ac (--with-cloog-polylib): New.
|
481 |
|
|
(--disable-cloog-version-check): New.
|
482 |
|
|
(--disable-ppl-version-check): New.
|
483 |
|
|
* configure: Re-generate.
|
484 |
|
|
|
485 |
|
|
2008-09-05 Richard Guenther
|
486 |
|
|
|
487 |
|
|
* configure.ac: Initialize clooglibs to -lcloog.
|
488 |
|
|
* configure: Re-generate.
|
489 |
|
|
|
490 |
|
|
2008-10-13 Kaveh R. Ghazi
|
491 |
|
|
|
492 |
|
|
* configure.ac (MPFR check): Bump minimum version to 2.3.0 and
|
493 |
|
|
recommended version to 2.3.2.
|
494 |
|
|
|
495 |
|
|
* configure: Regenerate.
|
496 |
|
|
|
497 |
|
|
2008-10-31 Ben Elliston
|
498 |
|
|
|
499 |
|
|
* configure.ac (spu-*-*): Remove special case.
|
500 |
|
|
* configure: Regenerate.
|
501 |
|
|
|
502 |
|
|
Complete comment text from GCC version of:
|
503 |
|
|
|
504 |
|
|
2008-08-31 Aaron W. LaFramboise
|
505 |
|
|
|
506 |
|
|
* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
|
507 |
|
|
(GCC_SHLIB_SUBDIR): New.
|
508 |
|
|
* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
|
509 |
|
|
* configure: Regenerate.
|
510 |
|
|
* Makefile.in: Regenerate.
|
511 |
|
|
|
512 |
|
|
2008-11-27 Tristan Gingold
|
513 |
|
|
|
514 |
|
|
* configure.ac: Build gdb for i?86-*-darwin*
|
515 |
|
|
* configure: Regenerated.
|
516 |
|
|
|
517 |
|
|
2008-11-14 Daniel Jacobowitz
|
518 |
|
|
|
519 |
|
|
PR bootstrap/38014
|
520 |
|
|
PR bootstrap/37923
|
521 |
|
|
|
522 |
|
|
Revert:
|
523 |
|
|
|
524 |
|
|
2008-10-24 Daniel Jacobowitz
|
525 |
|
|
|
526 |
|
|
* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
|
527 |
|
|
* Makefile.in: Regenerated.
|
528 |
|
|
|
529 |
|
|
2008-10-22 Daniel Jacobowitz
|
530 |
|
|
|
531 |
|
|
PR gdb/921
|
532 |
|
|
PR gdb/1646
|
533 |
|
|
PR gdb/2175
|
534 |
|
|
PR gdb/2176
|
535 |
|
|
|
536 |
|
|
* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
|
537 |
|
|
* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
|
538 |
|
|
(EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
|
539 |
|
|
(HOST_EXPORTS): Pass CPPFLAGS.
|
540 |
|
|
(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
|
541 |
|
|
(LDFLAGS_FOR_TARGET): Initialize from configure script.
|
542 |
|
|
(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
|
543 |
|
|
* Makefile.in, configure: Regenerated.
|
544 |
|
|
* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
|
545 |
|
|
and CPPFLAGS_FOR_BUILD.
|
546 |
|
|
|
547 |
|
|
2008-10-29 Stefan Schulze Frielinghaus
|
548 |
|
|
|
549 |
|
|
* configure.ac [spu-*-*]: Do not set skipdirs.
|
550 |
|
|
* configure: Re-generate.
|
551 |
|
|
|
552 |
|
|
2008-10-24 Daniel Jacobowitz
|
553 |
|
|
|
554 |
|
|
* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
|
555 |
|
|
* Makefile.in: Regenerated.
|
556 |
|
|
|
557 |
|
|
2008-10-22 Daniel Jacobowitz
|
558 |
|
|
|
559 |
|
|
PR gdb/921
|
560 |
|
|
PR gdb/1646
|
561 |
|
|
PR gdb/2175
|
562 |
|
|
PR gdb/2176
|
563 |
|
|
|
564 |
|
|
* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
|
565 |
|
|
* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
|
566 |
|
|
(EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
|
567 |
|
|
(HOST_EXPORTS): Pass CPPFLAGS.
|
568 |
|
|
(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
|
569 |
|
|
(LDFLAGS_FOR_TARGET): Initialize from configure script.
|
570 |
|
|
(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
|
571 |
|
|
* Makefile.in, configure: Regenerated.
|
572 |
|
|
* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
|
573 |
|
|
and CPPFLAGS_FOR_BUILD.
|
574 |
|
|
|
575 |
|
|
2008-09-29 Peter O'Gorman
|
576 |
|
|
|
577 |
|
|
* libtool.m4: Update to libtool 2.2.6.
|
578 |
|
|
* lt~obsolete.m4: Update to libtool 2.2.6.
|
579 |
|
|
* ltmain.sh: Update to libtool 2.2.6.
|
580 |
|
|
* ltsugar.m4: Update to libtool 2.2.6.
|
581 |
|
|
* ltversion.m4: Update to libtool 2.2.6.
|
582 |
|
|
* ltoptions.m4: Update to libtool 2.2.6.
|
583 |
|
|
* ltgcc.m4: Update to match changes from libtool 2.2.6.
|
584 |
|
|
|
585 |
|
|
2008-08-31 Aaron W. LaFramboise
|
586 |
|
|
|
587 |
|
|
* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
|
588 |
|
|
(GCC_SHLIB_SUBDIR): New.
|
589 |
|
|
* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
|
590 |
|
|
* configure: Regenerate.
|
591 |
|
|
* Makefile.in: Regenerate.
|
592 |
|
|
|
593 |
|
|
2008-08-28 Tristan Gingold
|
594 |
|
|
|
595 |
|
|
* configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
|
596 |
|
|
Enable bfd, binutils and opcodes.
|
597 |
|
|
* configure: Regenerate.
|
598 |
|
|
|
599 |
|
|
2008-08-16 Nicolas Roche
|
600 |
|
|
|
601 |
|
|
* Makefile.tpl: Add BOOT_ADAFLAGS.
|
602 |
|
|
* Makefile.in: Regenerate.
|
603 |
|
|
|
604 |
|
|
2008-08-16 Richard Sandiford
|
605 |
|
|
|
606 |
|
|
* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
|
607 |
|
|
* configure: Regenerate.
|
608 |
|
|
|
609 |
|
|
2008-07-30 Paolo Bonzini
|
610 |
|
|
|
611 |
|
|
Sync with gcc:
|
612 |
|
|
2008-07-30 Paolo Bonzini
|
613 |
|
|
|
614 |
|
|
* configure.ac: Add makefile fragments for hpux.
|
615 |
|
|
* Makefile.def (flags_to_pass): Add ADA_CFLAGS.
|
616 |
|
|
* Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
|
617 |
|
|
* configure: Regenerate.
|
618 |
|
|
* Makefile.in: Regenerate.
|
619 |
|
|
|
620 |
|
|
2008-06-17 Ralf Wildenhues
|
621 |
|
|
|
622 |
|
|
* Makefile.tpl ($(srcdir)/configure): Update dependencies.
|
623 |
|
|
* Makefile.in: Regenerate.
|
624 |
|
|
* configure: Regenerate.
|
625 |
|
|
|
626 |
|
|
2008-06-18 Ian Lance Taylor
|
627 |
|
|
|
628 |
|
|
* src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
|
629 |
|
|
|
630 |
|
|
* src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
|
631 |
|
|
|
632 |
|
|
2008-06-17 Ralf Wildenhues
|
633 |
|
|
|
634 |
|
|
* configure: Regenerate.
|
635 |
|
|
|
636 |
|
|
2008-06-16 Ralf Wildenhues
|
637 |
|
|
|
638 |
|
|
* configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
|
639 |
|
|
"$@" is still intact with both Autoconf 2.59 and 2.62.
|
640 |
|
|
* configure: Regenerate.
|
641 |
|
|
|
642 |
|
|
2008-06-16 Ralf Wildenhues
|
643 |
|
|
|
644 |
|
|
* Makefile.tpl: Fix comment errors.
|
645 |
|
|
* Makefile.in: Regenerate.
|
646 |
|
|
|
647 |
|
|
2008-06-13 Julian Brown
|
648 |
|
|
|
649 |
|
|
* configure.ac (arm*-*-linux-gnueabi): Don't disable building
|
650 |
|
|
of libobjc for ARM EABI Linux.
|
651 |
|
|
* configure: Regenerate.
|
652 |
|
|
|
653 |
|
|
2008-06-12 David S. Miller
|
654 |
|
|
David Edelsohn
|
655 |
|
|
|
656 |
|
|
* configure.ac: Add powerpc*-*-* to gold supported targets.
|
657 |
|
|
* configure: Regenerate.
|
658 |
|
|
|
659 |
|
|
2008-06-08 Joseph Myers
|
660 |
|
|
|
661 |
|
|
PR tree-optimization/36218
|
662 |
|
|
* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
|
663 |
|
|
* Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
|
664 |
|
|
(all prefix="build-"): Pass them to build-system sub-makes.
|
665 |
|
|
* Makefile.in: Regenerate.
|
666 |
|
|
|
667 |
|
|
2008-05-16 Daniel Jacobowitz
|
668 |
|
|
|
669 |
|
|
* src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
|
670 |
|
|
README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
|
671 |
|
|
mkdep, and compile. Update comments.
|
672 |
|
|
(ETC_SUPPORT): Add ChangeLog and update comments.
|
673 |
|
|
|
674 |
|
|
2008-05-11 Ian Lance Taylor
|
675 |
|
|
|
676 |
|
|
* src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
|
677 |
|
|
|
678 |
|
|
2008-04-18 Paolo Bonzini
|
679 |
|
|
|
680 |
|
|
Sync with gcc:
|
681 |
|
|
2008-04-18 Paolo Bonzini
|
682 |
|
|
|
683 |
|
|
PR bootstrap/35457
|
684 |
|
|
* configure.ac: Include override.m4.
|
685 |
|
|
* configure: Regenerate.
|
686 |
|
|
|
687 |
|
|
2008-04-18 Paolo Bonzini
|
688 |
|
|
|
689 |
|
|
* Makefile.tpl (restrap): Call `make all' using double-colon rules.
|
690 |
|
|
* Makefile.in: Regenerate.
|
691 |
|
|
|
692 |
|
|
2008-04-11 Eric B. Weddington
|
693 |
|
|
|
694 |
|
|
* configure.ac: Do not build libssp for the AVR.
|
695 |
|
|
* configure: Regenerate.
|
696 |
|
|
|
697 |
|
|
2008-04-18 Nick Clifton
|
698 |
|
|
|
699 |
|
|
* MAINTAINERS: Replace reference to configure.in with reference to
|
700 |
|
|
configure.ac.
|
701 |
|
|
|
702 |
|
|
2008-04-18 M R Swami Reddy
|
703 |
|
|
|
704 |
|
|
* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
|
705 |
|
|
as nonconfigurable directories list.
|
706 |
|
|
* configure: Regenerate.
|
707 |
|
|
|
708 |
|
|
2008-04-14 David S. Miller
|
709 |
|
|
|
710 |
|
|
* configure.ac: Add sparc*-*-* to gold supported targets.
|
711 |
|
|
* configure: Regenerate.
|
712 |
|
|
|
713 |
|
|
2008-04-14 Ben Elliston
|
714 |
|
|
|
715 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
716 |
|
|
|
717 |
|
|
2008-04-12 Hans-Peter Nilsson
|
718 |
|
|
|
719 |
|
|
* Makefile.tpl : Error early unless at least GNU make 3.80.
|
720 |
|
|
* Makefile.in: Regenerate.
|
721 |
|
|
|
722 |
|
|
2008-04-07 Ian Lance Taylor
|
723 |
|
|
|
724 |
|
|
* Makefile.def: check-gold depends upon all-binutils.
|
725 |
|
|
* Makefile.in: Regenerate.
|
726 |
|
|
|
727 |
|
|
2008-04-04 Nick Clifton
|
728 |
|
|
|
729 |
|
|
PR binutils/4334
|
730 |
|
|
* configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
|
731 |
|
|
builds.
|
732 |
|
|
* configure: Regenerate.
|
733 |
|
|
|
734 |
|
|
2008-04-04 NightStrike
|
735 |
|
|
|
736 |
|
|
PR other/35151
|
737 |
|
|
* configure.ac: Combine rules for mingw32 and mingw64.
|
738 |
|
|
* configure: Regenerate.
|
739 |
|
|
|
740 |
|
|
2008-03-27 Paolo Bonzini
|
741 |
|
|
|
742 |
|
|
* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
|
743 |
|
|
* Makefile.in: Regenerate.
|
744 |
|
|
|
745 |
|
|
2008-03-20 Ian Lance Taylor
|
746 |
|
|
|
747 |
|
|
* configure.ac: Add support for --enable-gold.
|
748 |
|
|
* Makefile.def: Add gold as a directory like ld.
|
749 |
|
|
* configure, Makefile.in: Regenerate.
|
750 |
|
|
|
751 |
|
|
2008-03-19 Andreas Krebbel
|
752 |
|
|
|
753 |
|
|
* opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
|
754 |
|
|
(s390_cond_extensions): Reduced extensions to the compare related.
|
755 |
|
|
(main): z10 cpu type option added.
|
756 |
|
|
(expandConditionalJump): Renamed to ...
|
757 |
|
|
(insertExpandedMnemonic): ... this.
|
758 |
|
|
|
759 |
|
|
* opcodes/s390-opc.c: Re-group the operand format makros.
|
760 |
|
|
(INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
|
761 |
|
|
INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
|
762 |
|
|
INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
|
763 |
|
|
INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
|
764 |
|
|
INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
|
765 |
|
|
INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
|
766 |
|
|
INSTR_SIL_RDU): New instruction formats added.
|
767 |
|
|
(MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
|
768 |
|
|
MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
|
769 |
|
|
MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
|
770 |
|
|
MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
|
771 |
|
|
MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
|
772 |
|
|
MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
|
773 |
|
|
masks added.
|
774 |
|
|
(s390_opformats): New formats added "ris", "rrs", "sil".
|
775 |
|
|
* opcodes/s390-opc.txt: Add the conditional jumps with the
|
776 |
|
|
extensions removed from automatic expansion in s390-mkopc.c manually.
|
777 |
|
|
(asi - trtre): Add new System z10 EC instructions.
|
778 |
|
|
* include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
|
779 |
|
|
|
780 |
|
|
2008-03-17 Ralf Wildenhues
|
781 |
|
|
|
782 |
|
|
* configure.ac: m4_include config/proginstall.m4.
|
783 |
|
|
* configure: Regenerate.
|
784 |
|
|
|
785 |
|
|
2008-03-16 Ralf Wildenhues
|
786 |
|
|
|
787 |
|
|
Backport from upstream Libtool:
|
788 |
|
|
|
789 |
|
|
2007-10-12 Eric Blake
|
790 |
|
|
|
791 |
|
|
Deal with Autoconf 2.62's semantic change in m4_append.
|
792 |
|
|
* ltsugar.m4 (lt_append): Replace broken versions of
|
793 |
|
|
m4_append.
|
794 |
|
|
(lt_if_append_uniq): Don't require separator to be overquoted,
|
795 |
|
|
and avoid broken m4_append.
|
796 |
|
|
(lt_dict_add): Fix typo.
|
797 |
|
|
* libtool.m4 (_LT_DECL): Don't overquote separator.
|
798 |
|
|
|
799 |
|
|
2008-03-13 David Edelsohn
|
800 |
|
|
|
801 |
|
|
* config.rpath: Add AIX 6 support.
|
802 |
|
|
|
803 |
|
|
2008-03-13 Paolo Bonzini
|
804 |
|
|
|
805 |
|
|
* Makefile.def (stageprofile). Remove -fprofile-generate
|
806 |
|
|
from stage_libcflags.
|
807 |
|
|
* Makefile.in: Regenerate.
|
808 |
|
|
|
809 |
|
|
2008-03-13 Ben Elliston
|
810 |
|
|
|
811 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
812 |
|
|
|
813 |
|
|
2008-03-06 Florian Krohm
|
814 |
|
|
|
815 |
|
|
* s390-opc.c (INSTR_RSL_R0RD): Fix operands.
|
816 |
|
|
* s390-opc.txt (cmpsc): Duplicate entry removed.
|
817 |
|
|
(dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
|
818 |
|
|
cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
|
819 |
|
|
fier, cu42, cu41): Fix operand format.
|
820 |
|
|
|
821 |
|
|
2008-02-20 Paolo Bonzini
|
822 |
|
|
|
823 |
|
|
PR bootstrap/32009
|
824 |
|
|
PR bootstrap/32161
|
825 |
|
|
|
826 |
|
|
* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
|
827 |
|
|
* configure: Regenerate.
|
828 |
|
|
|
829 |
|
|
* Makefile.def: Define stage_libcflags for all bootstrap stages.
|
830 |
|
|
* Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
|
831 |
|
|
STAGE4_LIBCFLAGS): New.
|
832 |
|
|
(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
|
833 |
|
|
$(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
|
834 |
|
|
(BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
|
835 |
|
|
(EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
|
836 |
|
|
(configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
|
837 |
|
|
for target modules. Don't export LIBCFLAGS.
|
838 |
|
|
(all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
|
839 |
|
|
$(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
|
840 |
|
|
the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
|
841 |
|
|
(invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
|
842 |
|
|
$(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
|
843 |
|
|
* Makefile.in: Regenerate.
|
844 |
|
|
|
845 |
|
|
2008-02-16 Ralf Wildenhues
|
846 |
|
|
|
847 |
|
|
PR libgcj/33085
|
848 |
|
|
* libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] :
|
849 |
|
|
Do not use -DDLL_EXPORT. Backport from upstream.
|
850 |
|
|
|
851 |
|
|
2008-02-14 Nick Clifton
|
852 |
|
|
|
853 |
|
|
Import this patch from gcc:
|
854 |
|
|
2008-01-24 David Edelsohn
|
855 |
|
|
|
856 |
|
|
* libtool.m4: Backport AIX 6 support from ToT Libtool.
|
857 |
|
|
|
858 |
|
|
2008-02-02 Hans-Peter Nilsson
|
859 |
|
|
|
860 |
|
|
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
|
861 |
|
|
* configure: Regenerate.
|
862 |
|
|
|
863 |
|
|
2008-01-31 Marc Gauthier
|
864 |
|
|
|
865 |
|
|
* configure.ac (xtensa*-*-*): Recognize processor variants.
|
866 |
|
|
* configure: Regenerate.
|
867 |
|
|
|
868 |
|
|
2008-01-30 Ralf Wildenhues
|
869 |
|
|
|
870 |
|
|
PR bootstrap/34922
|
871 |
|
|
* configure.ac (PARSE_ARGS): Push suitable setting of
|
872 |
|
|
ac_subdirs_all, for `./configure --help=recursive'.
|
873 |
|
|
Handle `+' in generic toplevel directory disabling.
|
874 |
|
|
* configure: Regenerate.
|
875 |
|
|
|
876 |
|
|
2008-01-23 Ben Elliston
|
877 |
|
|
|
878 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
879 |
|
|
|
880 |
|
|
2008-01-08 Ben Elliston
|
881 |
|
|
|
882 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
883 |
|
|
|
884 |
|
|
2007-12-19 Jeff Johnston
|
885 |
|
|
|
886 |
|
|
* COPYING.LIBGLOSS: Update default copyright.
|
887 |
|
|
|
888 |
|
|
2007-12-19 Jeff Johnston
|
889 |
|
|
|
890 |
|
|
* COPYING.NEWLIB: Update default copyright.
|
891 |
|
|
|
892 |
|
|
2007-12-17 Kaveh R. Ghazi
|
893 |
|
|
|
894 |
|
|
* configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
|
895 |
|
|
Change recommended MPFR from 2.2.1 > 2.3.0.
|
896 |
|
|
* configure: Regenerate.
|
897 |
|
|
|
898 |
|
|
2007-12-13 Richard Sandiford
|
899 |
|
|
|
900 |
|
|
* Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
|
901 |
|
|
(CXXFLAGS_FOR_TARGET): Add -O2 -g.
|
902 |
|
|
* Makefile.in: Regenerate.
|
903 |
|
|
|
904 |
|
|
2007-12-10 Andreas Tobler
|
905 |
|
|
|
906 |
|
|
* configure.ac: Enable libjava for x86_64-*-darwin9.
|
907 |
|
|
* configure: Regenerate.
|
908 |
|
|
|
909 |
|
|
2007-12-05 Ben Elliston
|
910 |
|
|
|
911 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
912 |
|
|
|
913 |
|
|
2007-11-28 Ralf Wildenhues
|
914 |
|
|
|
915 |
|
|
* config-ml.in: Robustify against white space in absolute file
|
916 |
|
|
names.
|
917 |
|
|
|
918 |
|
|
* config-ml.in (multi-clean): Substitute ${Makefile}.
|
919 |
|
|
Remove superfluous ${Makefile} in list.
|
920 |
|
|
|
921 |
|
|
2007-10-23 Daniel Jacobowitz
|
922 |
|
|
|
923 |
|
|
* Makefile.def (dependencies): Make configure-gdb depend on
|
924 |
|
|
all-intl.
|
925 |
|
|
* Makefile.in: Regenerated.
|
926 |
|
|
|
927 |
|
|
2007-10-15 Patrick Mansfield
|
928 |
|
|
|
929 |
|
|
* Makefile.def: To avoid problems running with parallel makes,
|
930 |
|
|
build newlib before libgloss so that target specific header
|
931 |
|
|
files are availble.
|
932 |
|
|
* Makefile.in: Regenerate.
|
933 |
|
|
|
934 |
|
|
2007-10-11 Daniel Jacobowitz
|
935 |
|
|
|
936 |
|
|
* Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
|
937 |
|
|
* Makefile.in: Regenerate.
|
938 |
|
|
|
939 |
|
|
2007-10-11 Daniel Jacobowitz
|
940 |
|
|
|
941 |
|
|
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
|
942 |
|
|
* libdecnumber: New directory, imported from GCC.
|
943 |
|
|
|
944 |
|
|
2007-10-08 Mike Frysinger
|
945 |
|
|
|
946 |
|
|
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
|
947 |
|
|
LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
|
948 |
|
|
Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
|
949 |
|
|
LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
|
950 |
|
|
* configure: Regenerate.
|
951 |
|
|
|
952 |
|
|
2007-10-01 Paolo Bonzini
|
953 |
|
|
|
954 |
|
|
* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
|
955 |
|
|
DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
|
956 |
|
|
LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
|
957 |
|
|
WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
|
958 |
|
|
* configure.ac: Default them to host tools for $host = $build.
|
959 |
|
|
Subst them.
|
960 |
|
|
|
961 |
|
|
* configure: Regenerate.
|
962 |
|
|
* Makefile.in: Regenerate.
|
963 |
|
|
|
964 |
|
|
2007-09-20 Richard Sandiford
|
965 |
|
|
|
966 |
|
|
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
|
967 |
|
|
* configure: Regenerate.
|
968 |
|
|
|
969 |
|
|
2007-09-19 Benjamin Kosnik
|
970 |
|
|
|
971 |
|
|
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
|
972 |
|
|
libstdc++.
|
973 |
|
|
* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
|
974 |
|
|
* configure: Regenerate.
|
975 |
|
|
* Makefile.in: Regenerate.
|
976 |
|
|
|
977 |
|
|
2007-09-17 Andreas Schwab
|
978 |
|
|
|
979 |
|
|
* configure.ac: Raise minimum makeinfo version to 4.6.
|
980 |
|
|
* configure: Regenerate.
|
981 |
|
|
|
982 |
|
|
2007-09-15 Alan Modra
|
983 |
|
|
|
984 |
|
|
* configure.ac: Correct makeinfo version check.
|
985 |
|
|
* configure: Regenerate.
|
986 |
|
|
|
987 |
|
|
2007-09-14 Richard Sandiford
|
988 |
|
|
|
989 |
|
|
* configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
|
990 |
|
|
to $skipdirs and only disable gprof for newlib. Use the normal
|
991 |
|
|
mips*-elf* handling in other respects.
|
992 |
|
|
* configure: Regnerate.
|
993 |
|
|
|
994 |
|
|
2007-09-12 David Daney
|
995 |
|
|
|
996 |
|
|
* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
|
997 |
|
|
enabling libgcj.
|
998 |
|
|
* configure: Regenerate.
|
999 |
|
|
|
1000 |
|
|
2007-09-12 Richard Guenther
|
1001 |
|
|
|
1002 |
|
|
* configure.ac (--enable-stage1-checking): If neither --enable-checking
|
1003 |
|
|
nor --disable-checking is provided also turn on yes and types
|
1004 |
|
|
checking for stage1.
|
1005 |
|
|
* configure: Re-generate.
|
1006 |
|
|
|
1007 |
|
|
2007-09-11 Francois-Xavier Coudert
|
1008 |
|
|
|
1009 |
|
|
PR target/33281
|
1010 |
|
|
* configure.ac: Use config/mh-mingw on mingw.
|
1011 |
|
|
* configure: Regenerate.
|
1012 |
|
|
|
1013 |
|
|
2007-09-10 Rask Ingemann Lambertsen
|
1014 |
|
|
|
1015 |
|
|
PR other/32154
|
1016 |
|
|
* configure.ac: For libgloss targets, point the linker to the linker
|
1017 |
|
|
script, startup code and simulator library.
|
1018 |
|
|
* configure: Regenerate.
|
1019 |
|
|
|
1020 |
|
|
2007-09-09 Andrew Haley
|
1021 |
|
|
|
1022 |
|
|
* configure.ac (noconfigdirs): Remove target-libffi and
|
1023 |
|
|
target-libjava.
|
1024 |
|
|
|
1025 |
|
|
2007-08-29 Nick Clifton
|
1026 |
|
|
|
1027 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
1028 |
|
|
|
1029 |
|
|
2007-08-21 Richard Guenther
|
1030 |
|
|
|
1031 |
|
|
* configure.ac: Add types checking to stage1 checking flags.
|
1032 |
|
|
* configure: Regenerate.
|
1033 |
|
|
|
1034 |
|
|
2007-08-18 Paul Brook
|
1035 |
|
|
Joseph Myers
|
1036 |
|
|
|
1037 |
|
|
* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
|
1038 |
|
|
(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
|
1039 |
|
|
* Makefile.in: Regenerate.
|
1040 |
|
|
* configure.ac (--with-debug-prefix-map): New.
|
1041 |
|
|
* configure: Regenerate.
|
1042 |
|
|
|
1043 |
|
|
2007-08-17 Richard Sandiford
|
1044 |
|
|
Nigel Stephens
|
1045 |
|
|
|
1046 |
|
|
* configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
|
1047 |
|
|
as target_makefile_frag.
|
1048 |
|
|
* configure: Regenerate.
|
1049 |
|
|
|
1050 |
|
|
2007-08-16 Alexandre Oliva
|
1051 |
|
|
|
1052 |
|
|
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
|
1053 |
|
|
Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
|
1054 |
|
|
(bootstrap2-debug, bootstrap-debug): New bootstrap stages.
|
1055 |
|
|
* Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
|
1056 |
|
|
(do-compare, do-compare3, do-compare-debug): New.
|
1057 |
|
|
([+compare-target+]): Use them.
|
1058 |
|
|
|
1059 |
|
|
2007-08-16 Alexandre Oliva
|
1060 |
|
|
|
1061 |
|
|
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
|
1062 |
|
|
Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
|
1063 |
|
|
(bootstrap2-debug, bootstrap-debug): New bootstrap stages.
|
1064 |
|
|
* Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
|
1065 |
|
|
(do-compare, do-compare3, do-compare-debug): New.
|
1066 |
|
|
([+compare-target+]): Use them.
|
1067 |
|
|
|
1068 |
|
|
2007-08-13 Ralf Wildenhues
|
1069 |
|
|
Ben Elliston
|
1070 |
|
|
|
1071 |
|
|
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
|
1072 |
|
|
--silent if $silent.
|
1073 |
|
|
* configure: Regenerate.
|
1074 |
|
|
|
1075 |
|
|
2007-08-12 Daniel Jacobowitz
|
1076 |
|
|
|
1077 |
|
|
* src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
|
1078 |
|
|
|
1079 |
|
|
2007-07-17 Nick Clifton
|
1080 |
|
|
|
1081 |
|
|
* COPYING3: New file. Contains version 3 of the GNU General
|
1082 |
|
|
Public License.
|
1083 |
|
|
* COPYING3.LIB: New file. Contains version 3 of the GNU
|
1084 |
|
|
Lesser General Public License.
|
1085 |
|
|
|
1086 |
|
|
2007-07-11 Bernd Schmidt
|
1087 |
|
|
|
1088 |
|
|
* configure.ac: Fix my previous change to really match GCC.
|
1089 |
|
|
* configure: Regenerate.
|
1090 |
|
|
|
1091 |
|
|
2007-07-11 Ralf Wildenhues
|
1092 |
|
|
|
1093 |
|
|
* configure.ac: Rewrite 'configure --help' strings to look nicer.
|
1094 |
|
|
* configure: Regenerate.
|
1095 |
|
|
|
1096 |
|
|
2007-07-11 Ralf Wildenhues
|
1097 |
|
|
|
1098 |
|
|
* configure.ac: Add some missing m4 quotation.
|
1099 |
|
|
* configure: Regenerate.
|
1100 |
|
|
|
1101 |
|
|
2007-07-09 Kai Tietz
|
1102 |
|
|
|
1103 |
|
|
* Makefile.def: Add windmc tool to build.
|
1104 |
|
|
* Makefile.tpl: Likewise.
|
1105 |
|
|
* configure.ac: Likewise.
|
1106 |
|
|
* Makefile.in: Regenerate.
|
1107 |
|
|
* configure: Regenerate.
|
1108 |
|
|
|
1109 |
|
|
2007-07-05 H.J. Lu
|
1110 |
|
|
|
1111 |
|
|
* lt~obsolete.m4: New. Import from 20070318 libtool.
|
1112 |
|
|
|
1113 |
|
|
2007-06-29 Bernd Schmidt
|
1114 |
|
|
|
1115 |
|
|
* configure.ac: Don't add target-libmudflap to noconfigdirs for
|
1116 |
|
|
uclinux and linux-uclibc targets.
|
1117 |
|
|
* configure: Regenerate.
|
1118 |
|
|
|
1119 |
|
|
2007-06-28 DJ Delorie
|
1120 |
|
|
|
1121 |
|
|
* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
|
1122 |
|
|
not building newlib.
|
1123 |
|
|
* configure: Regenerated.
|
1124 |
|
|
|
1125 |
|
|
2007-06-22 Daniel Jacobowitz
|
1126 |
|
|
|
1127 |
|
|
* src-release (DEVO_SUPPORT): Correct typos.
|
1128 |
|
|
|
1129 |
|
|
2007-06-18 Daniel Jacobowitz
|
1130 |
|
|
|
1131 |
|
|
* Makefile.def: Add dependency from configure-gdb to all-bfd.
|
1132 |
|
|
* Makefile.in: Regenerated.
|
1133 |
|
|
|
1134 |
|
|
2007-06-14 Paolo Bonzini
|
1135 |
|
|
|
1136 |
|
|
* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
|
1137 |
|
|
(distclean-stage[+id+]): Possibly delete stage_last.
|
1138 |
|
|
* Makefile.in: Regenerate.
|
1139 |
|
|
|
1140 |
|
|
2007-06-07 Ben Elliston
|
1141 |
|
|
|
1142 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
1143 |
|
|
|
1144 |
|
|
2007-06-07 Ben Elliston
|
1145 |
|
|
|
1146 |
|
|
* Makefile.tpl: Fix spelling error.
|
1147 |
|
|
* Makefile.in: Regenerate.
|
1148 |
|
|
|
1149 |
|
|
2007-06-04 Paolo Bonzini
|
1150 |
|
|
|
1151 |
|
|
Sync with gcc:
|
1152 |
|
|
2007-05-30 Jakub Jelinek
|
1153 |
|
|
|
1154 |
|
|
PR bootstrap/29382
|
1155 |
|
|
* configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
|
1156 |
|
|
* configure: Rebuilt.
|
1157 |
|
|
|
1158 |
|
|
2007-06-01 Steve Ellcey
|
1159 |
|
|
|
1160 |
|
|
* libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
|
1161 |
|
|
lt_cv_sys_max_cmd_len.
|
1162 |
|
|
|
1163 |
|
|
2007-05-31 Paolo Bonzini
|
1164 |
|
|
|
1165 |
|
|
* ltgcc.m4: Update from GCC.
|
1166 |
|
|
|
1167 |
|
|
2007-05-25 Andreas Tobler
|
1168 |
|
|
|
1169 |
|
|
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
|
1170 |
|
|
|
1171 |
|
|
2007-05-24 Steve Ellcey
|
1172 |
|
|
|
1173 |
|
|
* ltmain.sh: Update from GCC.
|
1174 |
|
|
* libtool.m4: Update from GCC.
|
1175 |
|
|
* ltsugar.m4: New. Update from GCC.
|
1176 |
|
|
* ltversion.m4: New. Update from GCC.
|
1177 |
|
|
* ltoptions.m4: New. Update from GCC.
|
1178 |
|
|
* ltconfig: Remove.
|
1179 |
|
|
* ltcf-c.sh: Remove.
|
1180 |
|
|
* ltcf-cxx.sh: Remove.
|
1181 |
|
|
* ltcf-gcj.sh: Remove.
|
1182 |
|
|
* src-release: Update with new libtool file list.
|
1183 |
|
|
|
1184 |
|
|
2007-05-16 Paolo Bonzini
|
1185 |
|
|
|
1186 |
|
|
* Makefile.def (bootstrap_stage): Replace stage_make_flags with
|
1187 |
|
|
stage_cflags.
|
1188 |
|
|
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
|
1189 |
|
|
Remove CFLAGS/LIBCFLAGS.
|
1190 |
|
|
(configure-stage[+id+]-[+prefix+][+module+],
|
1191 |
|
|
all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
|
1192 |
|
|
* Makefile.in: Regenerate.
|
1193 |
|
|
|
1194 |
|
|
2007-04-14 Steve Ellcey
|
1195 |
|
|
|
1196 |
|
|
* config-ml.in: Update from GCC.
|
1197 |
|
|
|
1198 |
|
|
2007-04-09 Daniel Jacobowitz
|
1199 |
|
|
|
1200 |
|
|
* src-release (do-proto-toplev): Process the support directories before
|
1201 |
|
|
the tool directory.
|
1202 |
|
|
|
1203 |
|
|
2007-03-21 Richard Sandiford
|
1204 |
|
|
|
1205 |
|
|
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
|
1206 |
|
|
of glob. Quote arguments with single quotes too.
|
1207 |
|
|
* configure: Regenerate.
|
1208 |
|
|
|
1209 |
|
|
2007-03-12 Brooks Moses
|
1210 |
|
|
|
1211 |
|
|
* Makefile.def (fixincludes): Remove unneeded "missing" lines.
|
1212 |
|
|
* Makefile.in: Regenerate
|
1213 |
|
|
|
1214 |
|
|
2007-03-07 Andreas Schwab
|
1215 |
|
|
|
1216 |
|
|
* configure: Regenerate.
|
1217 |
|
|
|
1218 |
|
|
2007-03-01 Brooks Moses
|
1219 |
|
|
|
1220 |
|
|
* configure.ac: Add "--with-pdfdir" configure option,
|
1221 |
|
|
which defines pdfdir variable.
|
1222 |
|
|
* Makefile.def (target=fixincludes): Add install-pdf to
|
1223 |
|
|
missing targets.
|
1224 |
|
|
(recursive_targets): Add install-pdf target.
|
1225 |
|
|
(flags_to_pass): Add pdfdir.
|
1226 |
|
|
* Makefile.tpl: Add pdfdir handling, add do-install-pdf
|
1227 |
|
|
target.
|
1228 |
|
|
* configure: Regenerate
|
1229 |
|
|
* Makefile.in: Regenerate
|
1230 |
|
|
|
1231 |
|
|
2007-02-28 Eric Christopher
|
1232 |
|
|
|
1233 |
|
|
Revert:
|
1234 |
|
|
2006-12-07 Mike Stump
|
1235 |
|
|
|
1236 |
|
|
* Makefile.def (dependencies): Add dependency for
|
1237 |
|
|
install-target-libssp and install-target-libgomp on
|
1238 |
|
|
install-gcc.
|
1239 |
|
|
* Makefile.in: Regenerate.
|
1240 |
|
|
|
1241 |
|
|
2007-02-27 Matt Kraai
|
1242 |
|
|
|
1243 |
|
|
* configure: Regenerate.
|
1244 |
|
|
* configure.ac: Move statements after variable declarations.
|
1245 |
|
|
|
1246 |
|
|
2007-02-19 Joseph Myers
|
1247 |
|
|
|
1248 |
|
|
* configure.ac: Adjust for loop syntax.
|
1249 |
|
|
* configure: Regenerate.
|
1250 |
|
|
|
1251 |
|
|
2007-02-18 Alexandre Oliva
|
1252 |
|
|
|
1253 |
|
|
* configure: Rebuilt.
|
1254 |
|
|
|
1255 |
|
|
2007-02-18 Alexandre Oliva
|
1256 |
|
|
|
1257 |
|
|
* configure.ac: Drop multiple occurrences of --enable-languages,
|
1258 |
|
|
and fix its quoting.
|
1259 |
|
|
* configure: Rebuilt.
|
1260 |
|
|
|
1261 |
|
|
2007-02-17 Mark Mitchell
|
1262 |
|
|
Nathan Sidwell
|
1263 |
|
|
Vladimir Prus
|
1264 |
|
|
Joseph Myers
|
1265 |
|
|
|
1266 |
|
|
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
|
1267 |
|
|
* configure: Regenerate.
|
1268 |
|
|
|
1269 |
|
|
2007-02-13 Daniel Jacobowitz
|
1270 |
|
|
|
1271 |
|
|
* configure.ac (target_libraries): Move libgcc before libiberty.
|
1272 |
|
|
* configure: Regenerated.
|
1273 |
|
|
|
1274 |
|
|
2007-02-13 Paolo Bonzini
|
1275 |
|
|
|
1276 |
|
|
* configure: Regenerate again?
|
1277 |
|
|
|
1278 |
|
|
2007-02-13 Paolo Bonzini
|
1279 |
|
|
|
1280 |
|
|
* configure: Reapply PR30748 fix which was lost in the previous commit.
|
1281 |
|
|
|
1282 |
|
|
2007-02-13 Daniel Jacobowitz
|
1283 |
|
|
Paolo Bonzini
|
1284 |
|
|
|
1285 |
|
|
PR bootstrap/30753
|
1286 |
|
|
* configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
|
1287 |
|
|
unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
|
1288 |
|
|
* configure: Regenerated.
|
1289 |
|
|
|
1290 |
|
|
2007-02-10 Paolo Bonzini
|
1291 |
|
|
|
1292 |
|
|
* configure: Regenerate.
|
1293 |
|
|
|
1294 |
|
|
2007-02-09 Daniel Jacobowitz
|
1295 |
|
|
|
1296 |
|
|
PR bootstrap/30748
|
1297 |
|
|
* configure.ac: Correct syntax for Solaris ksh.
|
1298 |
|
|
* configure: Regenerated.
|
1299 |
|
|
|
1300 |
|
|
2007-02-09 Paolo Bonzini
|
1301 |
|
|
|
1302 |
|
|
* Makefile.def: Sync with GCC.
|
1303 |
|
|
* Makefile.tpl: Sync with GCC.
|
1304 |
|
|
* Makefile.in: Regenerate.
|
1305 |
|
|
* configure: Regenerate.
|
1306 |
|
|
|
1307 |
|
|
2007-02-09 Daniel Jacobowitz
|
1308 |
|
|
|
1309 |
|
|
* Makefile.tpl (build_alias, host_alias, target_alias): Use
|
1310 |
|
|
noncanonical equivalents.
|
1311 |
|
|
* configure.in: Rename to...
|
1312 |
|
|
* configure.ac: ...this. Update AC_PREREQ. Prevent error for
|
1313 |
|
|
AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
|
1314 |
|
|
target_noncanonical. Use them. Rewrite removal of configure
|
1315 |
|
|
arguments for autoconf 2.59. Discard variable settings. Force
|
1316 |
|
|
program_transform_name for native tools.
|
1317 |
|
|
|
1318 |
|
|
* Makefile.in: Regenerated.
|
1319 |
|
|
* configure: Regenerated with autoconf 2.59.
|
1320 |
|
|
|
1321 |
|
|
* src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
|
1322 |
|
|
|
1323 |
|
|
2007-02-08 Jeff Johnston
|
1324 |
|
|
|
1325 |
|
|
* COPYING.LIBGLOSS: Reformat default Red Hat
|
1326 |
|
|
license to fit within 80 columns.
|
1327 |
|
|
* COPYING.NEWLIB: Ditto.
|
1328 |
|
|
|
1329 |
|
|
2007-02-05 Dave Brolley
|
1330 |
|
|
|
1331 |
|
|
* Contribute the following changes:
|
1332 |
|
|
2006-11-28 DJ Delorie
|
1333 |
|
|
|
1334 |
|
|
* configure.in: Fix typo for mep's target_makefile_frag.
|
1335 |
|
|
* configure: Regenerated.
|
1336 |
|
|
|
1337 |
|
|
2005-04-22 Richard Sandiford
|
1338 |
|
|
|
1339 |
|
|
* configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
|
1340 |
|
|
* configure: Regenerate.
|
1341 |
|
|
|
1342 |
|
|
2001-09-19 DJ Delorie
|
1343 |
|
|
|
1344 |
|
|
* configure.in (target_makefile_frag): use mt-mep
|
1345 |
|
|
|
1346 |
|
|
2001-06-12 Don Howard
|
1347 |
|
|
|
1348 |
|
|
* configure.in: Remove gdb from MeP skip list.
|
1349 |
|
|
|
1350 |
|
|
2001-04-05 DJ Delorie
|
1351 |
|
|
|
1352 |
|
|
* configure.in (noconfigdirs): Remove gcc from MeP skip list.
|
1353 |
|
|
|
1354 |
|
|
2001-03-20 Ben Elliston
|
1355 |
|
|
|
1356 |
|
|
* configure.in (noconfigdirs): Add gcc and gdb for MeP.
|
1357 |
|
|
|
1358 |
|
|
2001-03-19 Ben Elliston
|
1359 |
|
|
|
1360 |
|
|
* config.sub (mep, mep-*): Add.
|
1361 |
|
|
|
1362 |
|
|
2007-01-31 Andreas Schwab
|
1363 |
|
|
|
1364 |
|
|
* Makefile.tpl (LDFLAGS): Substitute it.
|
1365 |
|
|
* Makefile.in: Regenerate.
|
1366 |
|
|
|
1367 |
|
|
2007-01-11 Paolo Bonzini
|
1368 |
|
|
|
1369 |
|
|
* configure.in: Change == to = in test command.
|
1370 |
|
|
* configure: Regenerate.
|
1371 |
|
|
|
1372 |
|
|
2007-01-11 Paolo Bonzini
|
1373 |
|
|
Nick Clifton
|
1374 |
|
|
Kaveh R. Ghazi
|
1375 |
|
|
|
1376 |
|
|
* configure.in (build_configargs, host_configargs, target_configargs):
|
1377 |
|
|
Remove build/host/target parameters.
|
1378 |
|
|
(host_libs): Add gmp and mpfr.
|
1379 |
|
|
(GMP tests): Reorganize to allow in-tree GMP/MPFR.
|
1380 |
|
|
* Makefile.def (gmp, mpfr): New.
|
1381 |
|
|
(gcc): Remove target.
|
1382 |
|
|
* Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
|
1383 |
|
|
target_os, target_vendor): New.
|
1384 |
|
|
(configure): Add host_alias/target_alias arguments. Adjust invocations.
|
1385 |
|
|
* configure: Regenerate.
|
1386 |
|
|
* Makefile.in: Regenerate.
|
1387 |
|
|
|
1388 |
|
|
2007-01-11 Matt Fago
|
1389 |
|
|
|
1390 |
|
|
* configure.in: Try to link to functions only in mpfr 2.2.x
|
1391 |
|
|
to improve robustness of configure tests.
|
1392 |
|
|
* configure: Regenerate.
|
1393 |
|
|
|
1394 |
|
|
2007-01-08 Kai Tietz
|
1395 |
|
|
|
1396 |
|
|
* configure.in: Add support for an x86_64-mingw* target.
|
1397 |
|
|
* configure: Regenerate.
|
1398 |
|
|
|
1399 |
|
|
2007-01-05 Daniel Jacobowitz
|
1400 |
|
|
|
1401 |
|
|
* Makefile.tpl (all-target): Correct @if conditional for target
|
1402 |
|
|
modules.
|
1403 |
|
|
* configure.in: Omit libiberty if building only target libgcc.
|
1404 |
|
|
* configure, Makefile.in: Regenerated.
|
1405 |
|
|
|
1406 |
|
|
2007-01-04 Paolo Bonzini
|
1407 |
|
|
|
1408 |
|
|
* configure.in: Use DEV-PHASE to detect the default for --enable-werror.
|
1409 |
|
|
* configure: Regenerate.
|
1410 |
|
|
|
1411 |
|
|
2007-01-03 Daniel Jacobowitz
|
1412 |
|
|
|
1413 |
|
|
* Makefile.def (target_modules): Add libgcc.
|
1414 |
|
|
(lang_env_dependencies): Remove default items. Use no_c and no_gcc.
|
1415 |
|
|
* Makefile.tpl (clean-target-libgcc): Delete.
|
1416 |
|
|
(configure-target-[+module+]): Emit --disable-bootstrap dependencies
|
1417 |
|
|
on gcc even for bootstrapped modules. Rewrite handling of
|
1418 |
|
|
lang_env_dependencies to loop over target_modules.
|
1419 |
|
|
* configure.in (target_libraries): Add target-libgcc.
|
1420 |
|
|
* Makefile.in, configure: Regenerated.
|
1421 |
|
|
|
1422 |
|
|
2006-12-29 Paolo Bonzini
|
1423 |
|
|
|
1424 |
|
|
Sync with gcc:
|
1425 |
|
|
2006-12-29 Paolo Bonzini
|
1426 |
|
|
|
1427 |
|
|
* configure.in: Reorganize recognition of languages. Add
|
1428 |
|
|
--enable-stage1-languages. Show supported languages for the chosen
|
1429 |
|
|
target rather than all recognized languages.
|
1430 |
|
|
* configure: Regenerate.
|
1431 |
|
|
|
1432 |
|
|
2006-12-29 Paolo Bonzini
|
1433 |
|
|
|
1434 |
|
|
* Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
|
1435 |
|
|
* Makefile.in: Regenerate.
|
1436 |
|
|
|
1437 |
|
|
2006-12-29 Kaveh R. Ghazi
|
1438 |
|
|
|
1439 |
|
|
* configure.in: Warn that MPFR 2.2.0 is buggy.
|
1440 |
|
|
* configure: Regenerate.
|
1441 |
|
|
|
1442 |
|
|
2006-12-27 Ian Lance Taylor
|
1443 |
|
|
|
1444 |
|
|
* configure.in: When removing Makefiles to force a reconfigure, also
|
1445 |
|
|
remove prev-DIR*/Makefile.
|
1446 |
|
|
* configure: Regenerate.
|
1447 |
|
|
|
1448 |
|
|
2006-12-23 Kazu Hirata
|
1449 |
|
|
|
1450 |
|
|
* config.bfd: Recognize fido.
|
1451 |
|
|
|
1452 |
|
|
2006-12-19 Paolo Bonzini
|
1453 |
|
|
|
1454 |
|
|
Sync with gcc:
|
1455 |
|
|
|
1456 |
|
|
2006-12-19 Paolo Bonzini
|
1457 |
|
|
|
1458 |
|
|
* configure.in: Remove "$build" case for powerpc-*-darwin* since
|
1459 |
|
|
it only affects bootstrap and could be tested on "$host" as well.
|
1460 |
|
|
* configure: Regenerate.
|
1461 |
|
|
* config/mh-ppc-darwin: Add to the stage1 cflags here.
|
1462 |
|
|
|
1463 |
|
|
2006-12-19 Paolo Bonzini
|
1464 |
|
|
|
1465 |
|
|
PR bootstrap/29544
|
1466 |
|
|
* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
|
1467 |
|
|
(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
|
1468 |
|
|
move here comment from Makefile.tpl.
|
1469 |
|
|
* Makefile.tpl: Move some definitions higher in the file.
|
1470 |
|
|
(STAGE1_CHECKING): New.
|
1471 |
|
|
* configure.in: Add --enable-stage1-checking.
|
1472 |
|
|
* configure: Regenerate.
|
1473 |
|
|
* Makefile.in: Regenerate.
|
1474 |
|
|
|
1475 |
|
|
2006-12-03 Kaveh R. Ghazi
|
1476 |
|
|
|
1477 |
|
|
* configure.in: Update error message for missing GMP/MPFR.
|
1478 |
|
|
|
1479 |
|
|
* configure: Regenerate.
|
1480 |
|
|
|
1481 |
|
|
2006-12-02 Kaveh R. Ghazi
|
1482 |
|
|
|
1483 |
|
|
* configure.in: Update MPFR version in error message.
|
1484 |
|
|
|
1485 |
|
|
* configure: Regenerate.
|
1486 |
|
|
|
1487 |
|
|
2006-11-26 Kaveh R. Ghazi
|
1488 |
|
|
|
1489 |
|
|
* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
|
1490 |
|
|
(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
|
1491 |
|
|
--with-gmp-lib): New flags.
|
1492 |
|
|
|
1493 |
|
|
* configure: Regenerate.
|
1494 |
|
|
|
1495 |
|
|
2006-12-12 Andreas Tobler
|
1496 |
|
|
|
1497 |
|
|
PR bootstrap/30134
|
1498 |
|
|
* configure.in: Correct x86 darwin support for libjava to powerpc
|
1499 |
|
|
and i?86 only.
|
1500 |
|
|
* configure: Regenerate.
|
1501 |
|
|
|
1502 |
|
|
2006-12-11 Alan Modra
|
1503 |
|
|
|
1504 |
|
|
* configure.in: Handle spu makefile frag.
|
1505 |
|
|
* Makefile.tpl (MAINT): Define
|
1506 |
|
|
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
|
1507 |
|
|
* configure: Regenerate.
|
1508 |
|
|
* Makefile.in: Regenerate.
|
1509 |
|
|
|
1510 |
|
|
2006-12-11 Ben Elliston
|
1511 |
|
|
|
1512 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
1513 |
|
|
|
1514 |
|
|
2006-12-11 Ben Elliston
|
1515 |
|
|
|
1516 |
|
|
* configure.in: Sync with GCC (spu-*-*).
|
1517 |
|
|
* configure: Sync with GCC.
|
1518 |
|
|
|
1519 |
|
|
2006-12-07 Mike Stump
|
1520 |
|
|
|
1521 |
|
|
* Makefile.def (dependencies): Add dependency for
|
1522 |
|
|
install-target-libssp and install-target-libgomp on
|
1523 |
|
|
install-gcc.
|
1524 |
|
|
* Makefile.in: Regenerate.
|
1525 |
|
|
|
1526 |
|
|
2006-11-16 Paolo Bonzini
|
1527 |
|
|
|
1528 |
|
|
* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
|
1529 |
|
|
(unstage): Test for stage_last presence.
|
1530 |
|
|
|
1531 |
|
|
PR bootstrap/29802
|
1532 |
|
|
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
|
1533 |
|
|
* Makefile.in: Regenerate.
|
1534 |
|
|
|
1535 |
|
|
2006-11-14 DJ Delorie
|
1536 |
|
|
|
1537 |
|
|
* Makefile.tpl (clean-stage*): Sync with GCC (clean).
|
1538 |
|
|
* Makefile.in: Sync with GCC.
|
1539 |
|
|
* configure.in: Sync with GCC (mpfr, gmp).
|
1540 |
|
|
* configure: Sync with GCC.
|
1541 |
|
|
|
1542 |
|
|
2006-11-08 Jie Zhang
|
1543 |
|
|
|
1544 |
|
|
* configure.in: Remove target-libgloss from noconfigdirs for
|
1545 |
|
|
bfin-*-*.
|
1546 |
|
|
* configure: Regenerated.
|
1547 |
|
|
|
1548 |
|
|
2006-10-27 Jeff Johnston
|
1549 |
|
|
|
1550 |
|
|
* COPYING.NEWLIB: Add spu license.
|
1551 |
|
|
* COPYING.LIBGLOSS: Ditto.
|
1552 |
|
|
|
1553 |
|
|
2006-10-17 Brooks Moses
|
1554 |
|
|
|
1555 |
|
|
* Makefile.def: Added pdf target handling.
|
1556 |
|
|
* Makefile.tpl: Added pdf target handling.
|
1557 |
|
|
* Makefile.in: Regenerated.
|
1558 |
|
|
|
1559 |
|
|
2006-10-11 Jeff Johnston
|
1560 |
|
|
|
1561 |
|
|
* COPYING.NEWLIB: Updated.
|
1562 |
|
|
* COPYING.LIBGLOSS: Ditto.
|
1563 |
|
|
|
1564 |
|
|
2006-09-27 Dave Brolley
|
1565 |
|
|
|
1566 |
|
|
* configure.in (RUNTEST): Look for 'runtest' in the source tree by using
|
1567 |
|
|
$s instead of $r.
|
1568 |
|
|
* configure: Regenerated.
|
1569 |
|
|
|
1570 |
|
|
2006-09-26 Ben Elliston
|
1571 |
|
|
|
1572 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
1573 |
|
|
|
1574 |
|
|
2006-09-20 Thiemo Seufer
|
1575 |
|
|
|
1576 |
|
|
* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
|
1577 |
|
|
for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
|
1578 |
|
|
* configure: Regenerate.
|
1579 |
|
|
|
1580 |
|
|
2006-08-30 Corinna Vinschen
|
1581 |
|
|
|
1582 |
|
|
* configure.in: Never build newlib for a Mingw host.
|
1583 |
|
|
Never build newlib as Mingw target library.
|
1584 |
|
|
Test the existence of winsup/cygwin for building a Cygwin newlib,
|
1585 |
|
|
rather than just winsup.
|
1586 |
|
|
Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
|
1587 |
|
|
building a Mingw target.
|
1588 |
|
|
* configure: Regenerate.
|
1589 |
|
|
|
1590 |
|
|
2006-08-15 Thiemo Seufer
|
1591 |
|
|
Nigel Stephens
|
1592 |
|
|
David Ung
|
1593 |
|
|
|
1594 |
|
|
* config.sub: Add support for sde as alias of mipsisa32-sde-elf.
|
1595 |
|
|
|
1596 |
|
|
2006-07-25 Paolo Bonzini
|
1597 |
|
|
|
1598 |
|
|
Sync from GCC:
|
1599 |
|
|
2006-07-04 Eric Botcazou
|
1600 |
|
|
|
1601 |
|
|
PR bootstrap/18058
|
1602 |
|
|
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
|
1603 |
|
|
if the bootstrap compiler is a GCC version that supports it.
|
1604 |
|
|
* configure: Regenerate.
|
1605 |
|
|
|
1606 |
|
|
2006-07-22 Daniel Jacobowitz
|
1607 |
|
|
|
1608 |
|
|
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
|
1609 |
|
|
* configure: Regenerated.
|
1610 |
|
|
|
1611 |
|
|
2006-07-18 Paolo Bonzini
|
1612 |
|
|
|
1613 |
|
|
* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
|
1614 |
|
|
for stages after the first.
|
1615 |
|
|
|
1616 |
|
|
2006-07-17 Jakub Jelinek
|
1617 |
|
|
|
1618 |
|
|
* Makefile.def: Add dependencies for configure-opcodes
|
1619 |
|
|
on configure-intl and all-opcodes on all-intl.
|
1620 |
|
|
* Makefile.in: Regenerated.
|
1621 |
|
|
|
1622 |
|
|
2006-07-04 Peter O'Gorman
|
1623 |
|
|
|
1624 |
|
|
* ltconfig: chmod 644 before ranlib during install.
|
1625 |
|
|
|
1626 |
|
|
2006-07-03 Paolo Bonzini
|
1627 |
|
|
|
1628 |
|
|
* configure.in: Fix thinkos in previous check-in.
|
1629 |
|
|
* configure: Regenerate.
|
1630 |
|
|
|
1631 |
|
|
2006-07-03 Paolo Bonzini
|
1632 |
|
|
|
1633 |
|
|
Sync from gcc:
|
1634 |
|
|
|
1635 |
|
|
2007-07-03 Paolo Bonzini
|
1636 |
|
|
|
1637 |
|
|
PR other/27063
|
1638 |
|
|
* configure.in: Test subdir_requires and give an appropriate
|
1639 |
|
|
error message.
|
1640 |
|
|
* configure: Regenerate.
|
1641 |
|
|
|
1642 |
|
|
2006-06-16 Rainer Orth
|
1643 |
|
|
|
1644 |
|
|
PR target/27540
|
1645 |
|
|
* configure.in: Only enable libgomp on IRIX 6.
|
1646 |
|
|
* configure: Regenerate.
|
1647 |
|
|
|
1648 |
|
|
2006-06-20 David Ayers
|
1649 |
|
|
|
1650 |
|
|
PR bootstrap/28072
|
1651 |
|
|
* configure.in: Add target-boehm-gc to noconfigdirs depending on
|
1652 |
|
|
whether target-libjava is being configured instead of whether the
|
1653 |
|
|
java front end is enabled.
|
1654 |
|
|
* configure: Regenerate.
|
1655 |
|
|
|
1656 |
|
|
2006-06-15 Mark Shinwell
|
1657 |
|
|
|
1658 |
|
|
* include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
|
1659 |
|
|
to R_ARM_LDC_SB_G{0,1,2} respectively.
|
1660 |
|
|
|
1661 |
|
|
2006-06-15 Paolo Bonzini
|
1662 |
|
|
|
1663 |
|
|
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
|
1664 |
|
|
too.
|
1665 |
|
|
* Makefile.in: Regenerate.
|
1666 |
|
|
|
1667 |
|
|
2006-06-13 John David Anglin
|
1668 |
|
|
|
1669 |
|
|
Sync from gcc:
|
1670 |
|
|
|
1671 |
|
|
2006-06-12 John David Anglin
|
1672 |
|
|
* configure.in: Don't enable libgomp on hpux10.
|
1673 |
|
|
* configure: Rebuilt.
|
1674 |
|
|
|
1675 |
|
|
2006-06-13 David Ayers
|
1676 |
|
|
|
1677 |
|
|
Sync from gcc:
|
1678 |
|
|
|
1679 |
|
|
2006-06-12 David Ayers
|
1680 |
|
|
|
1681 |
|
|
PR bootstrap/27963
|
1682 |
|
|
PR target/19970
|
1683 |
|
|
* configure.in: Remove target-boehm-gc from noconfigdirs where
|
1684 |
|
|
${libgcj} is specified.
|
1685 |
|
|
* configure: Regenerate.
|
1686 |
|
|
|
1687 |
|
|
2006-06-08 Jeff Johnston
|
1688 |
|
|
|
1689 |
|
|
Sync from gcc:
|
1690 |
|
|
|
1691 |
|
|
2005-01-12 David Edelsohn
|
1692 |
|
|
Andreas Schwab
|
1693 |
|
|
|
1694 |
|
|
PR bootstrap/18033
|
1695 |
|
|
* config-ml.in: Eval option if surrounded by single quotes.
|
1696 |
|
|
|
1697 |
|
|
2006-06-07 Carlos O'Donell
|
1698 |
|
|
|
1699 |
|
|
Sync from gcc:
|
1700 |
|
|
|
1701 |
|
|
2006-06-06 David Ayers
|
1702 |
|
|
|
1703 |
|
|
PR libobjc/13946
|
1704 |
|
|
* Makefile.def: Add dependencies for libobjc which boehm-gc.
|
1705 |
|
|
* Makefile.in: Regenerate.
|
1706 |
|
|
* configure.in: Add --enable-objc-gc at toplevel and have it
|
1707 |
|
|
enable boehm-gc for Objective-C.
|
1708 |
|
|
Remove target-boehm-gc from libgcj.
|
1709 |
|
|
Add target-boehm-gc to target_libraries.
|
1710 |
|
|
Add target-boehm-gc to noconfigdirs where ${libgcj}
|
1711 |
|
|
is specified.
|
1712 |
|
|
Assert that boehm-gc is supported when requested for Objective-C.
|
1713 |
|
|
Only build boehm-gc if needed either for Java or Objective-C.
|
1714 |
|
|
* configure: Regenerate.
|
1715 |
|
|
|
1716 |
|
|
2006-06-05 Paolo Bonzini
|
1717 |
|
|
|
1718 |
|
|
PR 27674
|
1719 |
|
|
* Makefile.tpl (configure-[+prefix+][+module+],
|
1720 |
|
|
all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
|
1721 |
|
|
Remove rule to unstage bootstrapped modules.
|
1722 |
|
|
(stage_current): New.
|
1723 |
|
|
* Makefile.in: Regenerate.
|
1724 |
|
|
|
1725 |
|
|
2006-05-20 John David Anglin
|
1726 |
|
|
Andreas Tobler
|
1727 |
|
|
|
1728 |
|
|
* configure.in: Enable libgcj for hppa*-hp-hpux11*.
|
1729 |
|
|
* configure: Rebuilt.
|
1730 |
|
|
|
1731 |
|
|
Revert
|
1732 |
|
|
2006-01-31 Richard Guenther
|
1733 |
|
|
Paolo Bonzini
|
1734 |
|
|
|
1735 |
|
|
* Makefile.def (target_modules): Add libgcc-math target module.
|
1736 |
|
|
* configure.in (target_libraries): Add libgcc-math target library.
|
1737 |
|
|
(--enable-libgcc-math): New configure switch.
|
1738 |
|
|
* Makefile.in: Re-generate.
|
1739 |
|
|
* configure: Re-generate.
|
1740 |
|
|
|
1741 |
|
|
2006-06-05 Jeff Johnston
|
1742 |
|
|
|
1743 |
|
|
* config-ml.in: Alter CCASFLAGS to include special
|
1744 |
|
|
multilib options the same as is done for CFLAGS.
|
1745 |
|
|
|
1746 |
|
|
2006-05-31 Daniel Jacobowitz
|
1747 |
|
|
|
1748 |
|
|
* Makefile.def: Added dependencies from sim and gdb on intl, and
|
1749 |
|
|
added configure dependencies to everything with an all dependency
|
1750 |
|
|
on intl.
|
1751 |
|
|
* gettext.m4: Removed.
|
1752 |
|
|
* src-release (DEVO_SUPPORT): Don't mention gettext.m4.
|
1753 |
|
|
(GDB_SUPPORT_DIRS): Add intl.
|
1754 |
|
|
* Makefile.in: Regenerated.
|
1755 |
|
|
|
1756 |
|
|
2006-05-25 Daniel Jacobowitz
|
1757 |
|
|
|
1758 |
|
|
* src-release (DEVO_SUPPORT): Add config.rpath.
|
1759 |
|
|
|
1760 |
|
|
2006-05-25 Paolo Bonzini
|
1761 |
|
|
|
1762 |
|
|
* Makefile.def (bfd, opcodes): Fix lib_path.
|
1763 |
|
|
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
|
1764 |
|
|
(restrap): Move under "@if gcc-bootstrap". Fix typo.
|
1765 |
|
|
* Makefile.in: Regenerate.
|
1766 |
|
|
|
1767 |
|
|
2006-05-24 Mark Shinwell
|
1768 |
|
|
|
1769 |
|
|
* configure.in: Enable gprof for cross builds.
|
1770 |
|
|
* configure: Regenerate.
|
1771 |
|
|
|
1772 |
|
|
2006-05-17 Daniel Jacobowitz
|
1773 |
|
|
|
1774 |
|
|
* src-release (MAKEINFOFLAGS): Define.
|
1775 |
|
|
(do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
|
1776 |
|
|
|
1777 |
|
|
2006-05-14 Ben Elliston
|
1778 |
|
|
|
1779 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
1780 |
|
|
|
1781 |
|
|
2006-05-12 Ben Elliston
|
1782 |
|
|
|
1783 |
|
|
* config.sub, config.guess: Update from upstream sources.
|
1784 |
|
|
|
1785 |
|
|
2006-05-04 Steve Ellcey
|
1786 |
|
|
|
1787 |
|
|
* blt, iwidgets, mmalloc: Remove directories.
|
1788 |
|
|
|
1789 |
|
|
2006-05-01 DJ Delorie
|
1790 |
|
|
|
1791 |
|
|
* configure.in: Restore CFLAGS if GMP isn't present.
|
1792 |
|
|
* configure: Regenerate.
|
1793 |
|
|
|
1794 |
|
|
2006-04-18 DJ Delorie
|
1795 |
|
|
|
1796 |
|
|
* configure.in (m32c): Build libstdc++-v3. Pass flags to
|
1797 |
|
|
reference libgloss so that libssp can be built in a combined
|
1798 |
|
|
tree.
|
1799 |
|
|
* configure: Regenerate.
|
1800 |
|
|
|
1801 |
|
|
2006-04-10 Ben Elliston
|
1802 |
|
|
|
1803 |
|
|
* contrib: Remove directory.
|
1804 |
|
|
|
1805 |
|
|
2006-04-06 Carlos O'Donell
|
1806 |
|
|
|
1807 |
|
|
* Makefile.tpl: Add install-html target.
|
1808 |
|
|
* Makefile.def: Add install-html target.
|
1809 |
|
|
* Makefile.in: Regenerate.
|
1810 |
|
|
* configure.in: Add --with-datarootdir, --with-docdir,
|
1811 |
|
|
and --with-htmldir options.
|
1812 |
|
|
* configure: Regenerate.
|
1813 |
|
|
|
1814 |
|
|
2006-03-31 Ben Elliston
|
1815 |
|
|
|
1816 |
|
|
PR binutils/1860
|
1817 |
|
|
* configure.in: Require makeinfo 4.4 or higher.
|
1818 |
|
|
* configure: Regenerate.
|
1819 |
|
|
|
1820 |
|
|
2006-03-14 Paolo Bonzini
|
1821 |
|
|
|
1822 |
|
|
* Makefile.in: Regenerate.
|
1823 |
|
|
|
1824 |
|
|
2006-03-14 Paolo Bonzini
|
1825 |
|
|
|
1826 |
|
|
Sync with gcc:
|
1827 |
|
|
2006-03-10 Aldy Hernandez
|
1828 |
|
|
|
1829 |
|
|
* configure.in: Handle --disable- generically.
|
1830 |
|
|
* configure: Regenerate.
|
1831 |
|
|
|
1832 |
|
|
2006-02-21 Rafael Avila de Espindola
|
1833 |
|
|
|
1834 |
|
|
* Makefile.tpl (BUILD_CONFIGDIRS): Remove.
|
1835 |
|
|
(TARGET_CONFIGDIRS): Remove.
|
1836 |
|
|
* configure.in: Remove AC_SUBST(target_configdirs).
|
1837 |
|
|
* Makefile.in, configure: Regenerated.
|
1838 |
|
|
|
1839 |
|
|
|
1840 |
|
|
2006-03-01 H.J. Lu
|
1841 |
|
|
|
1842 |
|
|
PR libgcj/17311
|
1843 |
|
|
* ltmain.sh: Don't use "$finalize_rpath" for compile.
|
1844 |
|
|
|
1845 |
|
|
2006-02-20 Paolo Bonzini
|
1846 |
|
|
|
1847 |
|
|
PR bootstrap/25670
|
1848 |
|
|
|
1849 |
|
|
* Makefile.tpl ([+compare-target+]): Print explanation messages.
|
1850 |
|
|
|
1851 |
|
|
* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
|
1852 |
|
|
* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
|
1853 |
|
|
(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
|
1854 |
|
|
BUILD_PREFIX, BUILD_PREFIX_1.
|
1855 |
|
|
* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
|
1856 |
|
|
|
1857 |
|
|
* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
|
1858 |
|
|
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
|
1859 |
|
|
|
1860 |
|
|
* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
|
1861 |
|
|
all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
|
1862 |
|
|
of `cat stage_current`. Always provide the `r' and `s' variables.
|
1863 |
|
|
(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
|
1864 |
|
|
a single shell execution.
|
1865 |
|
|
(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
|
1866 |
|
|
bootstrapped modules, make the stage1 module if the build was not
|
1867 |
|
|
started yet, else build the current stage.
|
1868 |
|
|
(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
|
1869 |
|
|
(all-build, all-host, all-target, [+make_target+]-host,
|
1870 |
|
|
[+make_target+]-target): Do not use \-continued lines.
|
1871 |
|
|
(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
|
1872 |
|
|
(current_stage, restrap, stage_last): New.
|
1873 |
|
|
|
1874 |
|
|
* Makefile.in: Regenerate.
|
1875 |
|
|
* configure: Regenerate.
|
1876 |
|
|
|
1877 |
|
|
2006-02-14 Paolo Bonzini
|
1878 |
|
|
|
1879 |
|
|
Sync from gcc:
|
1880 |
|
|
|
1881 |
|
|
2006-01-31 Richard Guenther
|
1882 |
|
|
Paolo Bonzini
|
1883 |
|
|
|
1884 |
|
|
* Makefile.def (target_modules): Add libgcc-math target module.
|
1885 |
|
|
* configure.in (target_libraries): Add libgcc-math target library.
|
1886 |
|
|
(--enable-libgcc-math): New configure switch.
|
1887 |
|
|
* Makefile.in: Re-generate.
|
1888 |
|
|
* configure: Re-generate.
|
1889 |
|
|
* libgcc-math: New toplevel directory.
|
1890 |
|
|
|
1891 |
|
|
2006-01-18 Richard Henderson
|
1892 |
|
|
Jakub Jelinek
|
1893 |
|
|
Diego Novillo
|
1894 |
|
|
|
1895 |
|
|
* libgomp: New directory.
|
1896 |
|
|
* Makefile.def: Add target_module libgomp.
|
1897 |
|
|
* Makefile.in: Regenerate.
|
1898 |
|
|
* configure.in (target_libraries): Add target-libgomp.
|
1899 |
|
|
* configure: Regenerate.
|
1900 |
|
|
|
1901 |
|
|
2006-02-14 Paolo Bonzini
|
1902 |
|
|
Andreas Schwab
|
1903 |
|
|
|
1904 |
|
|
* configure: Regenerate.
|
1905 |
|
|
|
1906 |
|
|
2006-01-16 Paolo Bonzini
|
1907 |
|
|
|
1908 |
|
|
* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
|
1909 |
|
|
Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
|
1910 |
|
|
the assembler, linker and binutils.
|
1911 |
|
|
* configure: Regenerate.
|
1912 |
|
|
|
1913 |
|
|
2006-01-16 Nick Clifton
|
1914 |
|
|
|
1915 |
|
|
* config.sub, config.guess: Sync from config repository.
|
1916 |
|
|
|
1917 |
|
|
2006-01-05 Alexandre Oliva
|
1918 |
|
|
|
1919 |
|
|
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
|
1920 |
|
|
@ from continuation.
|
1921 |
|
|
* Makefile.in: Rebuilt.
|
1922 |
|
|
|
1923 |
|
|
2006-01-04 Paolo Bonzini
|
1924 |
|
|
|
1925 |
|
|
Sync from gcc:
|
1926 |
|
|
|
1927 |
|
|
2006-01-04 Paolo Bonzini
|
1928 |
|
|
|
1929 |
|
|
PR bootstrap/24252
|
1930 |
|
|
|
1931 |
|
|
* Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
|
1932 |
|
|
* Makefile.tpl (OBJDUMP): New.
|
1933 |
|
|
(EXTRA_HOST_FLAGS): Add it.
|
1934 |
|
|
(EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
|
1935 |
|
|
|
1936 |
|
|
* Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
|
1937 |
|
|
to use symbolic links between directories. Avoid race conditions
|
1938 |
|
|
or make them harmless.
|
1939 |
|
|
* configure.in: Do not try to use symbolic links between directories.
|
1940 |
|
|
|
1941 |
|
|
* Makefile.def (LEAN): Pass.
|
1942 |
|
|
* Makefile.tpl (LEAN): Define.
|
1943 |
|
|
(stage[+id+]-start): Accept that the previous directory does not
|
1944 |
|
|
exist, if the bootstrap is lean.
|
1945 |
|
|
(stage[+id+]-bubble): Invoke lean bootstrap commands after
|
1946 |
|
|
stage[+id+]-start. Use a makefile variable and an `if' instead of a
|
1947 |
|
|
configure substitution.
|
1948 |
|
|
([+compare-target+]): Likewise.
|
1949 |
|
|
([+bootstrap-target+]-lean): New.
|
1950 |
|
|
* configure.in: Remove lean bootstrap support from here.
|
1951 |
|
|
|
1952 |
|
|
* Makefile.in: Regenerate.
|
1953 |
|
|
* configure: Regenerate.
|
1954 |
|
|
|
1955 |
|
|
2006-01-02 Andreas Schwab
|
1956 |
|
|
|
1957 |
|
|
* configure.in: When reconfiguring remove Makefile in
|
1958 |
|
|
all stage directories.
|
1959 |
|
|
* configure: Regenerate.
|
1960 |
|
|
|
1961 |
|
|
2005-12-27 Leif Ekblad
|
1962 |
|
|
|
1963 |
|
|
* configure.in: Add support for RDOS target.
|
1964 |
|
|
* configure: Regenerate.
|
1965 |
|
|
|
1966 |
|
|
2005-12-27 Nick Clifton
|
1967 |
|
|
|
1968 |
|
|
PR binutils/1990
|
1969 |
|
|
* libtool.m4: Synchronize with version in GCC sources.
|
1970 |
|
|
|
1971 |
|
|
2005-12-20 Paolo Bonzini
|
1972 |
|
|
|
1973 |
|
|
Revert Ada-related part of the previous change.
|
1974 |
|
|
|
1975 |
|
|
* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
|
1976 |
|
|
Do not pass.
|
1977 |
|
|
* Makefile.tpl (BOOT_ADAFLAGS): Do not define.
|
1978 |
|
|
* Makefile.in: Regenerate.
|
1979 |
|
|
* configure.in: Do not include mt-ppc-aix target fragment.
|
1980 |
|
|
* configure: Regenerate.
|
1981 |
|
|
|
1982 |
|
|
2005-12-19 Paolo Bonzini
|
1983 |
|
|
|
1984 |
|
|
* configure.in: Select appropriate fragments for PowerPC/AIX.
|
1985 |
|
|
* configure: Regenerate.
|
1986 |
|
|
|
1987 |
|
|
* Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
|
1988 |
|
|
BOOT_CFLAGS, BOOT_LDFLAGS.
|
1989 |
|
|
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
|
1990 |
|
|
BOOT_CFLAGS, BOOT_LDFLAGS.
|
1991 |
|
|
(TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
|
1992 |
|
|
(stage[+id+]-bubble): Pass flags recursively to the comparison target.
|
1993 |
|
|
(stage): Fail if we cannot complete the work.
|
1994 |
|
|
* Makefile.in: Regenerate.
|
1995 |
|
|
|
1996 |
|
|
2005-12-16 Jeff Johnston
|
1997 |
|
|
|
1998 |
|
|
* COPYING.NEWLIB: Update copyright year for default
|
1999 |
|
|
copyright.
|
2000 |
|
|
|
2001 |
|
|
2005-12-15 Paolo Bonzini
|
2002 |
|
|
|
2003 |
|
|
* Makefile.tpl (all, do-[+make_target+], do-check, install,
|
2004 |
|
|
install-host-nogcc): Don't invoke $(stage) at the end.
|
2005 |
|
|
* Makefile.in: Regenerate.
|
2006 |
|
|
|
2007 |
|
|
2005-12-14 Paolo Bonzini
|
2008 |
|
|
|
2009 |
|
|
* configure.in: Flip the top-level bootstrap switch.
|
2010 |
|
|
* configure: Regenerate.
|
2011 |
|
|
|
2012 |
|
|
Merge from gcc:
|
2013 |
|
|
|
2014 |
|
|
2005-12-14 Daniel Jacobowitz
|
2015 |
|
|
|
2016 |
|
|
* Makefile.tpl: Throughout the file, use : $(MAKE) along with
|
2017 |
|
|
$(stage) and $(unstage).
|
2018 |
|
|
(EXTRA_TARGET_FLAGS): Correct double-quoting.
|
2019 |
|
|
(all): Remove stray semicolon.
|
2020 |
|
|
(local-distclean): Don't handle multilib.tmp and multilib.out.
|
2021 |
|
|
(install.all): Set $s for consistency.
|
2022 |
|
|
(configure-[+prefix+][+module+]): Instead of [+deps+], handle
|
2023 |
|
|
check_multilibs setting. Always make the install directory.
|
2024 |
|
|
(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
|
2025 |
|
|
Correct @if/@endif.
|
2026 |
|
|
(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
|
2027 |
|
|
($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
|
2028 |
|
|
(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
|
2029 |
|
|
(multilib.out): Remove.
|
2030 |
|
|
* Makefile.in: Regenerated.
|
2031 |
|
|
|
2032 |
|
|
2005-12-12 Nathan Sidwell
|
2033 |
|
|
|
2034 |
|
|
* config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
|
2035 |
|
|
* configure.in: Replace ms1 arch with mt.
|
2036 |
|
|
* configure: Rebuilt.
|
2037 |
|
|
|
2038 |
|
|
2005-12-05 Paolo Bonzini
|
2039 |
|
|
|
2040 |
|
|
Sync with gcc:
|
2041 |
|
|
|
2042 |
|
|
2005-12-12 Nathan Sidwell
|
2043 |
|
|
|
2044 |
|
|
* config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
|
2045 |
|
|
* configure.in: Replace ms1 arch with mt.
|
2046 |
|
|
* configure: Rebuilt.
|
2047 |
|
|
|
2048 |
|
|
2005-12-05 Paolo Bonzini
|
2049 |
|
|
|
2050 |
|
|
Sync with gcc:
|
2051 |
|
|
|
2052 |
|
|
2005-12-05 Paolo Bonzini
|
2053 |
|
|
|
2054 |
|
|
* configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
|
2055 |
|
|
CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
|
2056 |
|
|
"CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
|
2057 |
|
|
Find in-tree tools if available.
|
2058 |
|
|
(EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
|
2059 |
|
|
(CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
|
2060 |
|
|
(*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
|
2061 |
|
|
(COMPILER_*_FOR_TARGET): New.
|
2062 |
|
|
* Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
|
2063 |
|
|
(BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
|
2064 |
|
|
(CONFIGURED_*, USUAL_*): Remove.
|
2065 |
|
|
(BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
|
2066 |
|
|
STRIP): Use autoconf substitutions.
|
2067 |
|
|
(COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
|
2068 |
|
|
COMPILER_NM_FOR_TARGET): New.
|
2069 |
|
|
(EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
|
2070 |
|
|
|
2071 |
|
|
(all): Make all-host and all-target in parallel.
|
2072 |
|
|
(do-[+make_target+], do-check, install, [+compare-target+]): Ensure
|
2073 |
|
|
that $$r and $$s are set before invoking a recursive make.
|
2074 |
|
|
(stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
|
2075 |
|
|
([+bootstrap-target+]): Inline most of the `all' target.
|
2076 |
|
|
|
2077 |
|
|
2005-11-29 Ben Elliston
|
2078 |
|
|
|
2079 |
|
|
* Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
|
2080 |
|
|
from the gcc build directory.
|
2081 |
|
|
* Makefile.in: Regenerate.
|
2082 |
|
|
|
2083 |
|
|
2005-11-29 Ben Elliston
|
2084 |
|
|
|
2085 |
|
|
* Makefile.def: Add new libdecnumber host_module. Make all-gcc
|
2086 |
|
|
depend on all-libdecnumber.
|
2087 |
|
|
* configure.in (host_libs): Include libdecnumber.
|
2088 |
|
|
* Makefile.in: Regenerate.
|
2089 |
|
|
* configure: Likewise.
|
2090 |
|
|
|
2091 |
|
|
2005-11-21 Kean Johnston
|
2092 |
|
|
|
2093 |
|
|
* config.sub, config.guess: Sync from upstream sources.
|
2094 |
|
|
|
2095 |
|
|
2005-11-11 Daniel Jacobowitz
|
2096 |
|
|
|
2097 |
|
|
* Makefile.def: Remove gdb dependencies for gdbtk.
|
2098 |
|
|
* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
|
2099 |
|
|
(configure-gdb, install-gdb): New rules.
|
2100 |
|
|
* configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
|
2101 |
|
|
* Makefile.in, configure: Regenerated.
|
2102 |
|
|
|
2103 |
|
|
2005-10-22 Paolo Bonzini
|
2104 |
|
|
|
2105 |
|
|
PR bootstrap/24297
|
2106 |
|
|
* Makefile.tpl (do-[+make-target+], do-check, install,
|
2107 |
|
|
stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
|
2108 |
|
|
are set before recursing.
|
2109 |
|
|
* Makefile.in: Regenerate.
|
2110 |
|
|
|
2111 |
|
|
2005-10-20 Eric Botcazou
|
2112 |
|
|
|
2113 |
|
|
PR bootstrap/18939
|
2114 |
|
|
* Makefile.def (gcc) : Fix thinko.
|
2115 |
|
|
* Makefile.in: Regenerate.
|
2116 |
|
|
|
2117 |
|
|
2005-10-17 Bernd Schmidt
|
2118 |
|
|
|
2119 |
|
|
* configure.in (bfin-*-*): Use test, not brackets, in if statement.
|
2120 |
|
|
* configure: Regenerate.
|
2121 |
|
|
|
2122 |
|
|
2005-10-09 Kazu Hirata
|
2123 |
|
|
|
2124 |
|
|
* configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
|
2125 |
|
|
target-libffi, target-qthreads, target-libjava, and
|
2126 |
|
|
targetlibobjc.
|
2127 |
|
|
* configure: Regenerate.
|
2128 |
|
|
|
2129 |
|
|
2005-10-06 Daniel Jacobowitz
|
2130 |
|
|
|
2131 |
|
|
* Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
|
2132 |
|
|
* Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
|
2133 |
|
|
(OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
|
2134 |
|
|
(USUAL_OBJDUMP_FOR_TARGET): New.
|
2135 |
|
|
(EXTRA_TARGET_FLAGS): Add OBJDUMP.
|
2136 |
|
|
* configure.in: Check for $OBJDUMP_FOR_TARGET.
|
2137 |
|
|
* configure, Makefile.in: Regenerated.
|
2138 |
|
|
|
2139 |
|
|
2005-10-05 Paolo Bonzini
|
2140 |
|
|
|
2141 |
|
|
* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
|
2142 |
|
|
before other host packages.
|
2143 |
|
|
|
2144 |
|
|
2005-10-05 Paolo Bonzini
|
2145 |
|
|
|
2146 |
|
|
PR bootstrap/22340
|
2147 |
|
|
|
2148 |
|
|
* configure.in (default_target): Remove.
|
2149 |
|
|
* Makefile.tpl (all): Do not use prerequisites as subroutines
|
2150 |
|
|
(all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
|
2151 |
|
|
(do-[+make_target+], check, install, [+bootstrap_target+]): Do not
|
2152 |
|
|
use prerequisites as subroutines.
|
2153 |
|
|
(check-host, check-target): New.
|
2154 |
|
|
(bootstrap configure & all targets): Do not use stage*-start
|
2155 |
|
|
if the directory layout is already ok.
|
2156 |
|
|
(non-bootstrap configure & all targets): Prepend a $(unstage).
|
2157 |
|
|
(stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
|
2158 |
|
|
(NOTPARALLEL): Remove.
|
2159 |
|
|
(unstage, stage variables): New variables.
|
2160 |
|
|
(unstage, stage targets): Simply expand to those variables.
|
2161 |
|
|
|
2162 |
|
|
* configure: Regenerate.
|
2163 |
|
|
* Makefile.in: Regenerate.
|
2164 |
|
|
|
2165 |
|
|
2005-10-04 James E Wilson
|
2166 |
|
|
|
2167 |
|
|
* Makefile.def (lang_env_dependencies): Add libmudflap.
|
2168 |
|
|
* Makefile.in: Regenerate.
|
2169 |
|
|
|
2170 |
|
|
2005-10-03 Catherine Moore
|
2171 |
|
|
|
2172 |
|
|
* configure.in (bfin-*-*): Support bfin.
|
2173 |
|
|
* configure: Regenerated.
|
2174 |
|
|
|
2175 |
|
|
2005-09-30 H.J. Lu
|
2176 |
|
|
|
2177 |
|
|
* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
|
2178 |
|
|
* configure: Regenerated.
|
2179 |
|
|
|
2180 |
|
|
2005-09-28 Geoffrey Keating
|
2181 |
|
|
|
2182 |
|
|
* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
|
2183 |
|
|
(LIPO_FOR_TARGET): New.
|
2184 |
|
|
(CONFIGURED_LIPO_FOR_TARGET): New.
|
2185 |
|
|
(USUAL_LIPO_FOR_TARGET): New.
|
2186 |
|
|
(STRIP_FOR_TARGET): New.
|
2187 |
|
|
(CONFIGURED_STRIP_FOR_TARGET): New.
|
2188 |
|
|
(USUAL_STRIP_FOR_TARGET): New.
|
2189 |
|
|
* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
|
2190 |
|
|
STRIP_FOR_TARGET.
|
2191 |
|
|
* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
|
2192 |
|
|
CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
|
2193 |
|
|
* Makefile.in: Regenerate.
|
2194 |
|
|
* configure: Regenerate.
|
2195 |
|
|
|
2196 |
|
|
2005-09-19 David Edelsohn
|
2197 |
|
|
|
2198 |
|
|
* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
|
2199 |
|
|
(rs6000-*-aix*): Same.
|
2200 |
|
|
* configure: Regenerate.
|
2201 |
|
|
|
2202 |
|
|
2005-09-14 Francois-Xavier Coudert
|
2203 |
|
|
|
2204 |
|
|
* configure.in: Recognize f95 in the --enable-languages option,
|
2205 |
|
|
and substitute it for fortran, issuing a warning.
|
2206 |
|
|
* configure: Regenerate.
|
2207 |
|
|
|
2208 |
|
|
2005-09-07 Ben Elliston
|
2209 |
|
|
|
2210 |
|
|
Import from Autoconf sources:
|
2211 |
|
|
|
2212 |
|
|
2005-09-06 Paul Eggert
|
2213 |
|
|
* move-if-change: Don't output "$2 is unchanged"; suggested by Ben
|
2214 |
|
|
Elliston. Handle weird characters correctly.
|
2215 |
|
|
|
2216 |
|
|
2005-08-30 Phil Edwards
|
2217 |
|
|
|
2218 |
|
|
* configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
|
2219 |
|
|
* configure: Regenerated.
|
2220 |
|
|
|
2221 |
|
|
2005-08-20 Richard Earnshaw
|
2222 |
|
|
|
2223 |
|
|
* Makefile.def (libssp): Add to lang_env_dependencies.
|
2224 |
|
|
* Makefile.in: Regenerate.
|
2225 |
|
|
|
2226 |
|
|
2005-08-17 Christian Groessler
|
2227 |
|
|
|
2228 |
|
|
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
|
2229 |
|
|
* Makefile.in: Regenerate.
|
2230 |
|
|
|
2231 |
|
|
2005-08-12 Paolo Bonzini
|
2232 |
|
|
|
2233 |
|
|
* configure.in: Replace NCN_STRICT_CHECK_TOOL with
|
2234 |
|
|
NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
|
2235 |
|
|
Look for alternate names of the target cc and c++
|
2236 |
|
|
* configure: Regenerate.
|
2237 |
|
|
|
2238 |
|
|
2005-08-08 Paolo Bonzini
|
2239 |
|
|
|
2240 |
|
|
* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
|
2241 |
|
|
GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
|
2242 |
|
|
them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
|
2243 |
|
|
tools; remove code to manually set them.
|
2244 |
|
|
(Target tools): Look in the environment for them.
|
2245 |
|
|
* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
|
2246 |
|
|
GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
|
2247 |
|
|
(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
|
2248 |
|
|
build directory.
|
2249 |
|
|
(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
|
2250 |
|
|
CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
|
2251 |
|
|
CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
|
2252 |
|
|
USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
|
2253 |
|
|
USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
|
2254 |
|
|
(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
|
2255 |
|
|
RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
|
2256 |
|
|
* configure: Regenerate.
|
2257 |
|
|
* Makefile.in: Regenerate.
|
2258 |
|
|
|
2259 |
|
|
2005-07-27 Mark Mitchell
|
2260 |
|
|
|
2261 |
|
|
* Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
|
2262 |
|
|
* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
|
2263 |
|
|
* Makefile.in: Regenerated.
|
2264 |
|
|
|
2265 |
|
|
2005-07-26 Mark Mitchell
|
2266 |
|
|
|
2267 |
|
|
* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
|
2268 |
|
|
(CFLAGS_FOR_TARGET): Use it.
|
2269 |
|
|
(CXXFLAGS_FOR_TARGET): Likewise.
|
2270 |
|
|
* Makefile.in: Regenerated.
|
2271 |
|
|
* configure.in (--with-build-sysroot): New option.
|
2272 |
|
|
* configure: Regenerated.
|
2273 |
|
|
|
2274 |
|
|
2005-07-24 Paolo Bonzini
|
2275 |
|
|
|
2276 |
|
|
* Makefile.tpl: Wrap install between unstage and stage
|
2277 |
|
|
* Makefile.in: Regenerate.
|
2278 |
|
|
|
2279 |
|
|
2005-07-16 Kelley Cook
|
2280 |
|
|
|
2281 |
|
|
* all files: Update FSF address.
|
2282 |
|
|
|
2283 |
|
|
2005-07-14 Jim Blandy
|
2284 |
|
|
|
2285 |
|
|
* configure.in: Add cases for Renesas m32c.
|
2286 |
|
|
* configure: Regenerated.
|
2287 |
|
|
|
2288 |
|
|
2005-07-14 Kelley Cook
|
2289 |
|
|
|
2290 |
|
|
* COPYING, compile, config-ml.in, config.guess,
|
2291 |
|
|
config.sub, install-sh, missing, mkinstalldirs,
|
2292 |
|
|
symlink-tree, ylwrap: Sync from upstream sources.
|
2293 |
|
|
|
2294 |
|
|
2005-07-13 Eric Christopher
|
2295 |
|
|
|
2296 |
|
|
* configure.in: Add toplevel noconfigdir support for tpf.
|
2297 |
|
|
* configure: Regenerate.
|
2298 |
|
|
|
2299 |
|
|
2005-07-11 Jakub Jelinek
|
2300 |
|
|
|
2301 |
|
|
* Makefile.def (target_modules): Add libssp.
|
2302 |
|
|
* configure.in (target_libraries): Add target-libssp.
|
2303 |
|
|
* configure: Rebuilt.
|
2304 |
|
|
* Makefile.in: Rebuilt.
|
2305 |
|
|
|
2306 |
|
|
2005-07-11 Paolo Bonzini
|
2307 |
|
|
|
2308 |
|
|
PR ada/22340
|
2309 |
|
|
|
2310 |
|
|
* Makefile.def: Sync with gcc.
|
2311 |
|
|
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
|
2312 |
|
|
* Makefile.in: Regenerate.
|
2313 |
|
|
|
2314 |
|
|
2005-07-07 Andreas Schwab
|
2315 |
|
|
|
2316 |
|
|
* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
|
2317 |
|
|
* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
|
2318 |
|
|
* Makefile.in: Regenerated.
|
2319 |
|
|
|
2320 |
|
|
2005-07-07 Kazu Hirata
|
2321 |
|
|
|
2322 |
|
|
* configure.in: Add --enable-libssp and --disable-libssp.
|
2323 |
|
|
* configure: Regenerate with autoconf-2.13.
|
2324 |
|
|
|
2325 |
|
|
2005-07-06 Geoffrey Keating
|
2326 |
|
|
|
2327 |
|
|
* configure.in: Don't build sim or rda when targetting darwin.
|
2328 |
|
|
* configure: Regenerate.
|
2329 |
|
|
|
2330 |
|
|
2005-07-04 Ben Elliston
|
2331 |
|
|
|
2332 |
|
|
* src-release (do-proto-toplev): Remove dejagnu bits.
|
2333 |
|
|
(DEJAGNU_SUPPORT_DIRS): Remove.
|
2334 |
|
|
(dejagnu.tar.bz2, dejagnu.tar): Likewise.
|
2335 |
|
|
(GDBD_SUPPORT_DIRS): Likewise.
|
2336 |
|
|
(gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
|
2337 |
|
|
(INSIGHTD_SUPPORT_DIRS): Likewise.
|
2338 |
|
|
(insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
|
2339 |
|
|
|
2340 |
|
|
2005-06-30 Ben Elliston
|
2341 |
|
|
|
2342 |
|
|
* setup.com (mpw): Remove unused directive.
|
2343 |
|
|
|
2344 |
|
|
2005-06-22 Paolo Bonzini
|
2345 |
|
|
|
2346 |
|
|
* Makefile.def (stagefeedback): Come after profile.
|
2347 |
|
|
Define profiledbootstrap target.
|
2348 |
|
|
* Makefile.tpl (profiledbootstrap): Remove.
|
2349 |
|
|
(stageprofile-end): Zap stagefeedback.
|
2350 |
|
|
(stagefeedback-start): Copy all .gcda files, not only GCC's.
|
2351 |
|
|
* Makefile.in: Regenerate.
|
2352 |
|
|
|
2353 |
|
|
2005-06-13 Zack Weinberg
|
2354 |
|
|
|
2355 |
|
|
* depcomp: Update from automake CVS. Add 'ia64hp' stanza.
|
2356 |
|
|
In 'cpp' stanza, support '#line' as well as '# '.
|
2357 |
|
|
|
2358 |
|
|
2005-06-07 Hans-Peter Nilsson
|
2359 |
|
|
|
2360 |
|
|
* configure.in (unsupported_languages): New macro.
|
2361 |
|
|
: Set unsupported_languages. Name explicit
|
2362 |
|
|
non-ported target libraries in noconfigdirs.
|
2363 |
|
|
Ditto, except for non-aout, non-elf,
|
2364 |
|
|
non-linux-gnu. Remove libgcj_ex_libffi.
|
2365 |
|
|
: Set add_this_lang=no if the language is in
|
2366 |
|
|
unsupported_languages.
|
2367 |
|
|
* configure: Regenerate.
|
2368 |
|
|
|
2369 |
|
|
2005-06-04 Tobias Schl"uter
|
2370 |
|
|
|
2371 |
|
|
* configure.in: Fix typo in handling of --with-mpfr-dir.
|
2372 |
|
|
* configure: Regenerate.
|
2373 |
|
|
|
2374 |
|
|
2005-06-02 Jim Blandy
|
2375 |
|
|
|
2376 |
|
|
* config.sub: Add cases for the Renesas m32c. (This patch has been
|
2377 |
|
|
accepted into the master sources.)
|
2378 |
|
|
|
2379 |
|
|
2005-06-02 Aldy Hernandez
|
2380 |
|
|
Michael Snyder
|
2381 |
|
|
Stan Cox
|
2382 |
|
|
|
2383 |
|
|
* configure.in: Set noconfigdirs for ms1.
|
2384 |
|
|
|
2385 |
|
|
* configure: Regenerate.
|
2386 |
|
|
|
2387 |
|
|
2005-05-25 Paolo Bonzini
|
2388 |
|
|
|
2389 |
|
|
* Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
|
2390 |
|
|
(Dependencies): Consider target modules for bootstrap dependencies.
|
2391 |
|
|
Make target bootstrap modules depend on each stage's gcc.
|
2392 |
|
|
* Makefile.in: Regenerate.
|
2393 |
|
|
|
2394 |
|
|
2005-05-20 Paolo Bonzini
|
2395 |
|
|
|
2396 |
|
|
* Makefile.def (configure-gcc): Depend on binutils having been built.
|
2397 |
|
|
(all-gcc): No need to do it here.
|
2398 |
|
|
* Makefile.in: Regenerate.
|
2399 |
|
|
|
2400 |
|
|
2005-05-19 Paul Brook
|
2401 |
|
|
|
2402 |
|
|
* configure.in: Rewrite misleading error message when requested
|
2403 |
|
|
language cannot be built.
|
2404 |
|
|
* configure: Regenerate.
|
2405 |
|
|
|
2406 |
|
|
2005-05-15 Daniel Jacobowitz
|
2407 |
|
|
|
2408 |
|
|
* ylwrap: Import from Automake 1.9.5.
|
2409 |
|
|
|
2410 |
|
|
2005-05-04 Mike Stump
|
2411 |
|
|
|
2412 |
|
|
* configure.in: Always pass --target to target configures as
|
2413 |
|
|
otherwise rebuilds that do --recheck will fail.
|
2414 |
|
|
* configure: Rebuilt.
|
2415 |
|
|
|
2416 |
|
|
2005-05-04 Paolo Bonzini
|
2417 |
|
|
|
2418 |
|
|
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
|
2419 |
|
|
STAGE_HOST_EXPORTS.
|
2420 |
|
|
(configure, all): Add bootstrap support.
|
2421 |
|
|
(Host modules, target modules): Pass post-stage1 flags and exports.
|
2422 |
|
|
(Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
|
2423 |
|
|
* Makefile.in: Regenerate.
|
2424 |
|
|
|
2425 |
|
|
2005-04-29 Paolo Bonzini
|
2426 |
|
|
|
2427 |
|
|
Sync from gcc:
|
2428 |
|
|
|
2429 |
|
|
2005-04-22 Bernd Schmidt
|
2430 |
|
|
|
2431 |
|
|
* config.sub: Update from master copy.
|
2432 |
|
|
|
2433 |
|
|
2005-04-19 Hans-Peter Nilsson
|
2434 |
|
|
|
2435 |
|
|
* configure.in : New local variable
|
2436 |
|
|
libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
|
2437 |
|
|
matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
|
2438 |
|
|
"*-*-elf" and "*-*-linux*".
|
2439 |
|
|
* configure: Regenerate.
|
2440 |
|
|
|
2441 |
|
|
2005-04-06 Paolo Bonzini
|
2442 |
|
|
|
2443 |
|
|
* Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
|
2444 |
|
|
(TARGET_CONFIGARGS): Include --with-target-subdir.
|
2445 |
|
|
(configure, all): New macros. Use them throughout.
|
2446 |
|
|
|
2447 |
|
|
2005-04-05 Paolo Bonzini
|
2448 |
|
|
|
2449 |
|
|
* Makefile.tpl: Sync with gcc.
|
2450 |
|
|
* Makefile.in: Regenerate.
|
2451 |
|
|
|
2452 |
|
|
2005-03-30 J"orn Rennecke
|
2453 |
|
|
|
2454 |
|
|
* config/mh-mingw32: Delete.
|
2455 |
|
|
* configure.in: Don't use it.
|
2456 |
|
|
* configure: Regenerate.
|
2457 |
|
|
|
2458 |
|
|
2005-03-31 Paolo Bonzini
|
2459 |
|
|
|
2460 |
|
|
* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
|
2461 |
|
|
* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
|
2462 |
|
|
(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
|
2463 |
|
|
(HOST_LIB_PATH): Generate from Makefile.def.
|
2464 |
|
|
(TARGET_LIB_PATH): Likewise.
|
2465 |
|
|
(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
|
2466 |
|
|
* Makefile.in: Regenerate.
|
2467 |
|
|
* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
|
2468 |
|
|
(RPATH_ENVVAR): Include Darwin case.
|
2469 |
|
|
* configure: Regenerate.
|
2470 |
|
|
|
2471 |
|
|
2005-03-25 Paolo Bonzini
|
2472 |
|
|
|
2473 |
|
|
* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
|
2474 |
|
|
* configure: Regenerate.
|
2475 |
|
|
|
2476 |
|
|
2005-03-21 Zack Weinberg
|
2477 |
|
|
|
2478 |
|
|
* Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
|
2479 |
|
|
gcc_version, and gcc_version_trigger from set of flags to pass.
|
2480 |
|
|
* Makefile.tpl: Remove definitions of above variables.
|
2481 |
|
|
(config.status): Remove dependency on $(gcc_version_trigger).
|
2482 |
|
|
* Makefile.in: Regenerate.
|
2483 |
|
|
* configure.in: Do not reference config/gcc-version.m4 nor
|
2484 |
|
|
config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
|
2485 |
|
|
TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
|
2486 |
|
|
* configure: Regenerate.
|
2487 |
|
|
|
2488 |
|
|
2005-03-16 Manfred Hollstein
|
2489 |
|
|
Andrew Pinski
|
2490 |
|
|
|
2491 |
|
|
* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
|
2492 |
|
|
* Makefile.in: Regenerate.
|
2493 |
|
|
|
2494 |
|
|
2005-03-01 Alexandre Oliva
|
2495 |
|
|
|
2496 |
|
|
PR libgcj/20160
|
2497 |
|
|
* ltmain.sh: Avoid creating archives with components that have
|
2498 |
|
|
duplicate basenames.
|
2499 |
|
|
|
2500 |
|
|
2005-02-28 Andrew Pinski
|
2501 |
|
|
|
2502 |
|
|
PR bootstrap/20250
|
2503 |
|
|
* Makefile.tpl (HOST target installs): Fix copy and pasto, use install
|
2504 |
|
|
instead of check.
|
2505 |
|
|
* Makefile.in: Regenerate.
|
2506 |
|
|
|
2507 |
|
|
2005-02-28 Paolo Bonzini
|
2508 |
|
|
|
2509 |
|
|
Sync from gcc.
|
2510 |
|
|
|
2511 |
|
|
2005-02-28 Paolo Bonzini
|
2512 |
|
|
|
2513 |
|
|
PR bootstrap/17383
|
2514 |
|
|
* Makefile.def (target_modules): Remove "stage", now unnecessary.
|
2515 |
|
|
* Makefile.tpl (HOST_SUBDIR): New substitution.
|
2516 |
|
|
(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
|
2517 |
|
|
USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
|
2518 |
|
|
USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
|
2519 |
|
|
USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
|
2520 |
|
|
(Host modules, Bootstrapped modules): Use it.
|
2521 |
|
|
(Build modules, Target modules): Do not create symlink trees,
|
2522 |
|
|
always configure out-of-srcdir.
|
2523 |
|
|
(distclean): Try removing $(host_subdir) with rm before using rm -rf.
|
2524 |
|
|
* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
|
2525 |
|
|
GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
|
2526 |
|
|
$(HOST_SUBDIR). Create a symlink for host_subdir.
|
2527 |
|
|
|
2528 |
|
|
* Makefile.in: Regenerate.
|
2529 |
|
|
* configure: Regenerate.
|
2530 |
|
|
|
2531 |
|
|
Merged from libada-gnattools-branch:
|
2532 |
|
|
2004-11-28 Nathanael Nerode
|
2533 |
|
|
|
2534 |
|
|
* Makefile.def: Add gnattools as a module, depending on target-libada.
|
2535 |
|
|
* Makefile.in: Regenerate.
|
2536 |
|
|
* configure.in: Include gnattools in host_tools; disable it if ada
|
2537 |
|
|
is disabled.
|
2538 |
|
|
* configure: Regenerate.
|
2539 |
|
|
|
2540 |
|
|
2005-02-23 Nick Clifton
|
2541 |
|
|
|
2542 |
|
|
* configure: Regenerate.
|
2543 |
|
|
|
2544 |
|
|
2005-02-22 Paul Schlie
|
2545 |
|
|
|
2546 |
|
|
* configure.in: Allow darwin targeted ports to build tk, itcl and
|
2547 |
|
|
libgui.
|
2548 |
|
|
|
2549 |
|
|
2005-02-21 Eric Botcazou
|
2550 |
|
|
|
2551 |
|
|
PR libgcj/10353
|
2552 |
|
|
* configure.in (noconfigdirs) : Add libgcj.
|
2553 |
|
|
* configure: Regenerate.
|
2554 |
|
|
|
2555 |
|
|
2005-02-08 Andrew Cagney
|
2556 |
|
|
|
2557 |
|
|
* MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
|
2558 |
|
|
gdb/ section. Update GDB's URL.
|
2559 |
|
|
|
2560 |
|
|
2005-01-31 Andrew Cagney
|
2561 |
|
|
|
2562 |
|
|
* gettext.m4: Only set ENABLE_NLS when gettext is present.
|
2563 |
|
|
|
2564 |
|
|
2005-01-29 Hans-Peter Nilsson
|
2565 |
|
|
|
2566 |
|
|
* configure.in (noconfigdirs) : Match like cris-*-*.
|
2567 |
|
|
: Only disable target-newlib and
|
2568 |
|
|
target-libgloss when not *-*-elf and *-*-aout.
|
2569 |
|
|
* configure: Regenerate.
|
2570 |
|
|
|
2571 |
|
|
2005-01-27 Andrew Cagney
|
2572 |
|
|
|
2573 |
|
|
* gettext.m4: Don't use NONE as a default for CATOBJEXT.
|
2574 |
|
|
|
2575 |
|
|
2005-01-24 Andrew Cagney
|
2576 |
|
|
|
2577 |
|
|
* gettext.m4: Only fall back to ../intl/ when it's present.
|
2578 |
|
|
|
2579 |
|
|
2005-01-17 Kelley Cook
|
2580 |
|
|
|
2581 |
|
|
* install-sh, config.sub: Import from upstream.
|
2582 |
|
|
|
2583 |
|
|
2005-01-17 Kelley Cook
|
2584 |
|
|
|
2585 |
|
|
PR bootstrap/18222
|
2586 |
|
|
* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
|
2587 |
|
|
* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
|
2588 |
|
|
* Makefile.in: Regenerate.
|
2589 |
|
|
|
2590 |
|
|
2005-01-03 Paolo Bonzini
|
2591 |
|
|
|
2592 |
|
|
Revert 2004-12-28 Makefile changes, a better fix will be
|
2593 |
|
|
applied to mainline and src after GCC 4.0 branches.
|
2594 |
|
|
|
2595 |
|
|
2004-12-28 Paolo Bonzini
|
2596 |
|
|
|
2597 |
|
|
PR bootstrap/17383
|
2598 |
|
|
|
2599 |
|
|
* Makefile.def (target_modules): Remove stage parameter,
|
2600 |
|
|
it is always true now.
|
2601 |
|
|
* Makefile.tpl (configure-build-[+module+],
|
2602 |
|
|
configure-target-[+module+]): Always build symlink tree
|
2603 |
|
|
for the directory and for include. BUILD_SUBDIR and
|
2604 |
|
|
TARGET_SUBDIR cannot be . anymore.
|
2605 |
|
|
* Makefile.in: Regenerate.
|
2606 |
|
|
|
2607 |
|
|
2004-12-25 David Edelsohn
|
2608 |
|
|
|
2609 |
|
|
Revert 2004-12-08 Makefile changes.
|
2610 |
|
|
|
2611 |
|
|
2004-12-16 Andrew Stubbs
|
2612 |
|
|
|
2613 |
|
|
* configure.in (sh64-*-*): Reenable gprof.
|
2614 |
|
|
* configure: Regenerate.
|
2615 |
|
|
|
2616 |
|
|
2004-12-09 Jim Blandy
|
2617 |
|
|
|
2618 |
|
|
* MAINTAINERS: List 'depcomp' as part of automake.
|
2619 |
|
|
|
2620 |
|
|
2004-12-08 David Edelsohn
|
2621 |
|
|
|
2622 |
|
|
* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
|
2623 |
|
|
* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
|
2624 |
|
|
(EXTRA_TARGET_FLAGS): Add PICFLAG.
|
2625 |
|
|
* Makefile.in: Regenerate.
|
2626 |
|
|
|
2627 |
|
|
2004-12-07 Matt Kraai
|
2628 |
|
|
|
2629 |
|
|
* Makefile.tpl: Generate normal dependencies if the LHS module is
|
2630 |
|
|
not bootstrapped.
|
2631 |
|
|
* Makefile.in: Regenerate.
|
2632 |
|
|
|
2633 |
|
|
2004-12-03 Richard Sandiford
|
2634 |
|
|
|
2635 |
|
|
* configure.in: Include config/gxx-include-dir.m4. Use
|
2636 |
|
|
TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
|
2637 |
|
|
* configure: Regenerate.
|
2638 |
|
|
|
2639 |
|
|
2004-12-03 Richard Sandiford
|
2640 |
|
|
|
2641 |
|
|
* config.if: Delete.
|
2642 |
|
|
* configure.in: Set libstdcxx_incdir directly.
|
2643 |
|
|
* configure: Regenerate.
|
2644 |
|
|
* MAINTAINERS: Remove mention of config.if.
|
2645 |
|
|
* src-release (DEVO_SUPPORT): Remove config.if.
|
2646 |
|
|
|
2647 |
|
|
2004-12-02 Eric Christopher
|
2648 |
|
|
|
2649 |
|
|
* Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
|
2650 |
|
|
of things to remove.
|
2651 |
|
|
* Makefile.in: Regenerate.
|
2652 |
|
|
|
2653 |
|
|
2004-12-02 Richard Sandiford
|
2654 |
|
|
|
2655 |
|
|
* configure.in: Clear gcc_version_trigger if the file doesn't exist.
|
2656 |
|
|
* configure: Regenerate.
|
2657 |
|
|
|
2658 |
|
|
2004-12-02 Richard Sandiford
|
2659 |
|
|
|
2660 |
|
|
* configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
|
2661 |
|
|
to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
|
2662 |
|
|
* configure: Regenerate.
|
2663 |
|
|
|
2664 |
|
|
2004-11-26 John David Anglin
|
2665 |
|
|
|
2666 |
|
|
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
|
2667 |
|
|
(hppa*64*-*-*): Delete incorrect comment.
|
2668 |
|
|
* configure: Rebuilt.
|
2669 |
|
|
|
2670 |
|
|
2004-11-15 Kelley Cook
|
2671 |
|
|
|
2672 |
|
|
* install-sh, compile: Import from automake.
|
2673 |
|
|
|
2674 |
|
|
2004-11-15 Kelley Cook
|
2675 |
|
|
|
2676 |
|
|
* config.guess, config.sub: Import from savannnah.
|
2677 |
|
|
|
2678 |
|
|
2004-11-12 Mike Stump
|
2679 |
|
|
|
2680 |
|
|
* Makefile.def: Add html support.
|
2681 |
|
|
* Makefile.tpl: Likewise.
|
2682 |
|
|
* Makefile.in: Regenerate.
|
2683 |
|
|
|
2684 |
|
|
2004-11-11 Geoffrey Keating
|
2685 |
|
|
|
2686 |
|
|
PR 18423
|
2687 |
|
|
* configure.in: Remove all instances of build-fixincludes from
|
2688 |
|
|
noconfigdirs.
|
2689 |
|
|
(build_configargs): Supply --target to subdirectories.
|
2690 |
|
|
* configure: Regenerate.
|
2691 |
|
|
|
2692 |
|
|
* Makefile.def: Make gcc install depend on fixincludes install.
|
2693 |
|
|
* Makefile.in: Regenerate.
|
2694 |
|
|
|
2695 |
|
|
2004-11-08 Hans-Peter Nilsson
|
2696 |
|
|
|
2697 |
|
|
* configure.in (noconfigdirs) [mmix-*-*]: Disable
|
2698 |
|
|
target-libgfortran.
|
2699 |
|
|
* configure: Regenerate.
|
2700 |
|
|
|
2701 |
|
|
2004-11-07 David Edelsohn
|
2702 |
|
|
|
2703 |
|
|
* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
|
2704 |
|
|
like CC.
|
2705 |
|
|
|
2706 |
|
|
2004-11-05 Paolo Bonzini
|
2707 |
|
|
|
2708 |
|
|
* Makefile.def (host fixincludes): Specify missing targets.
|
2709 |
|
|
* Makefile.in: Regenerate.
|
2710 |
|
|
|
2711 |
|
|
2004-11-04 H.J. Lu
|
2712 |
|
|
|
2713 |
|
|
PR other/17783
|
2714 |
|
|
* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
|
2715 |
|
|
* configure: Regenerated.
|
2716 |
|
|
|
2717 |
|
|
2004-11-04 Daniel Jacobowitz
|
2718 |
|
|
|
2719 |
|
|
* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
|
2720 |
|
|
* configure: Regenerated.
|
2721 |
|
|
|
2722 |
|
|
2004-10-28 Eric B. Weddington
|
2723 |
|
|
|
2724 |
|
|
PR target/18151
|
2725 |
|
|
* configure.in (case ${target}): Do not build fixincludes for avr.
|
2726 |
|
|
* configure: Regenerated.
|
2727 |
|
|
|
2728 |
|
|
2004-10-26 Paolo Bonzini
|
2729 |
|
|
|
2730 |
|
|
* configure.in (case ${target}): Do not build fixincludes
|
2731 |
|
|
on platforms where it is not used.
|
2732 |
|
|
* configure: Regenerated.
|
2733 |
|
|
|
2734 |
|
|
2004-10-23 Daniel Jacobowitz
|
2735 |
|
|
|
2736 |
|
|
* configure.in: Use an absolute path to install-sh.
|
2737 |
|
|
* configure: Regenerated.
|
2738 |
|
|
|
2739 |
|
|
2004-10-19 Andrew Cagney
|
2740 |
|
|
|
2741 |
|
|
* src-release (do-djunpack, do-md5sum): Install the generated file
|
2742 |
|
|
directly into the proto-toplev/ directory.
|
2743 |
|
|
|
2744 |
|
|
2004-10-19 Andrew Cagney
|
2745 |
|
|
|
2746 |
|
|
* src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
|
2747 |
|
|
|
2748 |
|
|
2004-10-12 Kelley Cook
|
2749 |
|
|
|
2750 |
|
|
* configure.in (*-*-cygwin*): Supress warning if newlib not present.
|
2751 |
|
|
* configure: Regenerate.
|
2752 |
|
|
|
2753 |
|
|
2004-10-06 Paolo Bonzini
|
2754 |
|
|
|
2755 |
|
|
Fix wrong conflict resolution in:
|
2756 |
|
|
|
2757 |
|
|
2004-08-16 Paolo Bonzini
|
2758 |
|
|
|
2759 |
|
|
* Makefile.in: Regenerate.
|
2760 |
|
|
* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
|
2761 |
|
|
in the recursive `make', instead of hardwiring `all'.
|
2762 |
|
|
(Autogenerated TARGET-* variables): New.
|
2763 |
|
|
|
2764 |
|
|
2004-10-05 Ulrich Weigand
|
2765 |
|
|
|
2766 |
|
|
Merged from GCC / libtool upstream:
|
2767 |
|
|
2004-10-02 P.J. Darcy
|
2768 |
|
|
* ltcf-c.sh (tpf*): Add ld_shlibs=yes.
|
2769 |
|
|
* ltcf-cxx.sh (tpf*): Likewise.
|
2770 |
|
|
* ltconfig (tpf*): Add TPF OS configuration support.
|
2771 |
|
|
|
2772 |
|
|
2004-09-30 Tomer Levi
|
2773 |
|
|
|
2774 |
|
|
* configure.in: Enable target-libgloss for crx-*-*.
|
2775 |
|
|
* configure: Regenerate.
|
2776 |
|
|
|
2777 |
|
|
2004-09-24 Michael Roth
|
2778 |
|
|
|
2779 |
|
|
* configure.in (--without-headers): Add missing double quotes.
|
2780 |
|
|
* configure: Regenerate.
|
2781 |
|
|
|
2782 |
|
|
2004-09-24 Kelley Cook
|
2783 |
|
|
|
2784 |
|
|
* ylwrap: Revert to previous version.
|
2785 |
|
|
|
2786 |
|
|
2004-09-23 H.J. Lu
|
2787 |
|
|
|
2788 |
|
|
PR bootstrap/17369
|
2789 |
|
|
* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
|
2790 |
|
|
(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
|
2791 |
|
|
SET_GCC_LIB_PATH_CMD.
|
2792 |
|
|
(BASE_TARGET_EXPORTS): Likewise.
|
2793 |
|
|
* Makefile.in: Regenerated.
|
2794 |
|
|
|
2795 |
|
|
* configure.in (SET_GCC_LIB_PATH): Set and substitute.
|
2796 |
|
|
* configure: Regenerated.
|
2797 |
|
|
|
2798 |
|
|
2004-09-23 Kelley Cook
|
2799 |
|
|
|
2800 |
|
|
* config.guess: New upstream version
|
2801 |
|
|
* compile, depcomp, install-sh, ylwrap: Likewise.
|
2802 |
|
|
|
2803 |
|
|
2004-09-19 Roger Sayle
|
2804 |
|
|
|
2805 |
|
|
* config/mh-x86omitfp: New host makefile fragment. Add
|
2806 |
|
|
-fomit-frame-pointer to the default BOOT_CFLAGS.
|
2807 |
|
|
* configure.in: Use it to speed up bootstrap on some IA-32 hosts.
|
2808 |
|
|
* configure: Regenerate.
|
2809 |
|
|
|
2810 |
|
|
2004-09-15 Andrew Pinski
|
2811 |
|
|
|
2812 |
|
|
PR target/11572
|
2813 |
|
|
* configure.in (*-*-darwin*): Renable libobjc.
|
2814 |
|
|
* configure: Regenerate.
|
2815 |
|
|
|
2816 |
|
|
2004-09-09 Daniel Berlin
|
2817 |
|
|
|
2818 |
|
|
* Makefile.def: Remove libbanshee.
|
2819 |
|
|
* Makefile.tpl: Ditto.
|
2820 |
|
|
* configure.in: Ditto.
|
2821 |
|
|
* Makefile.in: Regen.
|
2822 |
|
|
* configure: Ditto.
|
2823 |
|
|
|
2824 |
|
|
2004-09-07 Paolo Bonzini
|
2825 |
|
|
|
2826 |
|
|
* missing: Import latest version from master repository.
|
2827 |
|
|
|
2828 |
|
|
2004-09-04 Nick Clifton
|
2829 |
|
|
|
2830 |
|
|
* config.sub: Import latest version from master repository.
|
2831 |
|
|
* config.guess: Likewise.
|
2832 |
|
|
This includes these changes:
|
2833 |
|
|
|
2834 |
|
|
2004-08-27 Hans-Peter Nilsson
|
2835 |
|
|
|
2836 |
|
|
* config.sub: Handle crisv32, alias etraxfs.
|
2837 |
|
|
* config.guess (crisv32:Linux:*:*): Handle.
|
2838 |
|
|
|
2839 |
|
|
2004-08-13 Brad Smith
|
2840 |
|
|
|
2841 |
|
|
* config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
|
2842 |
|
|
(sgi:OpenBSD:*:*): Emit mips64, not mipseb.
|
2843 |
|
|
|
2844 |
|
|
2004-08-11 Paul Eggert
|
2845 |
|
|
|
2846 |
|
|
* config.guess (*:Darwin:*:*): If uname -p reports "unknown",
|
2847 |
|
|
assume the processor is a powerpc. This is because coreutils
|
2848 |
|
|
uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
|
2849 |
|
|
in this case, due to a MacOS X bug that causes
|
2850 |
|
|
sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
|
2851 |
|
|
to return a negative number.
|
2852 |
|
|
Problem reported by Petter Reinholdtsen in:
|
2853 |
|
|
http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
|
2854 |
|
|
|
2855 |
|
|
2004-07-19 Ben Elliston
|
2856 |
|
|
|
2857 |
|
|
* config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
|
2858 |
|
|
|
2859 |
|
|
2004-06-24 Ben Elliston
|
2860 |
|
|
|
2861 |
|
|
* config.guess: Update copyright years.
|
2862 |
|
|
* config.sub: Likewise.
|
2863 |
|
|
|
2864 |
|
|
2004-06-22 Robert Millan
|
2865 |
|
|
|
2866 |
|
|
* config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
|
2867 |
|
|
since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
|
2868 |
|
|
|
2869 |
|
|
2004-06-22 Stanley F. Quayle
|
2870 |
|
|
|
2871 |
|
|
* config.guess (*:*VMS:*:*): New entry. Replaces
|
2872 |
|
|
Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
|
2873 |
|
|
manufacturer.
|
2874 |
|
|
|
2875 |
|
|
2004-06-22 Ben Elliston
|
2876 |
|
|
|
2877 |
|
|
* config.guess: Cray fixes from Wendy Palm .
|
2878 |
|
|
* config.sub: Likewise.
|
2879 |
|
|
|
2880 |
|
|
2004-06-22 Ben Elliston
|
2881 |
|
|
|
2882 |
|
|
Reported by Hans-Peter Nilsson :
|
2883 |
|
|
* config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
|
2884 |
|
|
|
2885 |
|
|
2004-06-11 Ben Elliston
|
2886 |
|
|
|
2887 |
|
|
* config.guess (pegasos:OpenBSD:*:*): Remove.
|
2888 |
|
|
|
2889 |
|
|
2004-06-11 Ben Elliston
|
2890 |
|
|
|
2891 |
|
|
From Wouter Verhelst :
|
2892 |
|
|
* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
|
2893 |
|
|
|
2894 |
|
|
2004-06-11 Ben Elliston
|
2895 |
|
|
|
2896 |
|
|
* config.guess (luna88k:OpenBSD:*:*): New.
|
2897 |
|
|
|
2898 |
|
|
2004-03-12 Kazuhiro Inaoka
|
2899 |
|
|
|
2900 |
|
|
* config.guess (m32r*:Linux:*:*): New case.
|
2901 |
|
|
* config.sub: Handle m32rle.
|
2902 |
|
|
|
2903 |
|
|
2004-03-12 Ben Elliston
|
2904 |
|
|
|
2905 |
|
|
From Jens Petersen :
|
2906 |
|
|
* config.sub: Handle sparcv8.
|
2907 |
|
|
|
2908 |
|
|
2004-03-03 Ben Elliston
|
2909 |
|
|
|
2910 |
|
|
From Tom Smith :
|
2911 |
|
|
* config.guess: Version suffixes are equally significant on Tru64
|
2912 |
|
|
V4.* and V5.*, so do not ignore them on V5.*. Handle a version
|
2913 |
|
|
prefix of "P" (patched kernel).
|
2914 |
|
|
|
2915 |
|
|
2004-02-23 Tal Agmon
|
2916 |
|
|
|
2917 |
|
|
* config.sub: Add support for National Semiconductor CRX target.
|
2918 |
|
|
|
2919 |
|
|
2004-09-03 Jan Beulich
|
2920 |
|
|
|
2921 |
|
|
* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
|
2922 |
|
|
*-*-netware, but add target-libmudflap.
|
2923 |
|
|
Consolidate *-*-netware targets (of which really only i?86 exists)
|
2924 |
|
|
into a single entry.
|
2925 |
|
|
* configure: Likewise.
|
2926 |
|
|
|
2927 |
|
|
2004-09-01 Paolo Bonzini
|
2928 |
|
|
|
2929 |
|
|
* Makefile.tpl (sorry): Remove.
|
2930 |
|
|
(clean-stage[+id+], clean-stage[+id+]-module): New targets.
|
2931 |
|
|
(cleanstrap targets): Depend on distclean, not distclean-stage1.
|
2932 |
|
|
(do-clean): Clean per-stage directories too.
|
2933 |
|
|
(do-distclean): Run distclean-stage1 too.
|
2934 |
|
|
(.NOTPARALLEL): Enable during toplevel bootstrap.
|
2935 |
|
|
(stage[+id+]-bubble): Enable parallel execution during
|
2936 |
|
|
the recursive invocation.
|
2937 |
|
|
* Makefile.in: Regenerate.
|
2938 |
|
|
|
2939 |
|
|
Sync from gcc (moving the Makefile.in change to Makefile.tpl):
|
2940 |
|
|
|
2941 |
|
|
2004-08-31 Robert Bowdidge
|
2942 |
|
|
|
2943 |
|
|
* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
|
2944 |
|
|
* configure.in: add test for powerpc-*-darwin* to specify makefile frag
|
2945 |
|
|
* configure: regenerate
|
2946 |
|
|
* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
|
2947 |
|
|
-mdynamic-no-pic
|
2948 |
|
|
|
2949 |
|
|
2004-08-31 Paolo Bonzini
|
2950 |
|
|
|
2951 |
|
|
* Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
|
2952 |
|
|
include.
|
2953 |
|
|
* configure.in: Fix indentation.
|
2954 |
|
|
* configure: Regenerate.
|
2955 |
|
|
|
2956 |
|
|
2004-08-31 Paolo Bonzini
|
2957 |
|
|
|
2958 |
|
|
* Makefile.def (build_modules): Add fixincludes.
|
2959 |
|
|
(dependencies): Make gcc depend on fixincludes.
|
2960 |
|
|
* configure.in (build_tools): Add fixincludes.
|
2961 |
|
|
(build_configdirs): Always include build_libs.
|
2962 |
|
|
* Makefile.in: Regenerate.
|
2963 |
|
|
* configure: Regenerate.
|
2964 |
|
|
|
2965 |
|
|
2004-08-30 Paolo Bonzini
|
2966 |
|
|
|
2967 |
|
|
* Makefile.def (bootstrap stages): Add 'lean' parameter.
|
2968 |
|
|
* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
|
2969 |
|
|
phony targets; do not generate timestamp files.
|
2970 |
|
|
(distclean-stageN): Remove references to their timestamp files.
|
2971 |
|
|
(restageN, touch-stageN): Remove.
|
2972 |
|
|
(stageN-bubble): Rewritten.
|
2973 |
|
|
(compare): Support lean bootstraps.
|
2974 |
|
|
* Makefile.in: Regenerate.
|
2975 |
|
|
|
2976 |
|
|
* configure.in: Only warn when bootstrapping but
|
2977 |
|
|
build != host or build != target. Support lean bootstraps.
|
2978 |
|
|
* configure: Regenerate.
|
2979 |
|
|
|
2980 |
|
|
Sync from gcc:
|
2981 |
|
|
2004-08-26 Phil Edwards
|
2982 |
|
|
|
2983 |
|
|
* configure.in: Give a better error message if GMP/MPFR are missing
|
2984 |
|
|
and a language needing them has been requested.
|
2985 |
|
|
* configure: Regenerated.
|
2986 |
|
|
|
2987 |
|
|
2004-08-25 Phil Edwards
|
2988 |
|
|
|
2989 |
|
|
* configure.in: Print a list of available language front-ends if
|
2990 |
|
|
a requested one is missing. Tidy stray tab characters.
|
2991 |
|
|
* configure: Regenerated.
|
2992 |
|
|
|
2993 |
|
|
2004-08-17 Paolo Bonzini
|
2994 |
|
|
|
2995 |
|
|
* Makefile.in: Regenerate.
|
2996 |
|
|
* configure: Regenerate.
|
2997 |
|
|
|
2998 |
|
|
* Makefile.def (bootstrap-stage): Rename extra_*_flags to
|
2999 |
|
|
stage_*_flags.
|
3000 |
|
|
* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
|
3001 |
|
|
for bootstrapped modules if toplevel bootstrap is going.
|
3002 |
|
|
(GCC bootstrap): Generate per-stage targets for all bootstrapped
|
3003 |
|
|
modules. Adjust for changes in Makefile.def. Enable several
|
3004 |
|
|
rules even in non-bootstrap mode, just to avoid peppering the
|
3005 |
|
|
template with unnecessary "@if/@endif gcc-bootstrap" pairs.
|
3006 |
|
|
(stage-[+prev+]-bubble): Remove.
|
3007 |
|
|
|
3008 |
|
|
* Makefile.def (Dependencies): Depend on all-build-bison,
|
3009 |
|
|
all-build-flex, all-build-byacc, all-build-texinfo, rather
|
3010 |
|
|
than the host variations.
|
3011 |
|
|
* Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
|
3012 |
|
|
with BUILD_SUBDIR.
|
3013 |
|
|
(BISON): Update for recent Bisons.
|
3014 |
|
|
(YACC): Fix typo.
|
3015 |
|
|
(cross): Depend on all-build.
|
3016 |
|
|
(all): Do not depend on all-build.
|
3017 |
|
|
(prebootstrap): Remove.
|
3018 |
|
|
(dep-kind): Accept separate prefixes for MODULE and ON variables.
|
3019 |
|
|
(Prebootstrap dependencies): Add them to the per-stage targets
|
3020 |
|
|
and to all-prebootstrap.
|
3021 |
|
|
* configure.in (build_configdirs): Always enable build_tools.
|
3022 |
|
|
(BUILD_DIR_PREFIX): Remove.
|
3023 |
|
|
|
3024 |
|
|
* Makefile.def (gcc): Add target variable.
|
3025 |
|
|
(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
|
3026 |
|
|
* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
|
3027 |
|
|
in the recursive `make', instead of hardwiring `all'.
|
3028 |
|
|
(Autogenerated TARGET-* variables): New.
|
3029 |
|
|
|
3030 |
|
|
2004-08-17 Robert Millan
|
3031 |
|
|
|
3032 |
|
|
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
|
3033 |
|
|
(instead of FreeBSD).
|
3034 |
|
|
* configure: Regenerate.
|
3035 |
|
|
|
3036 |
|
|
2004-08-12 Nathanael Nerode
|
3037 |
|
|
|
3038 |
|
|
* Makefile.def, configure.in, src-release: Remove useless, bogus
|
3039 |
|
|
references to tix.
|
3040 |
|
|
* Makefile.in, configure: Regenerate.
|
3041 |
|
|
|
3042 |
|
|
* src-release: Stop distributing mmalloc with gdb (which doesn't
|
3043 |
|
|
use it).
|
3044 |
|
|
* Makefile.def: GDB doesn't depend on mmalloc anymore.
|
3045 |
|
|
* Makefile.in: Regenerate.
|
3046 |
|
|
|
3047 |
|
|
2004-08-09 Mark Mitchell
|
3048 |
|
|
|
3049 |
|
|
* configure.in (arm*-*-eabi*): New target.
|
3050 |
|
|
* configure: Regenerate.
|
3051 |
|
|
|
3052 |
|
|
2004-08-01 Robert Millan
|
3053 |
|
|
|
3054 |
|
|
* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
|
3055 |
|
|
libmudflap for all GNU-based systems (with Glibc).
|
3056 |
|
|
* configure: Regenerate.
|
3057 |
|
|
|
3058 |
|
|
2004-08-06 Paolo Bonzini
|
3059 |
|
|
|
3060 |
|
|
* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
|
3061 |
|
|
(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
|
3062 |
|
|
(Dependencies): New section.
|
3063 |
|
|
* Makefile.tpl (Dependencies): Generate from Makefile.def.
|
3064 |
|
|
(configure-target-[+module+]): Depend on maybe-all-gcc
|
3065 |
|
|
(all-prebootstrap): New name of all-bootstrap. Changed throughout.
|
3066 |
|
|
(toplevel profiledbootstrap): Fix dependencies.
|
3067 |
|
|
* Makefile.in: Regenerate.
|
3068 |
|
|
|
3069 |
|
|
2004-08-03 Mark Mitchell
|
3070 |
|
|
|
3071 |
|
|
* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
|
3072 |
|
|
target-libiberty to noconfigdirs.
|
3073 |
|
|
|
3074 |
|
|
2004-08-03 Paul Brook
|
3075 |
|
|
|
3076 |
|
|
* configure.in: Check for MPFR as well as GMP.
|
3077 |
|
|
* configure: Regenerate.
|
3078 |
|
|
|
3079 |
|
|
2004-08-03 Paolo Bonzini
|
3080 |
|
|
|
3081 |
|
|
* Makefile.def (host-modules): Add gcc.
|
3082 |
|
|
* Makefile.in: Regenerate.
|
3083 |
|
|
* Makefile.tpl (sorry): New rule.
|
3084 |
|
|
(configure-host, all-host, [+make_target+]-host, do-check,
|
3085 |
|
|
install-host): Do not add gcc as a special case.
|
3086 |
|
|
(host modules): Add a small special-casing for gcc. Export
|
3087 |
|
|
extra_make_flags through the environment.
|
3088 |
|
|
(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
|
3089 |
|
|
maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
|
3090 |
|
|
other recursive targets for gcc): Remove.
|
3091 |
|
|
|
3092 |
|
|
(all, do-[+make_target+], do-check): Wrap between unstage and stage.
|
3093 |
|
|
(stage, unstage): New rules.
|
3094 |
|
|
(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
|
3095 |
|
|
distclean-stage[+id+]): Use stage_current.
|
3096 |
|
|
([+bootstrap-target+], profiledbootstrap): Do not invoke manually
|
3097 |
|
|
the stage*-start rules.
|
3098 |
|
|
|
3099 |
|
|
2004-07-19 Robert Millan
|
3100 |
|
|
|
3101 |
|
|
Synced from gcc:
|
3102 |
|
|
|
3103 |
|
|
2004-04-26 Robert Millan
|
3104 |
|
|
|
3105 |
|
|
Add patches from libtool CVS.
|
3106 |
|
|
* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
|
3107 |
|
|
* ltconfig: Likewise.
|
3108 |
|
|
* ltcf-c.sh: Likewise.
|
3109 |
|
|
* ltcf-cxx.sh: Likewise.
|
3110 |
|
|
* ltcf-gcj.sh: Likewise.
|
3111 |
|
|
|
3112 |
|
|
2004-07-12 Paolo Bonzini
|
3113 |
|
|
|
3114 |
|
|
* configure.in: Add noconfigdirs for crx-*-*.
|
3115 |
|
|
* configure: Regenerate.
|
3116 |
|
|
|
3117 |
|
|
2004-07-12 Paolo Bonzini
|
3118 |
|
|
|
3119 |
|
|
Synced from gcc:
|
3120 |
|
|
|
3121 |
|
|
2004-07-09 Loren J. Rittle
|
3122 |
|
|
|
3123 |
|
|
* configure.in: Build libmudflap by default on FreeBSD.
|
3124 |
|
|
* configure: Regenerated.
|
3125 |
|
|
|
3126 |
|
|
2004-07-09 Mark Mitchell
|
3127 |
|
|
|
3128 |
|
|
* configure.in: Do not build libmudflap by default on non-GNU/Linux
|
3129 |
|
|
systems.
|
3130 |
|
|
* configure: Regenerated.
|
3131 |
|
|
|
3132 |
|
|
2004-07-08 John David Anglin
|
3133 |
|
|
|
3134 |
|
|
PR target/16344
|
3135 |
|
|
* Makefile.tpl (profiledbootstrap): Build runtime libraries with
|
3136 |
|
|
feedback based compiler.
|
3137 |
|
|
* Makefile.in: Rebuilt.
|
3138 |
|
|
|
3139 |
|
|
2004-07-05 Phil Edwards
|
3140 |
|
|
|
3141 |
|
|
* configure.in: Do not prepend $srcdir to /dev/null in
|
3142 |
|
|
makefile fragments.
|
3143 |
|
|
* configure: Regenerate.
|
3144 |
|
|
|
3145 |
|
|
2004-07-08 Alexandre Oliva
|
3146 |
|
|
|
3147 |
|
|
* Makefile.def (host_modules): Set bootstrap=true for flex.
|
3148 |
|
|
* Makefile.tpl (all-gcc): Depend on texinfo and flex.
|
3149 |
|
|
* Makefile.in: Rebuilt.
|
3150 |
|
|
|
3151 |
|
|
2004-07-01 Paolo Bonzini
|
3152 |
|
|
|
3153 |
|
|
* Makefile.def (build_modules): Add bison, byacc, flex,
|
3154 |
|
|
m4, texinfo.
|
3155 |
|
|
(flags_to_pass): Add FLEX.
|
3156 |
|
|
* Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
|
3157 |
|
|
(BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
|
3158 |
|
|
(DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
|
3159 |
|
|
DEFAULT_MAKEINFO): Remove.
|
3160 |
|
|
(CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
|
3161 |
|
|
CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
|
3162 |
|
|
(YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
|
3163 |
|
|
objdir or else use configured tool.
|
3164 |
|
|
(all-build): New.
|
3165 |
|
|
(all): Depend on it.
|
3166 |
|
|
(Build module dependencies): Add.
|
3167 |
|
|
* Makefile.in: Regenerate.
|
3168 |
|
|
* configure.in: Better support for multiple build modules,
|
3169 |
|
|
matching what is done for host/target modules. Do not look
|
3170 |
|
|
for "plausible" locations of build tools if Canadian cross.
|
3171 |
|
|
Use autoconf's AC_PROG_CC to find a C compiler. Define
|
3172 |
|
|
BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
|
3173 |
|
|
* configure: Regenerate.
|
3174 |
|
|
|
3175 |
|
|
2004-06-22 Paolo Bonzini
|
3176 |
|
|
|
3177 |
|
|
* Makefile.tpl (HOST_EXPORTS): Fix pasto.
|
3178 |
|
|
* Makefile.in: Regenerate.
|
3179 |
|
|
|
3180 |
|
|
2004-06-22 Paolo Bonzini
|
3181 |
|
|
|
3182 |
|
|
* Makefile.tpl (configure-build-[+module+],
|
3183 |
|
|
configure-[+module+], configure-target-[+module+]): Pass
|
3184 |
|
|
[+extra_configure_args+].
|
3185 |
|
|
(all-build-[+module+], all-[+module+], check-[+module+],
|
3186 |
|
|
install-[+module+], [+make_target+]-[+module+],
|
3187 |
|
|
all-target-[+module+], check-target-[+module+],
|
3188 |
|
|
install-target-[+module+], [+make_target+]-target-[+module+]):
|
3189 |
|
|
Pass [+extra_make_args+].
|
3190 |
|
|
(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
|
3191 |
|
|
(GCC_HOST_EXPORTS): Remove.
|
3192 |
|
|
(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
|
3193 |
|
|
cross, check-gcc, check-gcc-c++, install-gcc,
|
3194 |
|
|
gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
|
3195 |
|
|
Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
|
3196 |
|
|
* Makefile.in: Regenerate.
|
3197 |
|
|
|
3198 |
|
|
2004-06-21 Christopher Faylor
|
3199 |
|
|
|
3200 |
|
|
* configure.in: Check for srcdir/winsup rather than build directory
|
3201 |
|
|
winsup.
|
3202 |
|
|
* configure: Regenerate.
|
3203 |
|
|
|
3204 |
|
|
2004-06-17 Corinna Vinschen
|
3205 |
|
|
|
3206 |
|
|
* configure.in: Don't build Cygwin native newlib if winsup
|
3207 |
|
|
directory is missing. Emit warning instead.
|
3208 |
|
|
* configure: Regenerate.
|
3209 |
|
|
|
3210 |
|
|
2004-06-09 Paolo Bonzini
|
3211 |
|
|
|
3212 |
|
|
* Makefile.tpl (touch-stage[+id+]): New.
|
3213 |
|
|
(restage[+prev+]): Depend on touch-stage[+id+].
|
3214 |
|
|
|
3215 |
|
|
* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
|
3216 |
|
|
Use it throughout.
|
3217 |
|
|
|
3218 |
|
|
* Makefile.def: Add profile and feedback bootstrap stages.
|
3219 |
|
|
Remove next field from bootstrap stages.
|
3220 |
|
|
* Makefile.tpl (LN, LN_S): Substitute.
|
3221 |
|
|
(stageN-start, stageN-end): Use double-colon rules, to
|
3222 |
|
|
provide a hook for additional setup commands.
|
3223 |
|
|
(distclean-stageN-gcc, restageN): Create dependencies from
|
3224 |
|
|
[+prev+], not from [+next+].
|
3225 |
|
|
(stageN-bubble): Add commands for successive stages from
|
3226 |
|
|
[+prev+], using double-colon rules.
|
3227 |
|
|
(all-stageN-gcc): Fix typo.
|
3228 |
|
|
(stagefeedback-start, profiledbootstrap): New.
|
3229 |
|
|
* Makefile.in: Regenerate.
|
3230 |
|
|
* configure.in: Call ACX_PROG_LN.
|
3231 |
|
|
* configure: Regenerate.
|
3232 |
|
|
|
3233 |
|
|
2004-06-03 Paolo Bonzini
|
3234 |
|
|
|
3235 |
|
|
* configure.in: Fix --enable-bootstrap breakage introduced in trees
|
3236 |
|
|
without gcc.
|
3237 |
|
|
* configure: Regenerate.
|
3238 |
|
|
|
3239 |
|
|
2004-06-01 Paolo Bonzini
|
3240 |
|
|
|
3241 |
|
|
* Makefile.tpl: Fix typo.
|
3242 |
|
|
* Makefile.in: Regenerate.
|
3243 |
|
|
|
3244 |
|
|
2004-06-01 Paolo Bonzini
|
3245 |
|
|
|
3246 |
|
|
* configure.in: Remove new- prefix from toplevel
|
3247 |
|
|
bootstrap targets.
|
3248 |
|
|
* configure: Regenerate.
|
3249 |
|
|
|
3250 |
|
|
2004-06-01 Paolo Bonzini
|
3251 |
|
|
|
3252 |
|
|
Merge this patch from the gcc tree:
|
3253 |
|
|
|
3254 |
|
|
2004-05-30 Andreas Jaeger
|
3255 |
|
|
Jim Wilson
|
3256 |
|
|
|
3257 |
|
|
* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
|
3258 |
|
|
like CC.
|
3259 |
|
|
|
3260 |
|
|
2004-06-01 Paolo Bonzini
|
3261 |
|
|
|
3262 |
|
|
* Makefile.tpl (all.normal): Rename to all.
|
3263 |
|
|
(all): Replace with a rule to pick the default
|
3264 |
|
|
target from configure.
|
3265 |
|
|
(all-gcc, configure-gcc): Use conditionals to
|
3266 |
|
|
do nothing when toplevel bootstrap is going on.
|
3267 |
|
|
(GCC directory bootstrap) [gcc-bootstrap]: Disable.
|
3268 |
|
|
(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
|
3269 |
|
|
* configure.in: Support --enable-bootstrap.
|
3270 |
|
|
|
3271 |
|
|
* Makefile.def: Remove new- prefix from toplevel
|
3272 |
|
|
bootstrap targets.
|
3273 |
|
|
* Makefile.tpl: Likewise.
|
3274 |
|
|
|
3275 |
|
|
* Makefile.def: Add bootstrap_stage 4. Add bootstrap2
|
3276 |
|
|
target.
|
3277 |
|
|
|
3278 |
|
|
* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
|
3279 |
|
|
$(RECURSE_FLAGS) to recursive invocation of make.
|
3280 |
|
|
|
3281 |
|
|
* Makefile.in: Regenerate.
|
3282 |
|
|
* configure: Regenerate.
|
3283 |
|
|
|
3284 |
|
|
2004-05-27 Daniel Jacobowitz
|
3285 |
|
|
|
3286 |
|
|
* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
|
3287 |
|
|
* configure: Regenerate.
|
3288 |
|
|
|
3289 |
|
|
2004-05-25 Daniel Jacobowitz
|
3290 |
|
|
|
3291 |
|
|
* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
|
3292 |
|
|
(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
|
3293 |
|
|
(NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
|
3294 |
|
|
targets.
|
3295 |
|
|
* Makefile.in: Regenerate.
|
3296 |
|
|
|
3297 |
|
|
2005-05-24 Paolo Bonzini
|
3298 |
|
|
|
3299 |
|
|
* configure.in: Test the ability to symlink directories.
|
3300 |
|
|
* configure: Regenerate.
|
3301 |
|
|
|
3302 |
|
|
* Makefile.def (bootstrap-stage): New definitions.
|
3303 |
|
|
* Makefile.tpl (configure-stage1-gcc,
|
3304 |
|
|
configure-stage2-gcc, configure-stage3-gcc,
|
3305 |
|
|
all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
|
3306 |
|
|
new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
|
3307 |
|
|
new-restage3, compare): Autogenerate, see Makefile.in
|
3308 |
|
|
entry for behavioral changes.
|
3309 |
|
|
(distclean-stage1, new-stage1-start, new-stage1-end,
|
3310 |
|
|
new-stage1-bubble, distclean-stage2, new-stage2-start,
|
3311 |
|
|
new-stage2-end, new-stage2-bubble, distclean-stage3,
|
3312 |
|
|
new-stage3-start, new-stage3-end): New autogenerated targets.
|
3313 |
|
|
(objext, prebootstrap, BOOT_CFLAGS,
|
3314 |
|
|
POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
|
3315 |
|
|
targets.
|
3316 |
|
|
|
3317 |
|
|
* Makefile.in: Regenerate.
|
3318 |
|
|
(distclean-stage1, new-stage1-start, new-stage1-end,
|
3319 |
|
|
new-stage1-bubble, distclean-stage2, new-stage2-start,
|
3320 |
|
|
new-stage2-end, new-stage2-bubble, distclean-stage3,
|
3321 |
|
|
new-stage3-start, new-stage3-end): New targets.
|
3322 |
|
|
(all-stage1-gcc): Move prebootstrap dependency from here...
|
3323 |
|
|
(configure-stage1-gcc): ...to here.
|
3324 |
|
|
(new-bootstrap): Use bubble targets.
|
3325 |
|
|
(new-cleanstrap, new-restage1, new-restage2, new-restage3):
|
3326 |
|
|
Use per-stage distclean targets.
|
3327 |
|
|
(configure-stage1-gcc, configure-stage2-gcc,
|
3328 |
|
|
configure-stage3-gcc, all-stage1-gcc,
|
3329 |
|
|
all-stage2-gcc, all-stage3-gcc, new-bootstrap):
|
3330 |
|
|
Use new-stageN-start to prepare the tree.
|
3331 |
|
|
|
3332 |
|
|
2004-05-23 Paolo Bonzini
|
3333 |
|
|
|
3334 |
|
|
* Makefile.def (host_modules): add libcpp.
|
3335 |
|
|
* Makefile.tpl: Add dependencies on and for libcpp.
|
3336 |
|
|
* Makefile.in: Regenerate.
|
3337 |
|
|
* configure.in: Add libcpp host module.
|
3338 |
|
|
* configure: Regenerate.
|
3339 |
|
|
|
3340 |
|
|
2004-05-17 Zack Weinberg
|
3341 |
|
|
|
3342 |
|
|
* Makefile.def, Makefile.tpl, configure.in: Remove all mention
|
3343 |
|
|
of libf2c.
|
3344 |
|
|
* configure, Makefile.in: Regenerate.
|
3345 |
|
|
|
3346 |
|
|
2004-05-13 Diego Novillo
|
3347 |
|
|
|
3348 |
|
|
Merge from tree-ssa-20020619-branch.
|
3349 |
|
|
|
3350 |
|
|
* Makefile.def: Add libbanshee, libmudflap and libgfortran.
|
3351 |
|
|
* Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
|
3352 |
|
|
(HOST_GMPLIBS): Define.
|
3353 |
|
|
(HOST_GMPINC): Define.
|
3354 |
|
|
(TARGET_LIB_PATH): Add libmudflap.
|
3355 |
|
|
(GFORTRAN_FOR_TARGET): Define.
|
3356 |
|
|
(configure-build*): Export GFORTRAN.
|
3357 |
|
|
(configure-gcc): Export GMPLIBS and GMPINC.
|
3358 |
|
|
(all-gcc): Add maybe-all-libbanshee.
|
3359 |
|
|
(configure-target-libgfortran): Define.
|
3360 |
|
|
* Makefile.in: Regenerate.
|
3361 |
|
|
* configure.in (host_libs): Add libbanshee.
|
3362 |
|
|
(target_libraries): Add target-libmudflap and target-libgfortran.
|
3363 |
|
|
Add --with-libbanshee.
|
3364 |
|
|
Handle --disable-libmudflap.
|
3365 |
|
|
(*-*-freebsd*): Use with_gmp.
|
3366 |
|
|
Add $(libgcj) to noconfigdirs.
|
3367 |
|
|
* configure: Regenerate.
|
3368 |
|
|
* depcomp: New file.
|
3369 |
|
|
* MAINTAINERS: Add tree-ssa maintainers.
|
3370 |
|
|
|
3371 |
|
|
2004-04-28 Paolo Bonzini
|
3372 |
|
|
|
3373 |
|
|
* config/acx.m4: Fix fastcompare support for new-bootstrap.
|
3374 |
|
|
* configure: Regenerate.
|
3375 |
|
|
|
3376 |
|
|
2004-04-27 Paolo Bonzini
|
3377 |
|
|
|
3378 |
|
|
Revert:
|
3379 |
|
|
2004-04-26 Paolo Bonzini
|
3380 |
|
|
|
3381 |
|
|
* Makefile.def (flags_to_pass): Remove *dir variables that
|
3382 |
|
|
are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
|
3383 |
|
|
as well as prefix and exec_prefix.
|
3384 |
|
|
* Makefile.in: Regenerate.
|
3385 |
|
|
|
3386 |
|
|
2004-04-26 Paolo Bonzini
|
3387 |
|
|
|
3388 |
|
|
* Makefile.def (host_modules): Mark with the bootstrap
|
3389 |
|
|
flag packages on which gcc depends.
|
3390 |
|
|
* Makefile.tpl (all-bootstrap): Use it.
|
3391 |
|
|
* Makefile.in: Regenerate.
|
3392 |
|
|
|
3393 |
|
|
2004-04-26 Paolo Bonzini
|
3394 |
|
|
|
3395 |
|
|
* Makefile.def (flags_to_pass): Remove *dir variables that
|
3396 |
|
|
are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
|
3397 |
|
|
as well as prefix and exec_prefix.
|
3398 |
|
|
* Makefile.in: Regenerate.
|
3399 |
|
|
|
3400 |
|
|
2004-04-26 Paolo Bonzini
|
3401 |
|
|
|
3402 |
|
|
* configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
|
3403 |
|
|
* configure: Regenerate.
|
3404 |
|
|
* config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
|
3405 |
|
|
* gcc/Makefile.tpl (compare): Use the result of the test.
|
3406 |
|
|
* gcc/Makefile.in: Regenerate.
|
3407 |
|
|
|
3408 |
|
|
2004-04-23 Paolo Bonzini
|
3409 |
|
|
|
3410 |
|
|
* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
|
3411 |
|
|
Always relocate gcc and prev-gcc to the original names, even
|
3412 |
|
|
if the build fails.
|
3413 |
|
|
(new-cleanstrap, new-restage1, new-restage2, new-restage3):
|
3414 |
|
|
New targets.
|
3415 |
|
|
|
3416 |
|
|
2004-04-19 Rainer Orth
|
3417 |
|
|
|
3418 |
|
|
* configure.in (mips*-*-irix5*): Enable ld.
|
3419 |
|
|
* configure: Regenerate.
|
3420 |
|
|
|
3421 |
|
|
2004-04-15 James E Wilson
|
3422 |
|
|
|
3423 |
|
|
* Makefile.tpl (configure-[+module+], configure-gcc,
|
3424 |
|
|
configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
|
3425 |
|
|
Set and export LDFLAGS.
|
3426 |
|
|
* Makefile.in: Regenerate.
|
3427 |
|
|
|
3428 |
|
|
2004-04-09 Nathanael Nerode
|
3429 |
|
|
|
3430 |
|
|
PR bootstrap/14871
|
3431 |
|
|
* Makefile.tpl: If we don't have built-in-tree target tools,
|
3432 |
|
|
use the ones found by configure rather than hacking around with
|
3433 |
|
|
program_transform_name.
|
3434 |
|
|
* configure.in: Give Makefile.tpl the information necessary
|
3435 |
|
|
to do that.
|
3436 |
|
|
* Makefile.in: Regenerate.
|
3437 |
|
|
* configure: Regenerate.
|
3438 |
|
|
|
3439 |
|
|
2004-04-06 Nathanael Nerode
|
3440 |
|
|
|
3441 |
|
|
PR bootstrap/14760
|
3442 |
|
|
* configure.in: When computing baseargs, strip *all* copies of
|
3443 |
|
|
offending options. Also, don't match/substitute the trailing space,
|
3444 |
|
|
so that this actually works when two similar options are separated by
|
3445 |
|
|
only one space.
|
3446 |
|
|
* configure: Regenerate.
|
3447 |
|
|
|
3448 |
|
|
2004-04-06 David Edelsohn
|
3449 |
|
|
|
3450 |
|
|
* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
|
3451 |
|
|
(rs6000-*-aix*): Same.
|
3452 |
|
|
* configure: Regenerate.
|
3453 |
|
|
|
3454 |
|
|
2004-03-25 Stan Shebs
|
3455 |
|
|
|
3456 |
|
|
Remove MPW support, no longer used.
|
3457 |
|
|
* mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
|
3458 |
|
|
mpw-install: Remove files.
|
3459 |
|
|
* src-release (DEVO_SUPPORT): Remove names of removed files.
|
3460 |
|
|
* MAINTAINERS: Likewise.
|
3461 |
|
|
|
3462 |
|
|
2004-03-24 Nathanael Nerode
|
3463 |
|
|
|
3464 |
|
|
* Makefile.tpl (top level bootstrap support): Remove now-unneeded
|
3465 |
|
|
STRICT_WARN, WARN_CFLAGS flags passed down to make.
|
3466 |
|
|
* Makefile.in: Regenerate.
|
3467 |
|
|
|
3468 |
|
|
* configure.in (top level bootstrap support): Rework --enable-werror
|
3469 |
|
|
to set @stage2_werror_flag@.
|
3470 |
|
|
* configure: Regenerate.
|
3471 |
|
|
* Makefile.tpl (top level bootstrap support): Pass
|
3472 |
|
|
@stage2_werror_flag@ down to configure in stages 2 and 3.
|
3473 |
|
|
* Makefile.in: Regenerate.
|
3474 |
|
|
|
3475 |
|
|
2004-03-23 Nathanael Nerode
|
3476 |
|
|
|
3477 |
|
|
* Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
|
3478 |
|
|
for stages 2 and 3 as well as in make. As a consequence, remove
|
3479 |
|
|
OUTPUT_OPTION (now detected by configure) from the flags passed down
|
3480 |
|
|
to make.
|
3481 |
|
|
* Makefile.in: Regenerate.
|
3482 |
|
|
|
3483 |
|
|
* Makefile.tpl (new-bootstrap): Fix typo.
|
3484 |
|
|
* Makefile.in: Regenerate.
|
3485 |
|
|
|
3486 |
|
|
2004-03-22 Nathanael Nerode
|
3487 |
|
|
|
3488 |
|
|
* Makefile.tpl: Rearrange by moving recursive_targets rules
|
3489 |
|
|
into their proper sections.
|
3490 |
|
|
* Makefile.tpl (top level bootstrap support): Move disabling
|
3491 |
|
|
of coverage flags from 'make' to 'configure'; improve comments.
|
3492 |
|
|
* Makefile.in: Regenerate.
|
3493 |
|
|
|
3494 |
|
|
* Makefile.tpl (experimental top level bootstrap) Move stage1
|
3495 |
|
|
language setting from all- target to configure- target; disable
|
3496 |
|
|
intermodule optimization in stage 1; prevent gratuitous rebuilds
|
3497 |
|
|
of stage 1.
|
3498 |
|
|
* Makefile.in: Regenerate.
|
3499 |
|
|
* configure.in: Comma-separate stage 1 language list for top
|
3500 |
|
|
level bootstrap.
|
3501 |
|
|
* configure: Regenerate.
|
3502 |
|
|
|
3503 |
|
|
* Makefile.tpl: Clean up experimental top level bootstrap support:
|
3504 |
|
|
note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
|
3505 |
|
|
prev-gcc in configure- targets as well as all- targets.
|
3506 |
|
|
* Makefile.in: Regenerate.
|
3507 |
|
|
|
3508 |
|
|
2004-03-17 Paolo Bonzini
|
3509 |
|
|
|
3510 |
|
|
* configure.in: Remove symbolic link section.
|
3511 |
|
|
* configure: Regenerate.
|
3512 |
|
|
* Makefile.tpl (links): Remove.
|
3513 |
|
|
* Makefile.in: Regenerate.
|
3514 |
|
|
|
3515 |
|
|
2004-03-15 Paolo Bonzini
|
3516 |
|
|
Nathanael Nerode
|
3517 |
|
|
|
3518 |
|
|
* configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
|
3519 |
|
|
Set with AC_CHECK_PROGS.
|
3520 |
|
|
* configure.in: Fix comment typo from last patch.
|
3521 |
|
|
* configure: Regenerate.
|
3522 |
|
|
|
3523 |
|
|
2004-03-15 Nathanael Nerode
|
3524 |
|
|
|
3525 |
|
|
* Makefile.tpl: Introduce experimental top level bootstrap support.
|
3526 |
|
|
* Makefile.in: Regenerate.
|
3527 |
|
|
* configure.in: Introduce support for top level bootstrap.
|
3528 |
|
|
* configure: Regenerate.
|
3529 |
|
|
|
3530 |
|
|
2004-03-12 Eric Botcazou
|
3531 |
|
|
Paolo Bonzini
|
3532 |
|
|
|
3533 |
|
|
PR bootstrap/14522
|
3534 |
|
|
* configure.in: Cope with shells that do not support unquoted ^
|
3535 |
|
|
* configure: Regenerate.
|
3536 |
|
|
|
3537 |
|
|
2004-03-11 Eric Botcazou
|
3538 |
|
|
Paolo Bonzini
|
3539 |
|
|
|
3540 |
|
|
PR bootstrap/14522
|
3541 |
|
|
* configure.in: Cope with shell that do not support nesting
|
3542 |
|
|
quotes inside quoted backquote substitutions.
|
3543 |
|
|
* configure: Regenerate.
|
3544 |
|
|
|
3545 |
|
|
2004-03-10 Andrew Pinski
|
3546 |
|
|
|
3547 |
|
|
PR bootstrap/14522
|
3548 |
|
|
* configure.in: Fix escaping of $.
|
3549 |
|
|
* configure: Regenerate.
|
3550 |
|
|
|
3551 |
|
|
2004-03-11 Nathanael Nerode
|
3552 |
|
|
|
3553 |
|
|
* configure: Regenerate.
|
3554 |
|
|
|
3555 |
|
|
2004-03-08 Paolo Bonzini
|
3556 |
|
|
|
3557 |
|
|
PR ada/14131
|
3558 |
|
|
Move language detection to the top level.
|
3559 |
|
|
* configure.in: Find default values for the tools as
|
3560 |
|
|
soon as possible. Disable ada if GNAT is not found.
|
3561 |
|
|
Emit error message about missing languages. Expand
|
3562 |
|
|
--enable-languages=all for the gcc subdirectory.
|
3563 |
|
|
|
3564 |
|
|
2004-03-01 Richard Sandiford
|
3565 |
|
|
|
3566 |
|
|
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
|
3567 |
|
|
and disable libgcj.
|
3568 |
|
|
* configure: Regenerated.
|
3569 |
|
|
|
3570 |
|
|
2004-02-28 Nathanael Nerode
|
3571 |
|
|
|
3572 |
|
|
PR bootstrap/7087
|
3573 |
|
|
* Makefile.tpl: Guard XFOO sed statements better.
|
3574 |
|
|
* Makefile.tpl: Add dependency for configure-target-libada.
|
3575 |
|
|
* Makefile.in: Regenerate (incidentally fixes broken
|
3576 |
|
|
commit when libada-branch was merged).
|
3577 |
|
|
|
3578 |
|
|
2004-02-28 Andrew Cagney
|
3579 |
|
|
|
3580 |
|
|
* src-release (CVS_NAMES): Define.
|
3581 |
|
|
(do-tar, do-tar): Prune $(CVS_NAMES).
|
3582 |
|
|
|
3583 |
|
|
2004-02-23 Andrew Cagney
|
3584 |
|
|
|
3585 |
|
|
* texinfo/texinfo.tex: Update from version 2003-02-03.16 to
|
3586 |
|
|
2004-02-19.09.
|
3587 |
|
|
|
3588 |
|
|
2004-02-19 Nathanael Nerode
|
3589 |
|
|
|
3590 |
|
|
PR bootstrap/11932
|
3591 |
|
|
* mkinstalldirs, install-sh: Import from automake CVS HEAD.
|
3592 |
|
|
|
3593 |
|
|
2004-02-19 Andrew Cagney
|
3594 |
|
|
|
3595 |
|
|
* config.guess: Update from version 2003-06-12 to 2004-02-16.
|
3596 |
|
|
* config.sub: Update from version 2003-06-13 to 2004-02-16.
|
3597 |
|
|
|
3598 |
|
|
2004-02-11 David Edelsohn
|
3599 |
|
|
|
3600 |
|
|
* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
|
3601 |
|
|
(rs6000-*-aix*): Same.
|
3602 |
|
|
* configure: Regenerate.
|
3603 |
|
|
|
3604 |
|
|
2004-02-11 Kelley Cook
|
3605 |
|
|
|
3606 |
|
|
* configure.in (host): Add in missing $noconfigdirs to defines.
|
3607 |
|
|
* configure: Regenerate.
|
3608 |
|
|
|
3609 |
|
|
2004-02-10 Arnaud Charlet ,
|
3610 |
|
|
Nathanael Nerode
|
3611 |
|
|
|
3612 |
|
|
PR ada/6637, PR ada/5911
|
3613 |
|
|
Merge with libada-branch:
|
3614 |
|
|
* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
|
3615 |
|
|
with appropriate dependencies. Add --enable-libada configure switch.
|
3616 |
|
|
* configure, Makefile.in: Regenerate.
|
3617 |
|
|
|
3618 |
|
|
2004-02-05 Rainer Orth
|
3619 |
|
|
|
3620 |
|
|
* configure.in: Don't pass --with-stabs on IRIX 5 either.
|
3621 |
|
|
* configure: Regenerate.
|
3622 |
|
|
|
3623 |
|
|
2004-02-02 Jeff Johnston
|
3624 |
|
|
|
3625 |
|
|
* COPYING.NEWLIB: Update Red Hat license to 2004.
|
3626 |
|
|
|
3627 |
|
|
2004-01-23 DJ Delorie
|
3628 |
|
|
|
3629 |
|
|
* Makefile.def (target_modules) [libiberty]: Don't stage.
|
3630 |
|
|
* Makefile.in: Rebuilt.
|
3631 |
|
|
|
3632 |
|
|
2004-01-23 Jeff Johnston
|
3633 |
|
|
|
3634 |
|
|
* COPYING.NEWLIB: Update to include copyrights for new
|
3635 |
|
|
iconv code.
|
3636 |
|
|
|
3637 |
|
|
2004-01-15 Andrew Cagney
|
3638 |
|
|
|
3639 |
|
|
* src-release: Update copyright year.
|
3640 |
|
|
(do-proto-toplev): Configure using i686-pc-linux-gnu.
|
3641 |
|
|
(NEWLIB_SUPPORT_DIRS): Delete macro.
|
3642 |
|
|
(newlib.tar.bz2): Delete rule.
|
3643 |
|
|
|
3644 |
|
|
2004-01-14 Loren J. Rittle
|
3645 |
|
|
|
3646 |
|
|
* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
|
3647 |
|
|
* Makefile.tpl (configure-target-[+module+]): Support stage.
|
3648 |
|
|
* Makefile.in: Rebuilt.
|
3649 |
|
|
|
3650 |
|
|
2003-01-14 Maciej W. Rozycki
|
3651 |
|
|
|
3652 |
|
|
* gettext.m4: Quote names of macros to be defined by AC_DEFUN
|
3653 |
|
|
throughout.
|
3654 |
|
|
|
3655 |
|
|
2004-01-04 Nathanael Nerode
|
3656 |
|
|
|
3657 |
|
|
* configure.in: Use ./config.cache, not config.cache.
|
3658 |
|
|
* configure: Regenerate.
|
3659 |
|
|
* Makefile.tpl: Special-casing not needed for GCC any more.
|
3660 |
|
|
* Makefile.in: Regenerate.
|
3661 |
|
|
|
3662 |
|
|
* configure.in: Don't share a cache file for host dirs.
|
3663 |
|
|
* configure: Regenerate.
|
3664 |
|
|
|
3665 |
|
|
* config-ml.in: Don't mess with the cache file.
|
3666 |
|
|
|
3667 |
|
|
2004-01-03 Nathanael Nerode
|
3668 |
|
|
|
3669 |
|
|
* Makefile.tpl: Make GCC use a separate config.cache.
|
3670 |
|
|
* Makefile.in: Regenerate.
|
3671 |
|
|
|
3672 |
|
|
PR bootstrap/11932, PR bootstrap/11933
|
3673 |
|
|
(I don't know if it will fix either of them, but it relates
|
3674 |
|
|
to them.)
|
3675 |
|
|
* configure.in: Don't use shared config.cache for target
|
3676 |
|
|
directories.
|
3677 |
|
|
* configure: Regenerate.
|
3678 |
|
|
|
3679 |
|
|
2003-12-31 Roger Sayle
|
3680 |
|
|
|
3681 |
|
|
* configure.in (ia64*-*-hpux*): Disable building java libraries.
|
3682 |
|
|
* configure: Regenerated.
|
3683 |
|
|
|
3684 |
|
|
2003-12-21 Bernardo Innocenti
|
3685 |
|
|
|
3686 |
|
|
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
|
3687 |
|
|
* configure: Regenerated.
|
3688 |
|
|
|
3689 |
|
|
2003-12-19 Nathanael Nerode
|
3690 |
|
|
|
3691 |
|
|
Port change over from GCC:
|
3692 |
|
|
2003-11-20 Kelley Cook
|
3693 |
|
|
* Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
|
3694 |
|
|
(configure-build-[+module+], configure-[+module+]): Likewise.
|
3695 |
|
|
(configure-target-[+module+], configure-gcc, config.status): Likewise.
|
3696 |
|
|
* Makefile.in: Regenerate.
|
3697 |
|
|
|
3698 |
|
|
2003-12-08 Thomas Fitzsimmons
|
3699 |
|
|
|
3700 |
|
|
* configure.in (raw_libstdcxx_flags): Remove the leading space.
|
3701 |
|
|
* configure: Regenerate.
|
3702 |
|
|
|
3703 |
|
|
2003-11-27 Jeff Johnston
|
3704 |
|
|
|
3705 |
|
|
* COPYING.NEWLIB: Add license info for long long routines added to
|
3706 |
|
|
stdlib.
|
3707 |
|
|
|
3708 |
|
|
2003-11-14 Arnaud Charlet
|
3709 |
|
|
|
3710 |
|
|
* Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
|
3711 |
|
|
* Makefile.in: Regenerate.
|
3712 |
|
|
|
3713 |
|
|
2003-10-20 Phil Edwards
|
3714 |
|
|
|
3715 |
|
|
* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
|
3716 |
|
|
* configure: Regenerate.
|
3717 |
|
|
|
3718 |
|
|
2003-10-13 Nathanael Nerode
|
3719 |
|
|
|
3720 |
|
|
* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
|
3721 |
|
|
HOST_FLAGS_TO_PASS.
|
3722 |
|
|
* Makefile.in: Regenerate.
|
3723 |
|
|
|
3724 |
|
|
2003-10-05 Mohan Embar
|
3725 |
|
|
|
3726 |
|
|
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
|
3727 |
|
|
* configure: Rebuilt
|
3728 |
|
|
* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
|
3729 |
|
|
* Makefile.in: Rebuilt
|
3730 |
|
|
|
3731 |
|
|
2003-10-03 H.J. Lu
|
3732 |
|
|
|
3733 |
|
|
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
|
3734 |
|
|
|
3735 |
|
|
2003-10-01 Phil Edwards
|
3736 |
|
|
|
3737 |
|
|
* config-ml.in: Use ac_configure_args directly instead of
|
3738 |
|
|
ml_arguments. Only set ml_norecursion if --no[-]recursion is
|
3739 |
|
|
actually seen.
|
3740 |
|
|
|
3741 |
|
|
2003-10-01 Eric Botcazou
|
3742 |
|
|
|
3743 |
|
|
* config-ml.in: Propagate INSTALL variables.
|
3744 |
|
|
|
3745 |
|
|
2003-09-21 Daniel Jacobowitz
|
3746 |
|
|
|
3747 |
|
|
* configure.in: Pass a computed --program-transform-name
|
3748 |
|
|
to subconfigures.
|
3749 |
|
|
* configure: Regenerated.
|
3750 |
|
|
|
3751 |
|
|
2003-09-20 Nathanael Nerode
|
3752 |
|
|
|
3753 |
|
|
* Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
|
3754 |
|
|
* Makefile.in: Regenerate.
|
3755 |
|
|
|
3756 |
|
|
* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
|
3757 |
|
|
* Makefile.in: Regenerate.
|
3758 |
|
|
|
3759 |
|
|
2003-09-17 Daniel Jacobowitz
|
3760 |
|
|
|
3761 |
|
|
* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
|
3762 |
|
|
quoting.
|
3763 |
|
|
* configure: Regenerated.
|
3764 |
|
|
|
3765 |
|
|
2003-09-12 Michael Chastain
|
3766 |
|
|
|
3767 |
|
|
Fix PR gdb/857.
|
3768 |
|
|
* src-release (do-proto-topleve): Remove junk files
|
3769 |
|
|
intl/config.cache, intl/config.status,
|
3770 |
|
|
intl/config.h, intl/stamp-h.
|
3771 |
|
|
|
3772 |
|
|
2003-09-14 Andrew Cagney
|
3773 |
|
|
|
3774 |
|
|
* src-release (dejagnu.tar): New target.
|
3775 |
|
|
(dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
|
3776 |
|
|
(do-djunpack): Use $(PACKAGE) for the package name.
|
3777 |
|
|
|
3778 |
|
|
2003-09-04 DJ Delorie
|
3779 |
|
|
|
3780 |
|
|
* configure: Regenerate.
|
3781 |
|
|
|
3782 |
|
|
2003-09-04 Robert Millan
|
3783 |
|
|
|
3784 |
|
|
* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
|
3785 |
|
|
|
3786 |
|
|
2003-09-02 Kaveh R. Ghazi
|
3787 |
|
|
|
3788 |
|
|
* configure.in: Ensure arguments to sed are properly spaced.
|
3789 |
|
|
* configure: Regenerate.
|
3790 |
|
|
|
3791 |
|
|
2003-08-28 Daniel Jacobowitz
|
3792 |
|
|
|
3793 |
|
|
Merge from gcc:
|
3794 |
|
|
2003-07-20 Phil Edwards
|
3795 |
|
|
* install-sh: Update to newer upstream versions (associated with
|
3796 |
|
|
aclocal 1.7).
|
3797 |
|
|
* missing: Likewise, plus $1Help2man -> $1 typo fix.
|
3798 |
|
|
|
3799 |
|
|
2003-08-27 Daniel Jacobowitz
|
3800 |
|
|
|
3801 |
|
|
* configure.in: Set RAW_CXX_FOR_TARGET if unset.
|
3802 |
|
|
* configure: Regenerated.
|
3803 |
|
|
|
3804 |
|
|
2003-08-23 Phil Edwards
|
3805 |
|
|
|
3806 |
|
|
* configure.in: Use newline instead of semicolon when assuming
|
3807 |
|
|
shell arguments in a for loop.
|
3808 |
|
|
* configure: Regenerated.
|
3809 |
|
|
|
3810 |
|
|
2003-08-20 Geoffrey Keating
|
3811 |
|
|
|
3812 |
|
|
PR 8180
|
3813 |
|
|
* configure.in: When testing with_libs and with_headers, treat
|
3814 |
|
|
'no' as unset. Based on a patch by Dan Kegel .
|
3815 |
|
|
* configure: Regenerate.
|
3816 |
|
|
|
3817 |
|
|
* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
|
3818 |
|
|
make, shell, etc.
|
3819 |
|
|
(baseargs): Likewise.
|
3820 |
|
|
* configure: Regenerate.
|
3821 |
|
|
|
3822 |
|
|
2003-08-19 Geoffrey Keating
|
3823 |
|
|
|
3824 |
|
|
* configure.in: Disable libgcj for darwin not on powerpc.
|
3825 |
|
|
* configure: Rebuild.
|
3826 |
|
|
|
3827 |
|
|
2003-08-15 Michael Chastain
|
3828 |
|
|
|
3829 |
|
|
* src-release (do-proto-toplev): Remove junk files
|
3830 |
|
|
dejagnu/example/calc/config.status,
|
3831 |
|
|
dejagnu/example/calc/config.log.
|
3832 |
|
|
|
3833 |
|
|
2003-08-14 Alexandre Duret-Lutz
|
3834 |
|
|
|
3835 |
|
|
* config-ml.in, symlink-tree: Add license.
|
3836 |
|
|
|
3837 |
|
|
2003-08-01 Nathanael Nerode
|
3838 |
|
|
|
3839 |
|
|
Merge from gcc:
|
3840 |
|
|
|
3841 |
|
|
2003-08-01 Matt Kraai
|
3842 |
|
|
* Makefile.tpl (check, check-c++): Express dependencies using
|
3843 |
|
|
dependencies rather than commands.
|
3844 |
|
|
* Makefile.in: Regenerate.
|
3845 |
|
|
|
3846 |
|
|
2003-07-31 Geoffrey Keating
|
3847 |
|
|
* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
|
3848 |
|
|
* Makefile.in: Update.
|
3849 |
|
|
|
3850 |
|
|
2003-08-01 Andrew Cagney
|
3851 |
|
|
|
3852 |
|
|
* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
|
3853 |
|
|
* configure: Ditto.
|
3854 |
|
|
|
3855 |
|
|
2003-07-30 Andreas Tobler
|
3856 |
|
|
|
3857 |
|
|
* configure.in: Enable libgcj for darwin.
|
3858 |
|
|
* configure: Rebuild.
|
3859 |
|
|
|
3860 |
|
|
2003-07-29 Nathanael Nerode
|
3861 |
|
|
|
3862 |
|
|
* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
|
3863 |
|
|
|
3864 |
|
|
2003-07-27 Nathanael Nerode
|
3865 |
|
|
|
3866 |
|
|
* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
|
3867 |
|
|
creating target and build subdirs to build all parent dirs as needed.
|
3868 |
|
|
* Makefile.in: Rebuild.
|
3869 |
|
|
* configure.in: Don't build dirs explicitly here.
|
3870 |
|
|
* configure: Rebuild.
|
3871 |
|
|
|
3872 |
|
|
2003-07-22 Alexandre Oliva
|
3873 |
|
|
|
3874 |
|
|
* Makefile.tpl (all-make): Depend on intl.
|
3875 |
|
|
* Makefile.in: Rebuilt.
|
3876 |
|
|
|
3877 |
|
|
2003-07-16 Nathanael Nerode
|
3878 |
|
|
|
3879 |
|
|
* config.if: Remove unused libc_interface determination.
|
3880 |
|
|
|
3881 |
|
|
2003-07-14 Nathanael Nerode
|
3882 |
|
|
|
3883 |
|
|
* Makefile.in: Regenerate, correctly this time.
|
3884 |
|
|
|
3885 |
|
|
2003-07-13 Nathanael Nerode
|
3886 |
|
|
|
3887 |
|
|
* Makefile.tpl: Set INSTALL and friends using autoconf. Remove
|
3888 |
|
|
unused INSTALL_PROGRAM_ARGS.
|
3889 |
|
|
* configure.in: Use AC_PROG_INSTALL.
|
3890 |
|
|
* Makefile.in: Regenerate.
|
3891 |
|
|
* configure: Regenerate.
|
3892 |
|
|
|
3893 |
|
|
2003-07-10 Alexandre Oliva
|
3894 |
|
|
|
3895 |
|
|
* configure: Rebuilt.
|
3896 |
|
|
2001-09-26 Alexandre Oliva
|
3897 |
|
|
* configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
|
3898 |
|
|
newlib nor libgloss.
|
3899 |
|
|
Wed May 9 10:07:19 2001 Alexandre Oliva
|
3900 |
|
|
* configure.in (am33_2.0-*-linux*): Added.
|
3901 |
|
|
|
3902 |
|
|
2003-07-09 Bob Wilson
|
3903 |
|
|
|
3904 |
|
|
* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
|
3905 |
|
|
* configure: Regenerate.
|
3906 |
|
|
|
3907 |
|
|
2003-07-06 H.J. Lu
|
3908 |
|
|
|
3909 |
|
|
* config-ml.in: Replace PWD with PWD_COMMAND.
|
3910 |
|
|
* Makefile.tpl: Likewise.
|
3911 |
|
|
* Makefile.in: Regenerated.
|
3912 |
|
|
|
3913 |
|
|
2003-06-27 Nathanael Nerode
|
3914 |
|
|
|
3915 |
|
|
* configure.in: Clean up config-lang.in handling. Delete
|
3916 |
|
|
useless assignment to "subdirs".
|
3917 |
|
|
* configure: Regenerate.
|
3918 |
|
|
|
3919 |
|
|
2003-06-26 Nathanael Nerode
|
3920 |
|
|
|
3921 |
|
|
* configure.in: Rename 'target_libs' to 'target_libraries'.
|
3922 |
|
|
Remove useless reference to 'target_libs'.
|
3923 |
|
|
* configure: Regenerate.
|
3924 |
|
|
|
3925 |
|
|
2003-06-23 Keith Seitz
|
3926 |
|
|
|
3927 |
|
|
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
|
3928 |
|
|
* Makefile.in: Regenerate.
|
3929 |
|
|
|
3930 |
|
|
2003-06-23 Nathanael Nerode
|
3931 |
|
|
|
3932 |
|
|
* Makefile.def: Introduce flags_to_pass.
|
3933 |
|
|
* Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
|
3934 |
|
|
* Makefile.in: Regenerate.
|
3935 |
|
|
|
3936 |
|
|
2003-06-23 Hans-Peter Nilsson
|
3937 |
|
|
|
3938 |
|
|
* configure.in (noconfigdirs) : Disable target-newlib
|
3939 |
|
|
and target-libgloss.
|
3940 |
|
|
: Disable gdb.
|
3941 |
|
|
: Disable libf2c and ${libgcj}.
|
3942 |
|
|
* configure: Regenerate.
|
3943 |
|
|
|
3944 |
|
|
2003-06-17 Benjamin Kosnik
|
3945 |
|
|
|
3946 |
|
|
* configure.in: Update testsuite_flags to new location.
|
3947 |
|
|
* configure. Regenerate.
|
3948 |
|
|
|
3949 |
|
|
2003-06-18 Nathanael Nerode
|
3950 |
|
|
|
3951 |
|
|
* Makefile.tpl: Remove BUILD_CC stuff.
|
3952 |
|
|
* Makefile.in: Regenerate.
|
3953 |
|
|
|
3954 |
|
|
2003-06-14 H.J. Lu
|
3955 |
|
|
|
3956 |
|
|
* config.guess: Update to 2003-06-12 version.
|
3957 |
|
|
* config.sub: Update to 2003-06-13 version.
|
3958 |
|
|
|
3959 |
|
|
2003-06-12 Thiemo Seufer
|
3960 |
|
|
|
3961 |
|
|
* MAINTAINERS: Add myself as MIPS co-maintainer.
|
3962 |
|
|
|
3963 |
|
|
2003-06-12 H.J. Lu
|
3964 |
|
|
|
3965 |
|
|
* config.guess: Update to 2003-06-06 version.
|
3966 |
|
|
* config.sub: Update to 2003-06-06 version.
|
3967 |
|
|
|
3968 |
|
|
2003-06-11 Rainer Orth
|
3969 |
|
|
|
3970 |
|
|
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
|
3971 |
|
|
* configure. Regenerate.
|
3972 |
|
|
|
3973 |
|
|
2003-06-10 Nathanael Nerode
|
3974 |
|
|
|
3975 |
|
|
* configure.in: Disable serial configure by default.
|
3976 |
|
|
* configure: Regenerate.
|
3977 |
|
|
* Makefile.tpl: Abolish .NOTPARALLEL.
|
3978 |
|
|
* Makefile.in: Regenerate.
|
3979 |
|
|
|
3980 |
|
|
* Makefile.tpl: Replace {build,host,target}_canonical by
|
3981 |
|
|
{build,host,target}.
|
3982 |
|
|
* Makefile.in: Regenerate.
|
3983 |
|
|
|
3984 |
|
|
* Makefile.tpl: Fix stupid pasto.
|
3985 |
|
|
* Makefile.in: Regenerate.
|
3986 |
|
|
|
3987 |
|
|
2003-06-09 Nathanael Nerode
|
3988 |
|
|
|
3989 |
|
|
* Makefile.tpl: Remove bogus conditional.
|
3990 |
|
|
* Makefile.in: Regenerate.
|
3991 |
|
|
|
3992 |
|
|
2003-06-03 Nathanael Nerode
|
3993 |
|
|
|
3994 |
|
|
* Makefile.tpl: Make 'recursive targets' using autogen rather
|
3995 |
|
|
than shell loop. Remove duplicate 'clean' targets and false
|
3996 |
|
|
comments.
|
3997 |
|
|
* Makefile.def: Add systematic dependencies to 'recursive' targets.
|
3998 |
|
|
Add systematic method of specifying missing targets in subdirs.
|
3999 |
|
|
Add copyright boilerplate.
|
4000 |
|
|
* Makefile.in: Regenerate.
|
4001 |
|
|
* configure.in: Add 'recursive targets' to maybe list.
|
4002 |
|
|
* configure: Regenerate.
|
4003 |
|
|
|
4004 |
|
|
* Makefile.tpl: Rename [+target+] to [+make_target+].
|
4005 |
|
|
* Makefile.def: Rename 'target' to 'make_target'.
|
4006 |
|
|
|
4007 |
|
|
2003-05-30 Nick Clifton
|
4008 |
|
|
|
4009 |
|
|
* README-maintainer-mode: Update URL for locating blessed config
|
4010 |
|
|
tools.
|
4011 |
|
|
|
4012 |
|
|
2003-05-29 Robert Millan
|
4013 |
|
|
|
4014 |
|
|
* ltconfig: Import this patch and modify for use with current
|
4015 |
|
|
version of ltconfig:
|
4016 |
|
|
|
4017 |
|
|
2003-05-21 Bruno Haible
|
4018 |
|
|
|
4019 |
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
|
4020 |
|
|
GNU/FreeBSD.
|
4021 |
|
|
|
4022 |
|
|
2003-05-28 DJ Delorie
|
4023 |
|
|
|
4024 |
|
|
* Makefile.tpl: Make maybe-check-gcc .PHONY.
|
4025 |
|
|
* Makefile.in: Regenerate.
|
4026 |
|
|
|
4027 |
|
|
2003-05-28 Jeff Johnston
|
4028 |
|
|
|
4029 |
|
|
* COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
|
4030 |
|
|
|
4031 |
|
|
2003-05-21 DJ Delorie
|
4032 |
|
|
|
4033 |
|
|
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
|
4034 |
|
|
newlib or libgloss.
|
4035 |
|
|
* Makefile.in: Regenerate.
|
4036 |
|
|
|
4037 |
|
|
2003-05-21 DJ Delorie
|
4038 |
|
|
|
4039 |
|
|
* Makefile.tpl: Add missing empty maybe-check-gcc target.
|
4040 |
|
|
* Makefile.in: Regenerate.
|
4041 |
|
|
|
4042 |
|
|
2003-05-20 Maciej W. Rozycki
|
4043 |
|
|
|
4044 |
|
|
* configure.in: Use curly braces in the definition of tooldir.
|
4045 |
|
|
* configure: Regenerate.
|
4046 |
|
|
|
4047 |
|
|
2003-05-19 Nathanael Nerode
|
4048 |
|
|
|
4049 |
|
|
* configure.in: Switch more things to use maybe dependencies.
|
4050 |
|
|
* Makefile.tpl: Switch more things to use maybe dependencies.
|
4051 |
|
|
Factor out common code from autogen IF statements.
|
4052 |
|
|
* configure: Regenerate.
|
4053 |
|
|
* Makefile.in: Regenerate.
|
4054 |
|
|
|
4055 |
|
|
2003-05-14 Kelley Cook
|
4056 |
|
|
|
4057 |
|
|
* configure.in: Accept i[3456789]86 for machine type.
|
4058 |
|
|
* configure: Regenerate.
|
4059 |
|
|
|
4060 |
|
|
2003-05-18 Nathanael Nerode
|
4061 |
|
|
|
4062 |
|
|
* configure.in: Switch more things to use maybe dependencies.
|
4063 |
|
|
Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
|
4064 |
|
|
* configure: Regenerate.
|
4065 |
|
|
* Makefile.tpl: Switch more things to use maybe dependencies.
|
4066 |
|
|
* Makefile.in: Regenerate.
|
4067 |
|
|
|
4068 |
|
|
2003-05-16 Andreas Schwab
|
4069 |
|
|
|
4070 |
|
|
* Makefile.tpl (install-opcodes): Define.
|
4071 |
|
|
* Makefile.in: Rebuild.
|
4072 |
|
|
|
4073 |
|
|
2003-05-13 Andreas Jaeger
|
4074 |
|
|
|
4075 |
|
|
* config.guess: Update to 2003-05-09 version.
|
4076 |
|
|
* config.sub: Update to 2003-05-09 version.
|
4077 |
|
|
|
4078 |
|
|
2003-05-13 Michael Eager
|
4079 |
|
|
|
4080 |
|
|
* configure.in: Correct sed script so that options in quotes are not
|
4081 |
|
|
deleted.
|
4082 |
|
|
* configure: Rebuild.
|
4083 |
|
|
|
4084 |
|
|
2003-05-12 Corinna Vinschen
|
4085 |
|
|
|
4086 |
|
|
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
|
4087 |
|
|
and $$s/newlib/libc/sys/cygwin32 include paths.
|
4088 |
|
|
* configure: Ditto.
|
4089 |
|
|
|
4090 |
|
|
2003-05-05 H.J. Lu
|
4091 |
|
|
|
4092 |
|
|
* config-ml.in: Restored from gcc repository.
|
4093 |
|
|
|
4094 |
|
|
2003-05-02 Chris Demetriou
|
4095 |
|
|
|
4096 |
|
|
* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
|
4097 |
|
|
* Makefile.in: Regenerate.
|
4098 |
|
|
|
4099 |
|
|
2003-04-27 Daniel Jacobowitz
|
4100 |
|
|
|
4101 |
|
|
* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
|
4102 |
|
|
and Makefile.def.
|
4103 |
|
|
|
4104 |
|
|
2003-04-27 Daniel Jacobowitz
|
4105 |
|
|
|
4106 |
|
|
* Makefile.tpl: Clean $(BUILD_SUBDIR).
|
4107 |
|
|
* Makefile.in: Regenerated.
|
4108 |
|
|
|
4109 |
|
|
2003-04-18 Gerald Pfeifer
|
4110 |
|
|
|
4111 |
|
|
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
|
4112 |
|
|
* Makefile.in: Regenerate.
|
4113 |
|
|
|
4114 |
|
|
2003-04-18 Jakub Jelinek
|
4115 |
|
|
|
4116 |
|
|
* configure.in (powerpc64*-*-linux*): Remove.
|
4117 |
|
|
* configure: Rebuilt.
|
4118 |
|
|
|
4119 |
|
|
2003-04-17 Phil Edwards
|
4120 |
|
|
|
4121 |
|
|
* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
|
4122 |
|
|
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
|
4123 |
|
|
and restrap.
|
4124 |
|
|
* Makefile.in: Regenerate.
|
4125 |
|
|
|
4126 |
|
|
2003-04-16 Richard Earnshaw
|
4127 |
|
|
|
4128 |
|
|
* configure.in (arm-*-netbsdelf*): Enable building java libraries.
|
4129 |
|
|
* configure: Regenerated.
|
4130 |
|
|
|
4131 |
|
|
2003-04-11 Alexandre Oliva
|
4132 |
|
|
|
4133 |
|
|
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
|
4134 |
|
|
* */configure: Rebuilt.
|
4135 |
|
|
|
4136 |
|
|
2003-03-14 Nathanael Nerode
|
4137 |
|
|
|
4138 |
|
|
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
|
4139 |
|
|
* Makefile.in: Regenerate.
|
4140 |
|
|
|
4141 |
|
|
2003-03-14 Michael Chastain
|
4142 |
|
|
|
4143 |
|
|
* Makefile.in: Regenerate with correct Makefile.def.
|
4144 |
|
|
|
4145 |
|
|
2003-03-12 Nathanael Nerode
|
4146 |
|
|
|
4147 |
|
|
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
|
4148 |
|
|
Make macro.
|
4149 |
|
|
* Makefile.in: Regenerate.
|
4150 |
|
|
* configure.in: Clean up gxx_include_dir logic.
|
4151 |
|
|
* configure: Regenerate.
|
4152 |
|
|
|
4153 |
|
|
2003-03-09 Franz Sirl
|
4154 |
|
|
|
4155 |
|
|
* configure.in (gxx_include_dir): Fix typo.
|
4156 |
|
|
* configure: Regenerated.
|
4157 |
|
|
|
4158 |
|
|
2003-03-06 Andrew Cagney
|
4159 |
|
|
|
4160 |
|
|
* texinfo/texinfo.tex: Import version 2003-02-03.16.
|
4161 |
|
|
|
4162 |
|
|
2003-03-04 Daniel Jacobowitz
|
4163 |
|
|
|
4164 |
|
|
* configure.in: Include $(build_tooldir)/sys-include in
|
4165 |
|
|
FLAGS_FOR_TARGET.
|
4166 |
|
|
* configure: Regenerated.
|
4167 |
|
|
|
4168 |
|
|
2003-03-04 Nathanael Nerode
|
4169 |
|
|
|
4170 |
|
|
* Makefile.tpl: Reindent.
|
4171 |
|
|
* Makefile.in: Regenerate.
|
4172 |
|
|
* configure.in: Reindent. Don't set unused variables.
|
4173 |
|
|
* configure: Regenerate.
|
4174 |
|
|
|
4175 |
|
|
* Makefile.tpl: Always pass down RANLIB.
|
4176 |
|
|
* Makefile.in: Regenerate.
|
4177 |
|
|
|
4178 |
|
|
* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
|
4179 |
|
|
* Makefile.in: Regenerate.
|
4180 |
|
|
* configure.in: Remove unused logic relating to --enable-shared
|
4181 |
|
|
and --enable-threads. Remove bogus comments. Remove redundant
|
4182 |
|
|
noconfigdirs.
|
4183 |
|
|
* configure: Regenerate.
|
4184 |
|
|
|
4185 |
|
|
* configure.in: Replace ${libstdcxx_version} by its value.
|
4186 |
|
|
Remove reference to mh-dgux.
|
4187 |
|
|
* configure: Regenerate.
|
4188 |
|
|
|
4189 |
|
|
2003-02-28 Nathanael Nerode
|
4190 |
|
|
|
4191 |
|
|
* Makefile.tpl: Rearrange.
|
4192 |
|
|
* Makefile.in: Regenerate.
|
4193 |
|
|
|
4194 |
|
|
2003-02-25 Nick Clifton
|
4195 |
|
|
|
4196 |
|
|
* configure: Remove site-file supprot - it is obsolete.
|
4197 |
|
|
|
4198 |
|
|
2003-02-24 Uwe Stieber
|
4199 |
|
|
|
4200 |
|
|
* configure.in: Add support for kaOS as cross build target system.
|
4201 |
|
|
* configure: Regenerated.
|
4202 |
|
|
|
4203 |
|
|
2003-02-20 Sean McNeil
|
4204 |
|
|
|
4205 |
|
|
* Makefile.tpl: Add definition of CPPFLAGS to pass into
|
4206 |
|
|
configure-target-* as some target builds may require additional
|
4207 |
|
|
flags for preprocessor tests.
|
4208 |
|
|
* Makefile.in: Regenerated.
|
4209 |
|
|
|
4210 |
|
|
2003-02-19 Alexandre Oliva
|
4211 |
|
|
|
4212 |
|
|
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
|
4213 |
|
|
* ltconfig: Handle it.
|
4214 |
|
|
* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
|
4215 |
|
|
auto-detecting it.
|
4216 |
|
|
|
4217 |
|
|
2003-02-19 Alexandre Oliva
|
4218 |
|
|
|
4219 |
|
|
* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
|
4220 |
|
|
it is used as argument to $CC.
|
4221 |
|
|
* ltcf-gcj.sh: Likewise.
|
4222 |
|
|
|
4223 |
|
|
2003-02-19 Alexandre Oliva
|
4224 |
|
|
|
4225 |
|
|
* configure.in: Introduce --enable-maintainer-mode.
|
4226 |
|
|
* configure: Rebuilt.
|
4227 |
|
|
* Makefile.tpl (Makefile.in, configure): Enable dependencies only
|
4228 |
|
|
for maintainer mode.
|
4229 |
|
|
* Makefile.in: Rebuilt.
|
4230 |
|
|
|
4231 |
|
|
2003-02-19 Andrew Cagney
|
4232 |
|
|
|
4233 |
|
|
* configure: Regenerate using autoconf 2.13.
|
4234 |
|
|
|
4235 |
|
|
2003-02-19 Alan Modra
|
4236 |
|
|
|
4237 |
|
|
* config.guess: Import latest version.
|
4238 |
|
|
* config.sub: Import latest version.
|
4239 |
|
|
|
4240 |
|
|
2003-02-18 Jason Merrill
|
4241 |
|
|
|
4242 |
|
|
* Makefile.tpl (check-c++): Allow parallelism.
|
4243 |
|
|
|
4244 |
|
|
2003-02-17 Andrew Cagney
|
4245 |
|
|
|
4246 |
|
|
* configure: Regenerate using autoconf 000227.
|
4247 |
|
|
|
4248 |
|
|
2003-02-15 Geoffrey Keating
|
4249 |
|
|
|
4250 |
|
|
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
|
4251 |
|
|
don't configure target-libobjc.
|
4252 |
|
|
* configure: Regenerate.
|
4253 |
|
|
|
4254 |
|
|
2003-02-14 Rainer Orth
|
4255 |
|
|
|
4256 |
|
|
* Makefile.tpl (RANLIB): Define.
|
4257 |
|
|
* Makefile.in: Regenerate.
|
4258 |
|
|
|
4259 |
|
|
2003-02-06 Keith R Seitz
|
4260 |
|
|
|
4261 |
|
|
* Makefile.def: Remove "snavigator", "grep", and "db" modules.
|
4262 |
|
|
* Makefile.tpl: Remove "all-snavigator" and "all-grep".
|
4263 |
|
|
* Makefile.in: Regenerated.
|
4264 |
|
|
* configure.in: Remove all traces of snavigator, db, and grep.
|
4265 |
|
|
* configure: Regenerated.
|
4266 |
|
|
|
4267 |
|
|
2003-01-31 Frank Ch. Eigler
|
4268 |
|
|
|
4269 |
|
|
* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
|
4270 |
|
|
* Makefile.in: Regenerated.
|
4271 |
|
|
|
4272 |
|
|
2003-01-30 Alexandre Oliva
|
4273 |
|
|
|
4274 |
|
|
* config.if: Copy from GCC.
|
4275 |
|
|
|
4276 |
|
|
2003-01-27 Phil Edwards
|
4277 |
|
|
|
4278 |
|
|
* configure.in: Revert 24Jan change.
|
4279 |
|
|
* configure: Regenerate.
|
4280 |
|
|
|
4281 |
|
|
2003-01-23 Nathanael Nerode
|
4282 |
|
|
|
4283 |
|
|
* configure.in: Revert previous change.
|
4284 |
|
|
* configure: Regenerate.
|
4285 |
|
|
|
4286 |
|
|
2003-01-23 Nathanael Nerode
|
4287 |
|
|
|
4288 |
|
|
* configure.in: Make rda native-only.
|
4289 |
|
|
* configure: Regenerate.
|
4290 |
|
|
|
4291 |
|
|
2003-01-19 Nathanael Nerode
|
4292 |
|
|
|
4293 |
|
|
* configure.in: Add missing \.
|
4294 |
|
|
* configure: Rebuilt.
|
4295 |
|
|
|
4296 |
|
|
2003-01-17 Jakub Jelinek
|
4297 |
|
|
|
4298 |
|
|
* configure.in (baseargs): Avoid using \| in sed regular
|
4299 |
|
|
expressions.
|
4300 |
|
|
* configure: Rebuilt.
|
4301 |
|
|
|
4302 |
|
|
2003-01-16 Jakub Jelinek
|
4303 |
|
|
|
4304 |
|
|
* configure.in (baseargs): Remove all supported forms of
|
4305 |
|
|
--cache-file, --srcdir, --host, --build and --target options
|
4306 |
|
|
from argument lists.
|
4307 |
|
|
* configure: Rebuilt.
|
4308 |
|
|
|
4309 |
|
|
2003-01-15 Alexandre Oliva
|
4310 |
|
|
|
4311 |
|
|
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
|
4312 |
|
|
* configure: Rebuilt.
|
4313 |
|
|
|
4314 |
|
|
2003-01-09 Nathanael Nerode
|
4315 |
|
|
|
4316 |
|
|
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
|
4317 |
|
|
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
|
4318 |
|
|
* Makefile.in: Regenerate.
|
4319 |
|
|
* configure: Regenerate.
|
4320 |
|
|
|
4321 |
|
|
2003-01-09 Christian Cornelssen
|
4322 |
|
|
|
4323 |
|
|
* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
|
4324 |
|
|
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
|
4325 |
|
|
* Makefile.in: Regenerate.
|
4326 |
|
|
|
4327 |
|
|
2003-01-09 Alexandre Oliva
|
4328 |
|
|
|
4329 |
|
|
* configure.in: Remove Makefile in build, host and target modules
|
4330 |
|
|
unless configure was run with --no-recursion.
|
4331 |
|
|
* configure: Rebuilt.
|
4332 |
|
|
|
4333 |
|
|
2003-01-08 Chris Demetriou
|
4334 |
|
|
|
4335 |
|
|
* config.guess: Update to 2003-01-03 version.
|
4336 |
|
|
* config.sub: Update to 2003-01-03 version.
|
4337 |
|
|
|
4338 |
|
|
2003-01-07 Christopher Faylor
|
4339 |
|
|
|
4340 |
|
|
* configure: Regenerate with proper autoconf 2.13.
|
4341 |
|
|
|
4342 |
|
|
2003-01-07 Christopher Faylor
|
4343 |
|
|
|
4344 |
|
|
* configure.in: Add AC_PREREQ for consistency.
|
4345 |
|
|
* configure: Regenerate.
|
4346 |
|
|
|
4347 |
|
|
2003-01-06 Andrew Cagney
|
4348 |
|
|
|
4349 |
|
|
* configure.in (GDB_TK): Add tcl directories conditional on
|
4350 |
|
|
gdb/gdbtk directory being present.
|
4351 |
|
|
* configure: Regenerate.
|
4352 |
|
|
|
4353 |
|
|
2003-01-04 John David Anglin
|
4354 |
|
|
|
4355 |
|
|
* configure.in (LD): Improve test for gcc. Try to set LD to the ld used
|
4356 |
|
|
by gcc if LD is not defined and we are not doing a Canadian Cross.
|
4357 |
|
|
* configure: Rebuilt.
|
4358 |
|
|
|
4359 |
|
|
2003-01-01 Daniel Jacobowitz
|
4360 |
|
|
|
4361 |
|
|
* src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
|
4362 |
|
|
|
4363 |
|
|
2002-12-31 Tom Tromey
|
4364 |
|
|
|
4365 |
|
|
* Makefile.in: Rebuilt.
|
4366 |
|
|
* Makefile.def (target_modules) [libffi]: Allow installation.
|
4367 |
|
|
|
4368 |
|
|
2002-12-31 Andreas Schwab
|
4369 |
|
|
|
4370 |
|
|
* configure.in: Fix use of $program_transform_name.
|
4371 |
|
|
* configure: Regenerated.
|
4372 |
|
|
|
4373 |
|
|
2002-12-30 Daniel Jacobowitz
|
4374 |
|
|
|
4375 |
|
|
* configure.in (baseargs): Don't remove first configure argument.
|
4376 |
|
|
* configure: Regenerated.
|
4377 |
|
|
|
4378 |
|
|
2002-12-29 Alexandre Oliva
|
4379 |
|
|
|
4380 |
|
|
* Makefile.tpl (local-distclean): Don't remove...
|
4381 |
|
|
(multilib.ts): ... this. Moved into...
|
4382 |
|
|
(multilib.out): ... this. Don't use sub-make.
|
4383 |
|
|
($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
|
4384 |
|
|
$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
|
4385 |
|
|
(configure-build-[+module+], configure-[+module+],
|
4386 |
|
|
configure-target-[+module+], configure-gcc): ... these. Test
|
4387 |
|
|
for Makefile existence. Drop config.status from dependencies.
|
4388 |
|
|
* Makefile.in: Rebuilt.
|
4389 |
|
|
* configure.in: Move gcc-version-trigger to the end of
|
4390 |
|
|
ac_configure_args. Add comments to maybedep.tmp and
|
4391 |
|
|
serdep.tmp. Introduce --disable-serial-configure. Remove
|
4392 |
|
|
nonopt from baseargs, matching and removing corresponding
|
4393 |
|
|
whitespace while at it.
|
4394 |
|
|
* configure: Rebuilt.
|
4395 |
|
|
|
4396 |
|
|
2002-12-28 Alexandre Oliva
|
4397 |
|
|
|
4398 |
|
|
* configure.in (host_configargs): Replace reference to
|
4399 |
|
|
no-longer-defined buildopts with --build=${build_alias}.
|
4400 |
|
|
* configure: Rebuilt.
|
4401 |
|
|
|
4402 |
|
|
2002-12-28 Alexandre Oliva
|
4403 |
|
|
|
4404 |
|
|
* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
|
4405 |
|
|
program_transform_name to standard idiom.
|
4406 |
|
|
(AUTOGEN, AUTOCONF): Define.
|
4407 |
|
|
(Makefile.in): Use $(AUTOGEN).
|
4408 |
|
|
(Makefile): Depend on config.status, and use autoconf-style rule to
|
4409 |
|
|
build it. Move original commands to...
|
4410 |
|
|
(config.status): ... this new target.
|
4411 |
|
|
(configure): Add $(srcdir). Depend on config/acx.m4. Use
|
4412 |
|
|
$(AUTOCONF).
|
4413 |
|
|
* Makefile.in: Rebuilt.
|
4414 |
|
|
|
4415 |
|
|
2002-12-28 Nathanael Nerode
|
4416 |
|
|
|
4417 |
|
|
* Makefile.tpl: Fix dramatic bustage due to change in
|
4418 |
|
|
program_transform_name.
|
4419 |
|
|
* Makefile.in: Regenerate.
|
4420 |
|
|
|
4421 |
|
|
* configure.in: Remove unnecessary PATH setting.
|
4422 |
|
|
* configure: Regnerate.
|
4423 |
|
|
|
4424 |
|
|
* configure.in: Don't default to unprefixed tools unless
|
4425 |
|
|
the native tools will work.
|
4426 |
|
|
* configure: Regenerate.
|
4427 |
|
|
|
4428 |
|
|
* configure.in: Convert to autoconf script. Blow away lots
|
4429 |
|
|
of now-redundant Makefile fragments.
|
4430 |
|
|
* configure: Generate using Autoconf.
|
4431 |
|
|
* Makefile.tpl: Rewrite to reflect autoconfiscation.
|
4432 |
|
|
* Makefile.in: Regenerate.
|
4433 |
|
|
|
4434 |
|
|
2002-12-27 Nathanael Nerode
|
4435 |
|
|
|
4436 |
|
|
* configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
|
4437 |
|
|
CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
|
4438 |
|
|
|
4439 |
|
|
* ChangeLog: Move a couple of entries from here to winsup/cygwin,
|
4440 |
|
|
where they belong.
|
4441 |
|
|
|
4442 |
|
|
2002-12-24 Andreas Schwab
|
4443 |
|
|
|
4444 |
|
|
* Makefile.tpl (multilib.out): Fix missing space.
|
4445 |
|
|
* Makefile.in: Regenerate.
|
4446 |
|
|
|
4447 |
|
|
2002-12-23 Nathanael Nerode
|
4448 |
|
|
|
4449 |
|
|
* Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
|
4450 |
|
|
Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
|
4451 |
|
|
* Makefile.in: Regenerate.
|
4452 |
|
|
* configure.in: Remove unnecessary leftovers.
|
4453 |
|
|
|
4454 |
|
|
2002-12-21 Geoffrey Keating
|
4455 |
|
|
|
4456 |
|
|
* configure.in (extra_ranlibflags_for_target): New variable.
|
4457 |
|
|
(*-*-darwin): Add -c to ranlib commands.
|
4458 |
|
|
* configure (tooldir): Handle extra_ranlibflags_for_target.
|
4459 |
|
|
|
4460 |
|
|
2002-12-20 Jeff Johnston
|
4461 |
|
|
|
4462 |
|
|
* COPYING.NEWLIB: Updated.
|
4463 |
|
|
* COPYING.LIBGLOSS: Ditto.
|
4464 |
|
|
|
4465 |
|
|
2002-12-19 Nathanael Nerode
|
4466 |
|
|
|
4467 |
|
|
* Makefile.tpl: Revert HJL's change.
|
4468 |
|
|
* Makefile.in: Regenerated.
|
4469 |
|
|
* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
|
4470 |
|
|
always.
|
4471 |
|
|
|
4472 |
|
|
2002-12-19 Andreas Schwab
|
4473 |
|
|
|
4474 |
|
|
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
|
4475 |
|
|
* Makefile.in: Regenerate.
|
4476 |
|
|
|
4477 |
|
|
2002-12-18 H.J. Lu
|
4478 |
|
|
|
4479 |
|
|
* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
|
4480 |
|
|
* Makefile.in: Regenerated.
|
4481 |
|
|
|
4482 |
|
|
* configure.in (build_prefix): New. Substitute.
|
4483 |
|
|
|
4484 |
|
|
2002-12-18 Nathanael Nerode
|
4485 |
|
|
|
4486 |
|
|
* Makefile.tpl: Don't let real targets depend on phony targets.
|
4487 |
|
|
* Makefile.in: Regenerate.
|
4488 |
|
|
|
4489 |
|
|
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
|
4490 |
|
|
* Makefile.in: Regenerate.
|
4491 |
|
|
|
4492 |
|
|
2002-12-16 Jason Merrill
|
4493 |
|
|
|
4494 |
|
|
* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
|
4495 |
|
|
previous 'make bootstrap'.
|
4496 |
|
|
* Makefile.in: Regenerate.
|
4497 |
|
|
|
4498 |
|
|
2002-12-17 Hans-Peter Nilsson
|
4499 |
|
|
|
4500 |
|
|
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
|
4501 |
|
|
|
4502 |
|
|
2002-12-13 Jason Merrill
|
4503 |
|
|
|
4504 |
|
|
* Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
|
4505 |
|
|
library tests.
|
4506 |
|
|
(check-c++): Just depend on it and check-target-libstdc++-v3.
|
4507 |
|
|
* Makefile.in: Regenerate.
|
4508 |
|
|
|
4509 |
|
|
2002-12-13 Nathanael Nerode
|
4510 |
|
|
|
4511 |
|
|
* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
|
4512 |
|
|
* Makefile.in: Regenerate.
|
4513 |
|
|
|
4514 |
|
|
2002-12-12 Jeff Johnston
|
4515 |
|
|
|
4516 |
|
|
* COPYING.NEWLIB: Update list of alternate Regent of California
|
4517 |
|
|
licenses and discuss official revoking of advertising clause.
|
4518 |
|
|
* COPYING.LIBGLOSS: Ditto.
|
4519 |
|
|
|
4520 |
|
|
2002-12-12 Alexandre Oliva
|
4521 |
|
|
|
4522 |
|
|
* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
|
4523 |
|
|
* Makefile.in: Rebuilt.
|
4524 |
|
|
|
4525 |
|
|
2002-12-10 Nathanael Nerode
|
4526 |
|
|
|
4527 |
|
|
* configure: Fix bug put in by gremlins.
|
4528 |
|
|
|
4529 |
|
|
* Makefile.tpl: Substitute more autoconfily.
|
4530 |
|
|
* configure: Substitute more autoconfily.
|
4531 |
|
|
* Makefile.in: Regenerate.
|
4532 |
|
|
|
4533 |
|
|
2002-12-08 Andrew Cagney
|
4534 |
|
|
|
4535 |
|
|
* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
|
4536 |
|
|
* Makefile.in (all-sim): Ditto.
|
4537 |
|
|
|
4538 |
|
|
2002-12-06 DJ Delorie
|
4539 |
|
|
|
4540 |
|
|
* Makefile.tpl: Change configure dependencies to not have real
|
4541 |
|
|
targets depend on phony targets.
|
4542 |
|
|
|
4543 |
|
|
2002-12-05 Nathanael Nerode
|
4544 |
|
|
|
4545 |
|
|
* configure.in: Revert unintentional change.
|
4546 |
|
|
|
4547 |
|
|
* src-release: Configure host subdirs.
|
4548 |
|
|
|
4549 |
|
|
* Makefile.tpl: Change dependency for */multilib.out so that
|
4550 |
|
|
it works when gcc isn't in the tree.
|
4551 |
|
|
|
4552 |
|
|
* configure.in: Substitute more.
|
4553 |
|
|
* configure: Run subconfigures from the Makefile.
|
4554 |
|
|
* Makefile.tpl: Run subconfigures from the Makefile; add a few
|
4555 |
|
|
convenience targets. Make sure gcc isn't rebuilt after bootstrap.
|
4556 |
|
|
|
4557 |
|
|
2002-12-03 Nathanael Nerode
|
4558 |
|
|
|
4559 |
|
|
* Makefile.tpl: Add targets for configuring host subdirs in Makefile,
|
4560 |
|
|
and corresponding dependencies.
|
4561 |
|
|
* Makefile.in: Regenerate.
|
4562 |
|
|
|
4563 |
|
|
* configure.in (host_tools): Order binutils, gas and ld for
|
4564 |
|
|
convenience in running the testsuites.
|
4565 |
|
|
|
4566 |
|
|
* Makefile.tpl: Introduce rules to serialize subconfigure runs.
|
4567 |
|
|
* Makefile.in: Regenerate.
|
4568 |
|
|
* configure.in: Introduce rules to serialize subconfigure runs.
|
4569 |
|
|
|
4570 |
|
|
* configure.in: Introduce BASE_CC_FOR_TARGET.
|
4571 |
|
|
* Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
|
4572 |
|
|
Realize configure-build-* targets. Realize configure-target-* targets.
|
4573 |
|
|
* Makefile.in: Regenerate.
|
4574 |
|
|
|
4575 |
|
|
2002-12-02 Nathanael Nerode
|
4576 |
|
|
|
4577 |
|
|
* configure: Move gcc_version_trigger stuff from here...
|
4578 |
|
|
* configure.in: ...to here.
|
4579 |
|
|
|
4580 |
|
|
* configure.in: Separate subconfigure options added by this file from
|
4581 |
|
|
options given by the user. Add machinery to put args for host
|
4582 |
|
|
subconfigures into the Makefile.
|
4583 |
|
|
|
4584 |
|
|
* Makefile.tpl: Remove 'vault' targets.
|
4585 |
|
|
* Makefile.tpl: Reorder and comment dependencies.
|
4586 |
|
|
* Makefile.in: Regenerate.
|
4587 |
|
|
|
4588 |
|
|
2002-11-28 Geoffrey Keating
|
4589 |
|
|
|
4590 |
|
|
* configure.in: Move host-specific darwin noconfigdirs into
|
4591 |
|
|
the host-specific section.
|
4592 |
|
|
|
4593 |
|
|
2002-12-02 Nathanael Nerode
|
4594 |
|
|
|
4595 |
|
|
* Makefile.tpl: Restore bkorb's style patch, accidentally lost
|
4596 |
|
|
during replay.
|
4597 |
|
|
* Makefile.in: Regenerate.
|
4598 |
|
|
|
4599 |
|
|
(finishing slow-motion replay)
|
4600 |
|
|
* configure: Remove skip-this-dir support.
|
4601 |
|
|
* Makefile.tpl: Remove skip-this-dir support.
|
4602 |
|
|
|
4603 |
|
|
* Makefile.tpl: Remove leftover support for non-autoconfiscated
|
4604 |
|
|
subdirectories.
|
4605 |
|
|
* Makefile.in: Regenerate.
|
4606 |
|
|
|
4607 |
|
|
* Makefile.tpl: Strip out useless setting of 'dir'.
|
4608 |
|
|
* Makefile.in: Regenerate.
|
4609 |
|
|
|
4610 |
|
|
2002-12-02 Nathanael Nerode
|
4611 |
|
|
|
4612 |
|
|
(finishing slow-motion replay)
|
4613 |
|
|
* configure.in: Fix deeply stupid bug.
|
4614 |
|
|
|
4615 |
|
|
* configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
|
4616 |
|
|
shell code in CXX_FOR_TARGET
|
4617 |
|
|
* Makefile.def: Introduce raw_cxx.
|
4618 |
|
|
* Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
|
4619 |
|
|
RAW_CXX_FOR_TARGET.
|
4620 |
|
|
* Makefile.in: Regenerate.
|
4621 |
|
|
|
4622 |
|
|
2002-12-02 Nathanael Nerode
|
4623 |
|
|
|
4624 |
|
|
(finishing slow-motion replay)
|
4625 |
|
|
* Makefile.tpl: Remove unnecessary ifs.
|
4626 |
|
|
* Makefile.in: Regenerate.
|
4627 |
|
|
|
4628 |
|
|
* Makefile.tpl: Implement soft dependency machinery. Maybe-ize
|
4629 |
|
|
dependencies. Maybe-ize build-libiberty. Create dummy install
|
4630 |
|
|
targets for 'no_install' modules.
|
4631 |
|
|
* configure: Move GDB_TK substitution to configure.in. Move
|
4632 |
|
|
build_modules stuff to configure.in.
|
4633 |
|
|
* configure.in: Implement soft dependency machinery. Maybe-ize
|
4634 |
|
|
GDB_TK, rearrange slightly. Move build_modules stuff from configure.
|
4635 |
|
|
* Makefile.in: Regenerate.
|
4636 |
|
|
|
4637 |
|
|
2002-12-01 Nathanael Nerode
|
4638 |
|
|
|
4639 |
|
|
(continuing slow-motion replay)
|
4640 |
|
|
* Makefile.tpl: Make all-target, install-target behave similarly
|
4641 |
|
|
to all, install (only hitting configured targets). Eliminate
|
4642 |
|
|
unused macro defintions.
|
4643 |
|
|
|
4644 |
|
|
* Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
|
4645 |
|
|
build != host.
|
4646 |
|
|
|
4647 |
|
|
* Makefile.tpl: Add all-gcc: all-libiberty dependency.
|
4648 |
|
|
|
4649 |
|
|
* ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
|
4650 |
|
|
|
4651 |
|
|
* configure.in: Produce lists of subdir targets we're actually
|
4652 |
|
|
configuring. Remove references to "dosrel".
|
4653 |
|
|
* Makefile.tpl: Let configure set which subdir targets are hit.
|
4654 |
|
|
Remove install-cross; clean up install; remove ALL. Remove
|
4655 |
|
|
references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
|
4656 |
|
|
Autogenerate host module targets. Remove empty dependency lines
|
4657 |
|
|
and redundant dependency; rearrange slightly.
|
4658 |
|
|
* Makefile.def: Add host-side libtermcap, utils.
|
4659 |
|
|
|
4660 |
|
|
* Makefile.in: Regenerate.
|
4661 |
|
|
|
4662 |
|
|
2002-12-01 Nathanael Nerode
|
4663 |
|
|
|
4664 |
|
|
(Continuing slow-motion replay)
|
4665 |
|
|
* Makefile.def: Add list of recursive targets to autogenerate.
|
4666 |
|
|
Add build_modules.
|
4667 |
|
|
* Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
|
4668 |
|
|
targets. Autogenerate *-build-* targets.
|
4669 |
|
|
* Makefile.in: Regenerate.
|
4670 |
|
|
|
4671 |
|
|
2002-11-30 Nathanael Nerode
|
4672 |
|
|
|
4673 |
|
|
(Continuing slow-motion replay)
|
4674 |
|
|
* configure: More autoconf-style substitutions.
|
4675 |
|
|
* Makefile.tpl: More autoconf-style substitutions.
|
4676 |
|
|
* Makefile.in: Regenerate.
|
4677 |
|
|
|
4678 |
|
|
2002-11-30 Nathanael Nerode
|
4679 |
|
|
|
4680 |
|
|
(Continuing slow-motion replay)
|
4681 |
|
|
* configure: Substitute more variables in a more autoconf-friendly
|
4682 |
|
|
way. Simplify slightly.
|
4683 |
|
|
* Makefile.tpl: Make more variables substitutable in an
|
4684 |
|
|
autoconf-friendly way.
|
4685 |
|
|
* Makefile.in: Regenerate.
|
4686 |
|
|
|
4687 |
|
|
2002-11-29 Nathanael Nerode
|
4688 |
|
|
|
4689 |
|
|
(Continuing slow-motion replay)
|
4690 |
|
|
* configure.in (v810*): Remove special setting of tools.
|
4691 |
|
|
|
4692 |
|
|
* configure: Add support for extra required flags for ar or nm.
|
4693 |
|
|
* configure.in (aix4.3+): Use above support for target-specific
|
4694 |
|
|
issues, rather than using config/mt-aix43.
|
4695 |
|
|
|
4696 |
|
|
2002-11-29 Nathanael Nerode
|
4697 |
|
|
|
4698 |
|
|
(Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
|
4699 |
|
|
* configure: Remove 'removing', which doesn't work. Replace $subdir
|
4700 |
|
|
with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
|
4701 |
|
|
with $srcdir. Reformat indentation. Substitute some variables
|
4702 |
|
|
formerly hard-coded in the Makefile for build=host.
|
4703 |
|
|
* Makefile.tpl: Autogenerate more; make more autoconf-friendly.
|
4704 |
|
|
* Makefile.def: Autogenerate more.
|
4705 |
|
|
* Makefile.in: Regenerate.
|
4706 |
|
|
|
4707 |
|
|
2002-11-13 Bruce Korb
|
4708 |
|
|
|
4709 |
|
|
* Makefile.tpl: syntactic cleanup
|
4710 |
|
|
|
4711 |
|
|
2002-11-04 Kevin Buettner
|
4712 |
|
|
|
4713 |
|
|
* Makefile.def (host_modules): Add rda.
|
4714 |
|
|
* Makefile.in: Regenerate.
|
4715 |
|
|
* configure.in (target_tool): Add target-rda to list.
|
4716 |
|
|
|
4717 |
|
|
2002-10-25 Phil Edwards
|
4718 |
|
|
|
4719 |
|
|
* Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
|
4720 |
|
|
and restrap targets to this rule.
|
4721 |
|
|
* Makefile.in: Regenerate.
|
4722 |
|
|
|
4723 |
|
|
2002-10-24 Hans-Peter Nilsson
|
4724 |
|
|
|
4725 |
|
|
* configure.in (i[3456]86-*-linux*): Add check to disable
|
4726 |
|
|
${libgcj} for glibc1.
|
4727 |
|
|
|
4728 |
|
|
2002-10-07 Svein E. Seldal
|
4729 |
|
|
|
4730 |
|
|
* configure.in: Add tic4x target.
|
4731 |
|
|
|
4732 |
|
|
2002-10-03 Nathanael Nerode
|
4733 |
|
|
|
4734 |
|
|
* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
|
4735 |
|
|
* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
|
4736 |
|
|
* configure.in: Make SET_LIB_PATH substitution more autoconfy.
|
4737 |
|
|
* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
|
4738 |
|
|
* Makefile.in: Regenerate.
|
4739 |
|
|
|
4740 |
|
|
2002-10-02 Nathanael Nerode
|
4741 |
|
|
|
4742 |
|
|
* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
|
4743 |
|
|
* Makefile.in: Regenerate.
|
4744 |
|
|
|
4745 |
|
|
* Makefile.def: Remove order dependency comments.
|
4746 |
|
|
* Makefile.tpl: Add explicit install-install dependencies.
|
4747 |
|
|
* Makefile.in: Regenerate.
|
4748 |
|
|
|
4749 |
|
|
* Makefile.tpl: Remove material now in src-release. (Finally!)
|
4750 |
|
|
* Makefile.in: Regenerate.
|
4751 |
|
|
|
4752 |
|
|
* configure: Restore my original patch by syncing with gcc version.
|
4753 |
|
|
|
4754 |
|
|
* Bring following over from gcc:
|
4755 |
|
|
|
4756 |
|
|
2002-09-30 Ulrich Weigand
|
4757 |
|
|
|
4758 |
|
|
* configure.in (s390*-*-linux*): Enable libgcj.
|
4759 |
|
|
|
4760 |
|
|
2002-10-02 Nathanael Nerode
|
4761 |
|
|
|
4762 |
|
|
* Makefile.in: Regenerate. This really ought to fix things. :sigh:
|
4763 |
|
|
|
4764 |
|
|
2002-10-02 Alan Modra
|
4765 |
|
|
|
4766 |
|
|
* configure: Move stray lines back to where they belong.
|
4767 |
|
|
|
4768 |
|
|
2002-10-01 Nathanael Nerode
|
4769 |
|
|
|
4770 |
|
|
* Makefile.tpl: Insert configure-target target, for src-release.
|
4771 |
|
|
|
4772 |
|
|
* configure: Finish reverting change which Andrew Cagney started
|
4773 |
|
|
reverting. Should fix bustage.
|
4774 |
|
|
|
4775 |
|
|
* src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
|
4776 |
|
|
* src-release: New file. Contains material for making net
|
4777 |
|
|
releases for gdb, binutils, et al., formerly in Makefile.in.
|
4778 |
|
|
|
4779 |
|
|
2002-09-30 Nick Clifton
|
4780 |
|
|
|
4781 |
|
|
* cpu: New top level directory. Intended to hold input files for
|
4782 |
|
|
CGEN which have FSF copyright assignment.
|
4783 |
|
|
* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
|
4784 |
|
|
|
4785 |
|
|
2002-09-29 Andrew Cagney
|
4786 |
|
|
|
4787 |
|
|
Revert below (note that src does not contain Makefile.tpl):
|
4788 |
|
|
* Makefile.tpl: Make subsituted variables more autoconfy.
|
4789 |
|
|
* Makefile.in: Regenerate.
|
4790 |
|
|
|
4791 |
|
|
2002-09-29 Nathanael Nerode
|
4792 |
|
|
|
4793 |
|
|
* configure: Revert accidentally applied changes.
|
4794 |
|
|
|
4795 |
|
|
* Makefile.tpl: Make more autoconf-friendly.
|
4796 |
|
|
* Makefile.in: Regenerate.
|
4797 |
|
|
* configure: Make substitution more autoconf-like.
|
4798 |
|
|
|
4799 |
|
|
2002-09-28 Richard Earnshaw
|
4800 |
|
|
|
4801 |
|
|
* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
|
4802 |
|
|
single entry to handle all these.
|
4803 |
|
|
(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
|
4804 |
|
|
libjava on arm-*-elf.
|
4805 |
|
|
|
4806 |
|
|
2002-09-27 Geoffrey Keating
|
4807 |
|
|
|
4808 |
|
|
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
|
4809 |
|
|
things that depend on them.
|
4810 |
|
|
|
4811 |
|
|
2002-09-25 Nathanael Nerode
|
4812 |
|
|
|
4813 |
|
|
* Makefile.tpl: Make subsituted variables more autoconfy.
|
4814 |
|
|
* Makefile.in: Regenerate.
|
4815 |
|
|
* configure: Make seds more autoconfy.
|
4816 |
|
|
|
4817 |
|
|
2002-09-25 Nathanael Nerode
|
4818 |
|
|
|
4819 |
|
|
* Makefile.tpl: Rewrite substituted lines to look autoconfy.
|
4820 |
|
|
* Makefile.in: Regenerate.
|
4821 |
|
|
* configure.in: Rewrite sed statements to look autoconfy.
|
4822 |
|
|
|
4823 |
|
|
* Makefile.tpl: Autogenerate *-target-* lists, dependencies of
|
4824 |
|
|
all-target-foo on configure-target-foo.
|
4825 |
|
|
* Makefile.def: Ditto.
|
4826 |
|
|
* Makefile.in: Rebuild.
|
4827 |
|
|
|
4828 |
|
|
2002-09-22 Nathanael Nerode
|
4829 |
|
|
|
4830 |
|
|
* Makefile.def: New file.
|
4831 |
|
|
* Makefile.tpl: New file.
|
4832 |
|
|
* Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
|
4833 |
|
|
|
4834 |
|
|
* configure.in: Minor rearrangement. Simplify tests.
|
4835 |
|
|
|
4836 |
|
|
2002-09-23 Jason Thorpe
|
4837 |
|
|
|
4838 |
|
|
* configure.in (with_headers): Skip copy if value is "yes".
|
4839 |
|
|
(with_libs): Likewise.
|
4840 |
|
|
|
4841 |
|
|
2002-09-20 Nathanael Nerode
|
4842 |
|
|
|
4843 |
|
|
* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
|
4844 |
|
|
* configure.in (sh*-*-pe*): Ditto.
|
4845 |
|
|
* configure.in (mips*-*-pe*): Ditto.
|
4846 |
|
|
* configure.in (*arm-wince-pe): Ditto.
|
4847 |
|
|
|
4848 |
|
|
* configure.in: Rearrange.
|
4849 |
|
|
|
4850 |
|
|
2002-09-12 Nick Clifton
|
4851 |
|
|
|
4852 |
|
|
* Import these changes from the config master repository:
|
4853 |
|
|
|
4854 |
|
|
2002-09-05 Svein E. Seldal
|
4855 |
|
|
|
4856 |
|
|
* config.sub: Add tic4x target.
|
4857 |
|
|
|
4858 |
|
|
2002-09-03 Ben Elliston
|
4859 |
|
|
|
4860 |
|
|
* config.guess: Detect NSR-D machines for nsr-tandem-nsk.
|
4861 |
|
|
Reported by .
|
4862 |
|
|
|
4863 |
|
|
2002-09-10 Jeff Johnston
|
4864 |
|
|
|
4865 |
|
|
* COPYING.NEWLIB: More updates.
|
4866 |
|
|
|
4867 |
|
|
2002-09-09 Jeff Johnston
|
4868 |
|
|
|
4869 |
|
|
* COPYING.NEWLIB: Update.
|
4870 |
|
|
|
4871 |
|
|
2002-08-23 Andrew Cagney
|
4872 |
|
|
|
4873 |
|
|
* texinfo/texinfo.tex: Import version 2002-06-04.06.
|
4874 |
|
|
|
4875 |
|
|
* config.guess: Import version 2002-08-23.
|
4876 |
|
|
* config.sub: Import version 2002-08-22.
|
4877 |
|
|
|
4878 |
|
|
2002-08-20 Alexandre Oliva
|
4879 |
|
|
|
4880 |
|
|
* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
|
4881 |
|
|
* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
|
4882 |
|
|
CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
|
4883 |
|
|
|
4884 |
|
|
2002-08-06 Federico G. Schwindt
|
4885 |
|
|
|
4886 |
|
|
* configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
|
4887 |
|
|
|
4888 |
|
|
2002-08-04 H.J. Lu (hjl@gnu.org)
|
4889 |
|
|
|
4890 |
|
|
* configure.in (mips*-*-linux*): Don't skip target-libffi.
|
4891 |
|
|
|
4892 |
|
|
2002-07-31 Alan Modra
|
4893 |
|
|
|
4894 |
|
|
* configure.in: Move generic linux case to end. Copy generic
|
4895 |
|
|
linux noconfigdirs to mips*-*-linux* entry and new
|
4896 |
|
|
powerpc64*-*-linux* entry. Add target-libffi for the latter.
|
4897 |
|
|
|
4898 |
|
|
2002-07-19 Chris Demetriou
|
4899 |
|
|
|
4900 |
|
|
* MAINTAINERS: Clarify on config.guess and config.sub, and add
|
4901 |
|
|
one instance of them which was missed to the list to update.
|
4902 |
|
|
|
4903 |
|
|
2002-07-16 Chris Demetriou
|
4904 |
|
|
|
4905 |
|
|
* config.guess: Update to 2002-07-09 version.
|
4906 |
|
|
* config.sub: Update to 2002-07-03 version.
|
4907 |
|
|
|
4908 |
|
|
2002-07-11 Nathanael Nerode
|
4909 |
|
|
|
4910 |
|
|
* configure.in: Remove two redundant tests.
|
4911 |
|
|
|
4912 |
|
|
2002-07-11 Rainer Orth
|
4913 |
|
|
|
4914 |
|
|
* configure.in (mips*-*-irix6*o32): Enable stabs.
|
4915 |
|
|
|
4916 |
|
|
2002-07-08 Nathanael Nerode
|
4917 |
|
|
|
4918 |
|
|
* configure.in: Don't build grez.
|
4919 |
|
|
* Makefile.in: Ditto.
|
4920 |
|
|
|
4921 |
|
|
* Makefile.in: Remove references to bsp, cygmon, libstub.
|
4922 |
|
|
* configure.in: Ditto.
|
4923 |
|
|
|
4924 |
|
|
* configure.in: Remove leftover reference to gdbtest.
|
4925 |
|
|
|
4926 |
|
|
2002-07-08 Phil Edwards
|
4927 |
|
|
|
4928 |
|
|
* configure.in (gxx_include_dir): Change to match versioned
|
4929 |
|
|
C++ headers if --enable-version-specific-runtime-libs is used.
|
4930 |
|
|
|
4931 |
|
|
2002-07-04 Steve Ellcey
|
4932 |
|
|
|
4933 |
|
|
* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
|
4934 |
|
|
|
4935 |
|
|
2002-07-03 Nathanael Nerode
|
4936 |
|
|
|
4937 |
|
|
* configure.in: Make --without-x work.
|
4938 |
|
|
|
4939 |
|
|
2002-07-03 Nick Clifton
|
4940 |
|
|
|
4941 |
|
|
* contrib: New directory. Created to contain a copy of the
|
4942 |
|
|
texi2pod.pl script so that it is in the same place as the version in
|
4943 |
|
|
the FSF GCC sources.
|
4944 |
|
|
|
4945 |
|
|
2002-07-02 Nathanael Nerode
|
4946 |
|
|
|
4947 |
|
|
* configure.in: Rearrange target Makefile fragment collection.
|
4948 |
|
|
|
4949 |
|
|
* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
|
4950 |
|
|
cvs[src].
|
4951 |
|
|
* configure.in: Ditto.
|
4952 |
|
|
|
4953 |
|
|
2002-07-01 Nathanael Nerode
|
4954 |
|
|
|
4955 |
|
|
* Makefile.in: Eliminate 'apache' targets.
|
4956 |
|
|
* configure.in: Eliminate 'apache' targets.
|
4957 |
|
|
|
4958 |
|
|
* configure.in: Eliminate redundant tests. Reorganize.
|
4959 |
|
|
|
4960 |
|
|
* Makefile.in: Eliminate last reference to LIBGCC1_TEST.
|
4961 |
|
|
|
4962 |
|
|
* config-ml.in: Eliminate references to Cygnus configure.
|
4963 |
|
|
|
4964 |
|
|
* Makefile.in: Eliminate references to building emacs.
|
4965 |
|
|
|
4966 |
|
|
2002-07-01 Denis Chertykov
|
4967 |
|
|
|
4968 |
|
|
* configure.in: Add support for ip2k.
|
4969 |
|
|
|
4970 |
|
|
2002-06-24 Ben Elliston
|
4971 |
|
|
|
4972 |
|
|
* configure.in (host_tools): Remove cgen.
|
4973 |
|
|
|
4974 |
|
|
* Makefile.in (all-cgen): Remove; runs from its source directory.
|
4975 |
|
|
(check-cgen, install-cgen, clean-cgen): Likewise.
|
4976 |
|
|
(all-opcodes): No not depend on all-cgen.
|
4977 |
|
|
(all-sim): Likewise.
|
4978 |
|
|
|
4979 |
|
|
2002-06-22 Nathanael Nerode
|
4980 |
|
|
|
4981 |
|
|
* configure.in: Fix AIX configury bug.
|
4982 |
|
|
|
4983 |
|
|
2002-06-19 Nathanael Nerode
|
4984 |
|
|
|
4985 |
|
|
* configure.in: Replace ${topsrcdir} with ${srcdir}.
|
4986 |
|
|
|
4987 |
|
|
* configure.in: Move definition of libstdcxx_flags right above
|
4988 |
|
|
usage, rather than way earlier.
|
4989 |
|
|
|
4990 |
|
|
* configure.in: Pull definition of is_cross_compiler earlier.
|
4991 |
|
|
|
4992 |
|
|
* configure.in: Rearrange a little.
|
4993 |
|
|
|
4994 |
|
|
* configure.in: Remove references to librx.
|
4995 |
|
|
* Makefile.in: Remove references to librx.
|
4996 |
|
|
|
4997 |
|
|
2002-06-19 Nathanael Nerode
|
4998 |
|
|
|
4999 |
|
|
* configure.in: Eliminate ${gasdir} variable.
|
5000 |
|
|
|
5001 |
|
|
2002-06-18 Dave Brolley
|
5002 |
|
|
|
5003 |
|
|
* configure.in: Add support for frv.
|
5004 |
|
|
* config.sub: Add support for frv.
|
5005 |
|
|
|
5006 |
|
|
2002-06-12 Kaveh R. Ghazi
|
5007 |
|
|
|
5008 |
|
|
* Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
|
5009 |
|
|
|
5010 |
|
|
2002-06-08 Jason Thorpe
|
5011 |
|
|
|
5012 |
|
|
* configure.in (vax-*-netbsd*): Re-enable gas.
|
5013 |
|
|
|
5014 |
|
|
2002-05-31 Nathanael Nerode
|
5015 |
|
|
|
5016 |
|
|
* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
|
5017 |
|
|
BUILD_PREFIX_1, to correct nomenclature.
|
5018 |
|
|
* configure: Likewise.
|
5019 |
|
|
|
5020 |
|
|
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
|
5021 |
|
|
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
|
5022 |
|
|
|
5023 |
|
|
2002-05-31 Olaf Hering
|
5024 |
|
|
|
5025 |
|
|
* config-ml.in: Propogate DESTDIR also.
|
5026 |
|
|
|
5027 |
|
|
2002-05-29 Jason Thorpe
|
5028 |
|
|
|
5029 |
|
|
* configure.in (vax-*-netbsd*): Don't build gas for this
|
5030 |
|
|
platform.
|
5031 |
|
|
|
5032 |
|
|
2002-05-28 Marek Michalkiewicz
|
5033 |
|
|
|
5034 |
|
|
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
|
5035 |
|
|
and libgcj for AVR.
|
5036 |
|
|
|
5037 |
|
|
2002-05-28 Nick Clifton
|
5038 |
|
|
|
5039 |
|
|
* config.sub: Add DLX target.
|
5040 |
|
|
|
5041 |
|
|
2002-05-22 Jason Thorpe
|
5042 |
|
|
|
5043 |
|
|
* config.guess: Update to 2002-05-22 version.
|
5044 |
|
|
* config.sub: Likewise.
|
5045 |
|
|
|
5046 |
|
|
2002-05-16 Rainer Orth
|
5047 |
|
|
|
5048 |
|
|
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
|
5049 |
|
|
* config-ml.in: Likewise.
|
5050 |
|
|
* configure: Likewise.
|
5051 |
|
|
* configure.in: Likewise.
|
5052 |
|
|
|
5053 |
|
|
2002-05-13 Nathanael Nerode
|
5054 |
|
|
|
5055 |
|
|
* configure.in: Simplify makefile fragment collection.
|
5056 |
|
|
|
5057 |
|
|
* configure.in: Remove code to build emacs.
|
5058 |
|
|
|
5059 |
|
|
* configure.in : Remove --srcdir argument from targargs and buildargs
|
5060 |
|
|
(it's always overridden in the Makefile anyway). Rearrange a bit.
|
5061 |
|
|
|
5062 |
|
|
* configure: Move some logic to configure.in.
|
5063 |
|
|
* configure.in: Move some logic from configure.
|
5064 |
|
|
|
5065 |
|
|
2002-05-07 Jeff Johnston
|
5066 |
|
|
|
5067 |
|
|
* COPYING.LIBGLOSS: New file.
|
5068 |
|
|
|
5069 |
|
|
2002-05-07 Federico G. Schwindt
|
5070 |
|
|
|
5071 |
|
|
* Makefile.in: Honour DESTDIR.
|
5072 |
|
|
|
5073 |
|
|
2002-05-05 Alexandre Oliva
|
5074 |
|
|
|
5075 |
|
|
* configure.in (noconfigdirs): Don't disable libgcj on
|
5076 |
|
|
sparc64-*-solaris* and sparcv9-*-solaris*.
|
5077 |
|
|
|
5078 |
|
|
2002-05-03 Alexandre Oliva
|
5079 |
|
|
|
5080 |
|
|
* configure.in: Revert 2002-04-18's patch; fixed in libjava.
|
5081 |
|
|
|
5082 |
|
|
2002-05-03 Thomas Fitzsimmons
|
5083 |
|
|
|
5084 |
|
|
* configure.in (FLAGS_FOR_TARGET): Do not add
|
5085 |
|
|
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
|
5086 |
|
|
on i[3456]86-*-linux*.
|
5087 |
|
|
|
5088 |
|
|
2002-05-01 Thomas Fitzsimmons
|
5089 |
|
|
|
5090 |
|
|
* configure.in (noconfigdirs): Replace [ ] with test.
|
5091 |
|
|
|
5092 |
|
|
* configure.in (noconfigdirs): Do not add target-newlib if
|
5093 |
|
|
target == i[3456]86-*-linux*, and host == target.
|
5094 |
|
|
|
5095 |
|
|
2002-04-29 Mark Mitchell
|
5096 |
|
|
|
5097 |
|
|
* config.guess: Updated to 2002-04-26's version.
|
5098 |
|
|
* config.sub: Updated to 2002-04-26's version.
|
5099 |
|
|
|
5100 |
|
|
2002-04-29 Nathanael Nerode
|
5101 |
|
|
|
5102 |
|
|
* configure.in: delete reference to absent file
|
5103 |
|
|
|
5104 |
|
|
* configure.in: replace '[' with 'test'
|
5105 |
|
|
|
5106 |
|
|
* configure.in: Eliminate references to gash.
|
5107 |
|
|
* Makefile.in: Eliminate references to gash.
|
5108 |
|
|
|
5109 |
|
|
* configure.in: remove useless references to 'pic' makefile fragments.
|
5110 |
|
|
|
5111 |
|
|
* configure.in: (*-*-windows*) Finish removing.
|
5112 |
|
|
|
5113 |
|
|
* configure.in: Eliminate redundant test for libgui.
|
5114 |
|
|
|
5115 |
|
|
2002-04-26 Joel Sherrill
|
5116 |
|
|
|
5117 |
|
|
* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
|
5118 |
|
|
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
|
5119 |
|
|
|
5120 |
|
|
2002-04-19 Nathanael Nerode
|
5121 |
|
|
|
5122 |
|
|
* configure.in: remove references to dead files
|
5123 |
|
|
|
5124 |
|
|
2002-04-18 Tom Tromey
|
5125 |
|
|
|
5126 |
|
|
* configure.in: Disallow configuring libgcj when it is already
|
5127 |
|
|
installed and we're using Solaris 2.8 linker. Do enable libgcj on
|
5128 |
|
|
Solaris 2.8 by default. For PR libgcj/6158.
|
5129 |
|
|
|
5130 |
|
|
2002-04-17 Nathanael Nerode
|
5131 |
|
|
|
5132 |
|
|
* configure.in: Move default CC setting out of config/mh-* fragments
|
5133 |
|
|
directly into here.
|
5134 |
|
|
|
5135 |
|
|
2002-04-17 Nathanael Nerode
|
5136 |
|
|
|
5137 |
|
|
* configure.in: don't even try to configure or make a subdirectory
|
5138 |
|
|
if there's no configure script for it.
|
5139 |
|
|
|
5140 |
|
|
2002-04-15 Mark Mitchell
|
5141 |
|
|
|
5142 |
|
|
* MAINTAINERS: Remove chill maintainers.
|
5143 |
|
|
* Makefile.in (CHILLFLAGS): Remove.
|
5144 |
|
|
(CHILL_LIB): Remove.
|
5145 |
|
|
(TARGET_CONFIGDIRS): Remove libchill.
|
5146 |
|
|
(CHILL_FOR_TARGET): Remove.
|
5147 |
|
|
(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
|
5148 |
|
|
CHILL_LIB.
|
5149 |
|
|
(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
|
5150 |
|
|
(CHECK_TARGET_MODULES): Likewise.
|
5151 |
|
|
(INSTALL_TARGET_MODULES): Likewise.
|
5152 |
|
|
(CLEAN_TARGET_MODULES): Likewise.
|
5153 |
|
|
(configure-target-libchill): Remove.
|
5154 |
|
|
(all-target-libchill): Remove.
|
5155 |
|
|
* configure.in (target_libs): Remove target-libchill.
|
5156 |
|
|
Do not compute CHILL_FOR_TARGET.
|
5157 |
|
|
* libchill: Remove directory.
|
5158 |
|
|
|
5159 |
|
|
2002-04-15 DJ Delorie
|
5160 |
|
|
|
5161 |
|
|
* Makefile.in, configure.in, configure: Sync with gcc, entries
|
5162 |
|
|
follow...
|
5163 |
|
|
|
5164 |
|
|
2002-04-08 Tom Tromey
|
5165 |
|
|
|
5166 |
|
|
* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
|
5167 |
|
|
Fixes PR libgcj/6068.
|
5168 |
|
|
|
5169 |
|
|
2002-03-30 Krister Walfridsson
|
5170 |
|
|
|
5171 |
|
|
* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
|
5172 |
|
|
|
5173 |
|
|
2002-03-27 Rainer Orth
|
5174 |
|
|
|
5175 |
|
|
* configure.in (alpha*-dec-osf*): Enable libgcj.
|
5176 |
|
|
|
5177 |
|
|
2002-03-24 Nick Clifton
|
5178 |
|
|
|
5179 |
|
|
Fix for: PR bootstrap/3591, target/5676
|
5180 |
|
|
* configure.in (mcore-pe): Disable the configuration of
|
5181 |
|
|
libstdc++-v3 since exceptions are not supported.
|
5182 |
|
|
|
5183 |
|
|
2002-03-20 Anthony Green
|
5184 |
|
|
|
5185 |
|
|
* configure.in: Enable libgcj for xscale-elf target.
|
5186 |
|
|
|
5187 |
|
|
2002-02-28 Alexandre Oliva
|
5188 |
|
|
|
5189 |
|
|
* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
|
5190 |
|
|
libjava.
|
5191 |
|
|
(CXX_FOR_TARGET): Explain why -shared-libgcc here.
|
5192 |
|
|
|
5193 |
|
|
2002-02-22 Alexandre Oliva
|
5194 |
|
|
|
5195 |
|
|
* configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
|
5196 |
|
|
libstdc++-v3 and libjava.
|
5197 |
|
|
|
5198 |
|
|
2002-02-11 Adam Megacz
|
5199 |
|
|
|
5200 |
|
|
* gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
|
5201 |
|
|
boehm-gc
|
5202 |
|
|
|
5203 |
|
|
2002-02-09 Alexandre Oliva
|
5204 |
|
|
|
5205 |
|
|
* config.guess: Updated to 2002-01-30's version.
|
5206 |
|
|
* config.sub: Updated to 2002-02-01's version.
|
5207 |
|
|
Contribute sh64-elf.
|
5208 |
|
|
2000-12-01 Alexandre Oliva
|
5209 |
|
|
* configure.in: Added sh64-*-*.
|
5210 |
|
|
|
5211 |
|
|
2002-01-17 H.J. Lu
|
5212 |
|
|
|
5213 |
|
|
* Makefile.in (all-fastjar): Also depend on all-libiberty.
|
5214 |
|
|
(all-target-fastjar): Also depend on all-target-libiberty.
|
5215 |
|
|
|
5216 |
|
|
Wed Dec 5 07:33:45 2001 Douglas B. Rupp
|
5217 |
|
|
|
5218 |
|
|
* configure, configure.in: Use temp file for long sed commands.
|
5219 |
|
|
|
5220 |
|
|
2001-11-14 Hans-Peter Nilsson
|
5221 |
|
|
|
5222 |
|
|
* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
|
5223 |
|
|
libf2c.
|
5224 |
|
|
|
5225 |
|
|
2001-11-03 Hans-Peter Nilsson
|
5226 |
|
|
|
5227 |
|
|
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
|
5228 |
|
|
|
5229 |
|
|
2001-10-11 Hans-Peter Nilsson
|
5230 |
|
|
|
5231 |
|
|
* configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
|
5232 |
|
|
|
5233 |
|
|
2001-10-02 Joseph S. Myers
|
5234 |
|
|
|
5235 |
|
|
* configure: Handle temporary files securely using mkdir.
|
5236 |
|
|
|
5237 |
|
|
2001-09-26 Will Cohen
|
5238 |
|
|
|
5239 |
|
|
* configure.in (*-*-linux*): Disable configuration of target-newlib
|
5240 |
|
|
and target-libgloss.
|
5241 |
|
|
|
5242 |
|
|
2001-09-26 Alexandre Oliva
|
5243 |
|
|
|
5244 |
|
|
* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
|
5245 |
|
|
RANLIB.
|
5246 |
|
|
|
5247 |
|
|
2001-08-11 Graham Stott
|
5248 |
|
|
|
5249 |
|
|
* Makefile.in (check-c++): Add missing semicolon.
|
5250 |
|
|
|
5251 |
|
|
2001-07-25 Andrew Haley
|
5252 |
|
|
|
5253 |
|
|
* configure.in (sh-*-linux*): New.
|
5254 |
|
|
|
5255 |
|
|
2001-07-12 Stephane Carrez
|
5256 |
|
|
|
5257 |
|
|
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
|
5258 |
|
|
and libgcj on m68hc11/m68hc12.
|
5259 |
|
|
|
5260 |
|
|
2001-06-27 H.J. Lu (hjl@gnu.org)
|
5261 |
|
|
|
5262 |
|
|
* Makefile (CFLAGS_FOR_BUILD): New.
|
5263 |
|
|
(EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
|
5264 |
|
|
|
5265 |
|
|
2001-06-01 Hans-Peter Nilsson
|
5266 |
|
|
|
5267 |
|
|
* configure.in (libstdcxx_flags): Do not try to execute
|
5268 |
|
|
libstdc++-v3/testsuite_flags until it exists.
|
5269 |
|
|
|
5270 |
|
|
2001-05-18 Benjamin Kosnik
|
5271 |
|
|
|
5272 |
|
|
* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
|
5273 |
|
|
|
5274 |
|
|
2001-05-09 Jeffrey Oldham
|
5275 |
|
|
|
5276 |
|
|
* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
|
5277 |
|
|
|
5278 |
|
|
Mon Apr 23 09:15:03 2001 Anthony Green
|
5279 |
|
|
|
5280 |
|
|
* configure.in: Move *-chorusos target case to the proper switch.
|
5281 |
|
|
Disable libgcj.
|
5282 |
|
|
|
5283 |
|
|
2001-04-13 Franz Sirl
|
5284 |
|
|
|
5285 |
|
|
* Makefile.in (STAGE1_CFLAGS): Pass down.
|
5286 |
|
|
|
5287 |
|
|
2001-04-13 Alan Modra
|
5288 |
|
|
|
5289 |
|
|
* config.guess: Add hppa64-linux support. Note for next import that
|
5290 |
|
|
this is already in the master file.
|
5291 |
|
|
* configure.in: Likewise. Accept `parisc' alias for `hppa'.
|
5292 |
|
|
|
5293 |
|
|
2001-03-22 Colin Howell
|
5294 |
|
|
|
5295 |
|
|
* Makefile.in (DO_X): Do not backslash single-quotes in
|
5296 |
|
|
backquotes (two places).
|
5297 |
|
|
|
5298 |
|
|
2001-03-18 Laurynas Biveinis
|
5299 |
|
|
|
5300 |
|
|
* Makefile.in (DO_X): Quote nested quotes.
|
5301 |
|
|
|
5302 |
|
|
2001-03-15 Laurynas Biveinis
|
5303 |
|
|
|
5304 |
|
|
* Makefile.in (DO_X): Use double quotes for quoting
|
5305 |
|
|
"RANLIB=$${RANLIB}".
|
5306 |
|
|
|
5307 |
|
|
2001-03-09 Nicola Pero
|
5308 |
|
|
|
5309 |
|
|
* configure.in: Only use `lang_requires' for languages athat are
|
5310 |
|
|
actually enabled.
|
5311 |
|
|
|
5312 |
|
|
2001-03-07 Tom Tromey
|
5313 |
|
|
|
5314 |
|
|
* configure.in: Allow config-lang.in to set `lang_requires' to list
|
5315 |
|
|
of other required languages.
|
5316 |
|
|
|
5317 |
|
|
2001-03-06 Laurynas Biveinis
|
5318 |
|
|
|
5319 |
|
|
* Makefile.in: Remove RANLIB definition. Use RANLIB
|
5320 |
|
|
in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
|
5321 |
|
|
EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
|
5322 |
|
|
|
5323 |
|
|
2001-02-28 Benjamin Kosnik
|
5324 |
|
|
Alexandre Oliva
|
5325 |
|
|
|
5326 |
|
|
* Makefile.in (check-c++): Use tabs, not spaces.
|
5327 |
|
|
|
5328 |
|
|
2001-02-19 Benjamin Kosnik
|
5329 |
|
|
|
5330 |
|
|
* Makefile.in (check-c++): New rule.
|
5331 |
|
|
|
5332 |
|
|
* configure.in (target_libs): Remove libg++.
|
5333 |
|
|
(noconfigdirs): Remove libg++.
|
5334 |
|
|
(noconfigdirs): Same.
|
5335 |
|
|
(noconfigdirs): Same.
|
5336 |
|
|
(noconfigdirs): Same.
|
5337 |
|
|
|
5338 |
|
|
* config-ml.in: Remove libg++ references.
|
5339 |
|
|
|
5340 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
|
5341 |
|
|
(ALL_TARGET_MODULES): Same.
|
5342 |
|
|
(configure-target-libg++): Remove.
|
5343 |
|
|
(all-target-libg++): Remove.
|
5344 |
|
|
(configure-target-libio): Remove.
|
5345 |
|
|
(all-target-libio): Remove.
|
5346 |
|
|
(check-target-libio): Remove.
|
5347 |
|
|
(.PHONY): Remove.
|
5348 |
|
|
(libg++.tar.bz2): Remove.
|
5349 |
|
|
(all-target-cygmon): Remove libio.
|
5350 |
|
|
(all-target-libstdc++): Remove.
|
5351 |
|
|
(configure-target-libstdc++): Remove.
|
5352 |
|
|
(TARGET_LIB_PATH): Remove libstdc++.
|
5353 |
|
|
(ALL_GCC_CXX): Remove libstdc++.
|
5354 |
|
|
(all-target-gperf): Correct.
|
5355 |
|
|
|
5356 |
|
|
2001-02-15 Anthony Green
|
5357 |
|
|
|
5358 |
|
|
* configure: Introduce GCJ_FOR_TARGET.
|
5359 |
|
|
* configure.in: Ditto.
|
5360 |
|
|
* Makefile.in: Ditto.
|
5361 |
|
|
|
5362 |
|
|
2001-02-08 Chandrakala Chavva
|
5363 |
|
|
|
5364 |
|
|
* configure.in: for *-chorusos, don't config target-newlib and
|
5365 |
|
|
target-libgloss.
|
5366 |
|
|
|
5367 |
|
|
2001-02-04 Mark Mitchell
|
5368 |
|
|
|
5369 |
|
|
Remove V2 C++ library.
|
5370 |
|
|
* configure.in: Remove --enable-libstdcxx_v3 support.
|
5371 |
|
|
|
5372 |
|
|
2001-01-27 Richard Henderson
|
5373 |
|
|
|
5374 |
|
|
* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
|
5375 |
|
|
|
5376 |
|
|
2001-01-26 Tom Tromey
|
5377 |
|
|
|
5378 |
|
|
* configure.in: Allow libgcj to be built on Sparc Solaris.
|
5379 |
|
|
|
5380 |
|
|
2001-01-23 Bryce McKinlay
|
5381 |
|
|
|
5382 |
|
|
* configure.in: Enable libgcj on several additional platforms.
|
5383 |
|
|
|
5384 |
|
|
2001-01-22 Bryce McKinlay
|
5385 |
|
|
|
5386 |
|
|
* configure.in: Enable libgcj for linux targets.
|
5387 |
|
|
|
5388 |
|
|
2001-01-09 Mike Stump
|
5389 |
|
|
|
5390 |
|
|
* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
|
5391 |
|
|
failures of subdirectories.
|
5392 |
|
|
|
5393 |
|
|
2001-01-02 Laurynas Biveinis
|
5394 |
|
|
|
5395 |
|
|
* configure: handle DOS-style absolute paths.
|
5396 |
|
|
|
5397 |
|
|
2001-01-02 Laurynas Biveinis
|
5398 |
|
|
|
5399 |
|
|
* configure.in: remove supported directories from $noconfigdirs for DJGPP.
|
5400 |
|
|
|
5401 |
|
|
2000-12-18 Benjamin Kosnik
|
5402 |
|
|
|
5403 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
|
5404 |
|
|
(libstdcxx_incdir): Pass down.
|
5405 |
|
|
* config.if: Remove expired bits for cxx_interface, add stub.
|
5406 |
|
|
(libstdcxx_incdir): Add variable for g++ include directory.
|
5407 |
|
|
* configure.in (gxx_include_dir): Use it.
|
5408 |
|
|
|
5409 |
|
|
2000-12-15 Andreas Jaeger
|
5410 |
|
|
|
5411 |
|
|
* configure.in: Handle lang_dirs.
|
5412 |
|
|
|
5413 |
|
|
2000-12-13 Anthony Green
|
5414 |
|
|
|
5415 |
|
|
* configure.in: Disable libgcj for any target not specifically
|
5416 |
|
|
listed. Disable libgcj for x86 and Alpha Linux until compatible
|
5417 |
|
|
with g++ abi.
|
5418 |
|
|
|
5419 |
|
|
2000-12-13 Mike Stump
|
5420 |
|
|
|
5421 |
|
|
* Makefile.in (local-distclean): Also remove fastjar.
|
5422 |
|
|
|
5423 |
|
|
2000-12-10 Anthony Green
|
5424 |
|
|
|
5425 |
|
|
* configure.in: Define libgcj. Disable libgcj target libraries for
|
5426 |
|
|
most targets.
|
5427 |
|
|
|
5428 |
|
|
2000-12-09 Alexandre Petit-Bianco
|
5429 |
|
|
|
5430 |
|
|
* configure.in (target_libs): Revert 2000-12-08 patch.
|
5431 |
|
|
(noconfigdirs): Added target-libjava.
|
5432 |
|
|
|
5433 |
|
|
2000-12-09 Laurynas Biveinis
|
5434 |
|
|
|
5435 |
|
|
* Makefile.in: handle DOS-style absolute paths.
|
5436 |
|
|
|
5437 |
|
|
2000-12-08 Alexandre Petit-Bianco
|
5438 |
|
|
|
5439 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
|
5440 |
|
|
libjava.
|
5441 |
|
|
* configure.in (target_libs): Removed `target-libjava'.
|
5442 |
|
|
|
5443 |
|
|
2000-12-08 Alexandre Petit-Bianco
|
5444 |
|
|
|
5445 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
|
5446 |
|
|
(ALL_MODULES): Added fastjar.
|
5447 |
|
|
(NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
|
5448 |
|
|
(all-target-libjava): all-fastjar replaces all-zip.
|
5449 |
|
|
(all-fastjar): Added.
|
5450 |
|
|
(configure-target-fastjar, all-target-fastjar): Likewise.
|
5451 |
|
|
* configure.in (host_tools): Added fastjar.
|
5452 |
|
|
|
5453 |
|
|
2000-12-07 Mike Stump
|
5454 |
|
|
|
5455 |
|
|
* Makefile.in (local-distclean): Remove leftover built files.
|
5456 |
|
|
|
5457 |
|
|
2000-11-16 Fred Fish
|
5458 |
|
|
|
5459 |
|
|
* configure.in (enable_libstdcxx_v3): Fix typo,
|
5460 |
|
|
libstd++ -> libstdc++.
|
5461 |
|
|
|
5462 |
|
|
2000-11-13 Joseph S. Myers
|
5463 |
|
|
|
5464 |
|
|
* configure: Provide the original toplevel configure arguments
|
5465 |
|
|
(including $0) to subprocesses in the environment rather than
|
5466 |
|
|
through gcc/configargs.h.
|
5467 |
|
|
|
5468 |
|
|
2000-11-12 Mark Mitchell
|
5469 |
|
|
|
5470 |
|
|
* configure: Turn on libstdc++ V3 by default.
|
5471 |
|
|
|
5472 |
|
|
2000-10-16 Michael Meissner
|
5473 |
|
|
|
5474 |
|
|
* configure (gcc/configargs.h): Only create if there is a build GCC
|
5475 |
|
|
directory created.
|
5476 |
|
|
|
5477 |
|
|
2000-10-05 Phil Edwards
|
5478 |
|
|
|
5479 |
|
|
* configure: Save configure arguments to gcc/configargs.h.
|
5480 |
|
|
|
5481 |
|
|
2000-10-04 Andris Pavenis
|
5482 |
|
|
|
5483 |
|
|
* Makefile.in (bootstrap): avoid recursion if subdir missing
|
5484 |
|
|
(cross): ditto
|
5485 |
|
|
(do-proto-toplev): ditto
|
5486 |
|
|
|
5487 |
|
|
Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
|
5488 |
|
|
|
5489 |
|
|
* configure.in: Do not build byacc for hppa64. Provide paths to the
|
5490 |
|
|
X11 libraries for hppa64.
|
5491 |
|
|
|
5492 |
|
|
2000-09-02 Anthony Green
|
5493 |
|
|
|
5494 |
|
|
* Makefile.in (all-gcc): Depend on all-zlib.
|
5495 |
|
|
(CLEAN_MODULES): Add clean-zlib.
|
5496 |
|
|
(ALL_MODULES): Add all-zlib.
|
5497 |
|
|
* configure.in (host_libs): Add zlib.
|
5498 |
|
|
|
5499 |
|
|
2000-08-25 Alexandre Oliva
|
5500 |
|
|
|
5501 |
|
|
* configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
|
5502 |
|
|
$targargs to tell whether newlib is going to be built.
|
5503 |
|
|
|
5504 |
|
|
* configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
|
5505 |
|
|
$$r/TARGET_SUBDIR/libio for _G_config.h.
|
5506 |
|
|
|
5507 |
|
|
2000-08-14 Zack Weinberg
|
5508 |
|
|
|
5509 |
|
|
* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
|
5510 |
|
|
|
5511 |
|
|
* configure: Make enable_threads and enable_shared defaults
|
5512 |
|
|
explicit. Substitute enable_threads into generated Makefiles.
|
5513 |
|
|
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
|
5514 |
|
|
* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
|
5515 |
|
|
|
5516 |
|
|
2000-08-02 Manfred Hollstein
|
5517 |
|
|
|
5518 |
|
|
* configure.in: Re-enable all references to libg++ and librx.
|
5519 |
|
|
|
5520 |
|
|
2002-04-09 Loren James Rittle
|
5521 |
|
|
|
5522 |
|
|
* configure.in: Add *-*-freebsd* configurations.
|
5523 |
|
|
|
5524 |
|
|
2002-04-07 Andrew Cagney
|
5525 |
|
|
|
5526 |
|
|
* Makefile.in (do-tar-bz2): Delete rule. Replace with ...
|
5527 |
|
|
(do-tar, do-bz2): New rules.
|
5528 |
|
|
(taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
|
5529 |
|
|
(gdb-tar): New rule.
|
5530 |
|
|
(gdb-taz): Rewrite. Use gdb-tar and do-bz2.
|
5531 |
|
|
(insight_dejagnu.tar): New rule.
|
5532 |
|
|
(insight.tar): New rule.
|
5533 |
|
|
(gdb+dejagnu.tar): New rule.
|
5534 |
|
|
(gdb.tar): New rule.
|
5535 |
|
|
|
5536 |
|
|
2002-04-07 Andrew Cagney
|
5537 |
|
|
|
5538 |
|
|
* MAINTAINERS: Update dejagnu/
|
5539 |
|
|
|
5540 |
|
|
2002-03-16 Alexandre Oliva
|
5541 |
|
|
|
5542 |
|
|
* ltmain.sh (relink_command): Fix typo in previous change.
|
5543 |
|
|
|
5544 |
|
|
2002-03-15 Alexandre Oliva
|
5545 |
|
|
|
5546 |
|
|
* ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
|
5547 |
|
|
(relink_command): Added --tag flags.
|
5548 |
|
|
(mode=install): If relinking fails; error out.
|
5549 |
|
|
|
5550 |
|
|
2002-03-12 Richard Henderson
|
5551 |
|
|
|
5552 |
|
|
* Makefile.in (NOTPARALLEL): New. Use it instead of explicit
|
5553 |
|
|
.NOTPARALLEL tag.
|
5554 |
|
|
(do-check): Rename from check.
|
5555 |
|
|
(check): Allow parallel check.
|
5556 |
|
|
|
5557 |
|
|
2002-03-11 Richard Henderson
|
5558 |
|
|
|
5559 |
|
|
* Makefile.in (.NOTPARALLEL): Add fake tag.
|
5560 |
|
|
|
5561 |
|
|
2002-03-07 H.J. Lu (hjl@gnu.org)
|
5562 |
|
|
|
5563 |
|
|
* configure.in: Enable gprof for mips*-*-linux*.
|
5564 |
|
|
|
5565 |
|
|
2002-02-28 Alexandre Oliva
|
5566 |
|
|
|
5567 |
|
|
* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
|
5568 |
|
|
libjava.
|
5569 |
|
|
(CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
|
5570 |
|
|
|
5571 |
|
|
2002-02-24 Andrew Cagney
|
5572 |
|
|
|
5573 |
|
|
* texinfo/texinfo.tex: Update to version 2002-02-14.08.
|
5574 |
|
|
|
5575 |
|
|
2002-02-23 Daniel Jacobowitz
|
5576 |
|
|
|
5577 |
|
|
* config.guess: Import from master sources, rev 1.232.
|
5578 |
|
|
* config.sub: Import from master sources, rev 1.246.
|
5579 |
|
|
|
5580 |
|
|
2002-02-23 Alexandre Oliva
|
5581 |
|
|
|
5582 |
|
|
* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
|
5583 |
|
|
because its Makefile is there; test for the executable instead.
|
5584 |
|
|
|
5585 |
|
|
2002-02-09 Alexandre Oliva
|
5586 |
|
|
|
5587 |
|
|
Contribute sh64-elf.
|
5588 |
|
|
2000-12-01 Alexandre Oliva
|
5589 |
|
|
* configure.in: Added sh64-*-*.
|
5590 |
|
|
|
5591 |
|
|
2002-02-04 Jeff Johnston
|
5592 |
|
|
|
5593 |
|
|
* COPYING.NEWLIB: Remove advertising clause from
|
5594 |
|
|
Berkeley and Red Hat licenses.
|
5595 |
|
|
|
5596 |
|
|
2002-02-01 Mo DeJong
|
5597 |
|
|
|
5598 |
|
|
* Makefile.in: Add all-tix to deps for all-snavigator
|
5599 |
|
|
so that tix is built when building snavigator.
|
5600 |
|
|
|
5601 |
|
|
2002-02-01 Ben Elliston
|
5602 |
|
|
|
5603 |
|
|
* config.guess: Import from master sources, rev 1.229.
|
5604 |
|
|
* config.sub: Import from master sources, rev 1.240.
|
5605 |
|
|
|
5606 |
|
|
2002-01-27 Daniel Jacobowitz
|
5607 |
|
|
|
5608 |
|
|
From Steve Ellcey :
|
5609 |
|
|
* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
|
5610 |
|
|
(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
|
5611 |
|
|
lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
|
5612 |
|
|
IA64.
|
5613 |
|
|
* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
|
5614 |
|
|
* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
|
5615 |
|
|
soname_spec, sys_lib_search_path_spec): Ditto.
|
5616 |
|
|
|
5617 |
|
|
2002-01-26 Jason Thorpe
|
5618 |
|
|
|
5619 |
|
|
* configure.in (*-*-netbsd*): New. Skip target-newlib,
|
5620 |
|
|
target-libiberty, and target-libgloss. Skip Java-related
|
5621 |
|
|
libraries if not supported for NetBSD on target CPU.
|
5622 |
|
|
|
5623 |
|
|
2002-01-23 Nick Clifton
|
5624 |
|
|
|
5625 |
|
|
* configure.in: Import StrongARM and XScale target_configdirs from
|
5626 |
|
|
FSF GCC version.
|
5627 |
|
|
|
5628 |
|
|
2002-01-16 H.J. Lu (hjl@gnu.org)
|
5629 |
|
|
|
5630 |
|
|
* config.guess: Import from master sources, rev 1.225.
|
5631 |
|
|
* config.sub: Import from master sources, rev 1.238.
|
5632 |
|
|
|
5633 |
|
|
* MAINTAINERS: Updated notes on config.guess and config.sub.
|
5634 |
|
|
|
5635 |
|
|
2002-01-11 Steve Ellcey
|
5636 |
|
|
|
5637 |
|
|
* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
|
5638 |
|
|
ld and gdb are not supported.
|
5639 |
|
|
|
5640 |
|
|
2002-01-07 Jeff Johnston
|
5641 |
|
|
|
5642 |
|
|
* Change reference to Cygnus Solutions to be Red Hat.
|
5643 |
|
|
|
5644 |
|
|
2002-01-07 Jeff Johnston
|
5645 |
|
|
|
5646 |
|
|
* COPYING.NEWLIB: Update generic copyright date.
|
5647 |
|
|
|
5648 |
|
|
2002-01-07 Mark Salter
|
5649 |
|
|
|
5650 |
|
|
* configure.in: Remove target-bsp and target-cygmon from arm builds.
|
5651 |
|
|
Allow target-libgloss to be built for arm, strongarm, and xscale.
|
5652 |
|
|
|
5653 |
|
|
2002-01-03 Ben Elliston
|
5654 |
|
|
|
5655 |
|
|
* MAINTAINERS: Update URL for config.* scripts.
|
5656 |
|
|
|
5657 |
|
|
2001-12-18 Alan Modra
|
5658 |
|
|
|
5659 |
|
|
* config.sub: Import latest version.
|
5660 |
|
|
* config.guess: Likewise.
|
5661 |
|
|
|
5662 |
|
|
2001-12-13 Thomas Fitzsimmons
|
5663 |
|
|
|
5664 |
|
|
* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
|
5665 |
|
|
options for i[3456]86-pc-linux* native builds.
|
5666 |
|
|
|
5667 |
|
|
2001-12-05 Laurent Guerby
|
5668 |
|
|
|
5669 |
|
|
* MAINTAINERS: gcc adopts symlink-tree, refer more to
|
5670 |
|
|
libiberty.
|
5671 |
|
|
|
5672 |
|
|
Import this patch from gcc:
|
5673 |
|
|
|
5674 |
|
|
2000-12-09 Laurynas Biveinis
|
5675 |
|
|
|
5676 |
|
|
* symlink-tree: handle DOS-style absolute paths.
|
5677 |
|
|
|
5678 |
|
|
2001-11-28 DJ Delorie
|
5679 |
|
|
Zack Weinberg
|
5680 |
|
|
|
5681 |
|
|
When build != host, create libiberty for the build machine.
|
5682 |
|
|
|
5683 |
|
|
* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
|
5684 |
|
|
CONFIG_ARGUMENTS.
|
5685 |
|
|
(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
|
5686 |
|
|
New variables.
|
5687 |
|
|
(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
|
5688 |
|
|
and rules.
|
5689 |
|
|
(all.normal): Depend on ALL_BUILD_MODULES.
|
5690 |
|
|
(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
|
5691 |
|
|
(all-build-libiberty): Depend on configure-build-libiberty.
|
5692 |
|
|
|
5693 |
|
|
* configure: Calculate and substitute proper value for
|
5694 |
|
|
ALL_BUILD_MODULES.
|
5695 |
|
|
* configure.in: Create the build subdirectory.
|
5696 |
|
|
Calculate and substitute TARGET_CONFIGARGS (formerly
|
5697 |
|
|
CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
|
5698 |
|
|
|
5699 |
|
|
2001-11-26 Geoffrey Keating
|
5700 |
|
|
|
5701 |
|
|
* config.sub: Update to version 1.232 on subversion.
|
5702 |
|
|
|
5703 |
|
|
2001-11-20 Nick Clifton
|
5704 |
|
|
|
5705 |
|
|
* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
|
5706 |
|
|
files from .po files for a distribution.
|
5707 |
|
|
|
5708 |
|
|
2001-11-19 Hans-Peter Nilsson
|
5709 |
|
|
|
5710 |
|
|
* COPYING.NEWLIB: Mention preserved notice in specific parts.
|
5711 |
|
|
|
5712 |
|
|
2001-11-13 Jeff Holcomb
|
5713 |
|
|
|
5714 |
|
|
Merged from net gcc:
|
5715 |
|
|
2001-07-30 Jeff Sturm
|
5716 |
|
|
* ltcf-c.sh: Use $objext, not $ac_objext.
|
5717 |
|
|
2001-07-27 Mark Kettenis
|
5718 |
|
|
* ltcf-cxx.sh: Add support for GNU.
|
5719 |
|
|
2001-07-22 Timothy Wall
|
5720 |
|
|
* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
|
5721 |
|
|
default settings if using GNU tools with that configuration.
|
5722 |
|
|
* ltcf-cxx.sh: Ditto.
|
5723 |
|
|
* ltcf-gcj.sh: Ditto.
|
5724 |
|
|
2001-07-21 Michael Chastain
|
5725 |
|
|
* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
|
5726 |
|
|
HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
|
5727 |
|
|
* ltmain.sh: Mark as gcc-local.
|
5728 |
|
|
|
5729 |
|
|
2001-11-13 Jeff Holcomb
|
5730 |
|
|
|
5731 |
|
|
* Makefile.in (all-bison): Revert 2001-10-24.
|
5732 |
|
|
Don't depend on texinfo.
|
5733 |
|
|
|
5734 |
|
|
2001-11-12 Hans-Peter Nilsson
|
5735 |
|
|
|
5736 |
|
|
* COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
|
5737 |
|
|
|
5738 |
|
|
2001-11-08 Phil Edwards
|
5739 |
|
|
|
5740 |
|
|
* configure.in (--enable-languages): Be more permissive about
|
5741 |
|
|
syntax. Check for empty lists better. Warn about $LANGUAGES.
|
5742 |
|
|
|
5743 |
|
|
2001-11-06 Hans-Peter Nilsson
|
5744 |
|
|
|
5745 |
|
|
* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
|
5746 |
|
|
|
5747 |
|
|
2001-10-24 Jeff Holcomb
|
5748 |
|
|
|
5749 |
|
|
Makefile.in (all-bison): Don't depend on texinfo.
|
5750 |
|
|
|
5751 |
|
|
2001-10-03 Alan Modra
|
5752 |
|
|
|
5753 |
|
|
* gettext.m4: Test po/POTFILES.in exists before trying to read.
|
5754 |
|
|
|
5755 |
|
|
2001-09-29 Alexandre Oliva
|
5756 |
|
|
|
5757 |
|
|
* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
|
5758 |
|
|
|
5759 |
|
|
2001-09-28 Hans-Peter Nilsson
|
5760 |
|
|
|
5761 |
|
|
* config.sub, config.guess: Import latest from subversions.
|
5762 |
|
|
|
5763 |
|
|
2001-09-21 Alexandre Oliva
|
5764 |
|
|
|
5765 |
|
|
* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
|
5766 |
|
|
DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
|
5767 |
|
|
RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
|
5768 |
|
|
avoid quotes nesting problems.
|
5769 |
|
|
(NATIVE_CHECK_MODULES): Ditto, just for consistency.
|
5770 |
|
|
(DO_X): Export only variables that are set.
|
5771 |
|
|
|
5772 |
|
|
2001-09-19 Ben Elliston
|
5773 |
|
|
|
5774 |
|
|
* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
|
5775 |
|
|
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
|
5776 |
|
|
semantics. Use the shell built-in "type" command instead.
|
5777 |
|
|
|
5778 |
|
|
2001-09-15 Thiemo Seufer
|
5779 |
|
|
|
5780 |
|
|
* config.sub: Reverted the earlier change, this version is not the
|
5781 |
|
|
master file.
|
5782 |
|
|
|
5783 |
|
|
2001-09-14 Thiemo Seufer
|
5784 |
|
|
|
5785 |
|
|
* config.sub: Change machine triplets from mipsel*-* to mips*el-*.
|
5786 |
|
|
Add support for mips64.
|
5787 |
|
|
|
5788 |
|
|
2001-09-03 Jeff Holcomb
|
5789 |
|
|
|
5790 |
|
|
* configure.in: Enable libstdc++-v3 for h8300 targets.
|
5791 |
|
|
|
5792 |
|
|
2001-08-30 Eric Christopher
|
5793 |
|
|
Jason Eckhardt
|
5794 |
|
|
|
5795 |
|
|
* config.sub: Add support for mipsisa32.
|
5796 |
|
|
|
5797 |
|
|
2001-08-30 Eric Christopher
|
5798 |
|
|
|
5799 |
|
|
* config.sub, config.guess: Import latest from subversions.
|
5800 |
|
|
|
5801 |
|
|
2001-08-20 Alan Modra
|
5802 |
|
|
|
5803 |
|
|
* config.sub, config.guess: Import latest from subversions.
|
5804 |
|
|
|
5805 |
|
|
2001-07-26 DJ Delorie
|
5806 |
|
|
|
5807 |
|
|
* MAINTAINERS: Clarify libiberty merge rules and procedures.
|
5808 |
|
|
|
5809 |
|
|
2001-06-19 Alan Modra
|
5810 |
|
|
|
5811 |
|
|
* Makefile.in: Revert 2001-06-17.
|
5812 |
|
|
(VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
|
5813 |
|
|
|
5814 |
|
|
2001-06-17 H.J. Lu
|
5815 |
|
|
|
5816 |
|
|
* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
|
5817 |
|
|
(gas+binutils.tar.bz2): Likewise.
|
5818 |
|
|
(binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
|
5819 |
|
|
|
5820 |
|
|
Fri Jun 8 11:14:02 2001 Andrew Cagney
|
5821 |
|
|
|
5822 |
|
|
* Makefile.in (VER): When present, extract the version number from
|
5823 |
|
|
the file version.in.
|
5824 |
|
|
|
5825 |
|
|
2001-06-08 Alexandre Oliva , Jeff Sturm
|
5826 |
|
|
|
5827 |
|
|
* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
|
5828 |
|
|
gcc/xgcc is built, use -print-prog-name to find out the program
|
5829 |
|
|
name to use.
|
5830 |
|
|
|
5831 |
|
|
2001-06-04 Mark Mitchell
|
5832 |
|
|
|
5833 |
|
|
* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
|
5834 |
|
|
with_gcc]: Use `gcc -shared' to build a shared library.
|
5835 |
|
|
|
5836 |
|
|
2001-06-04 John David Anglin
|
5837 |
|
|
|
5838 |
|
|
* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
|
5839 |
|
|
archives.
|
5840 |
|
|
|
5841 |
|
|
2001-05-28 Simon Patarin
|
5842 |
|
|
|
5843 |
|
|
* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
|
5844 |
|
|
libraries when using g++ with native linker.
|
5845 |
|
|
|
5846 |
|
|
2001-05-28 Alexandre Oliva
|
5847 |
|
|
|
5848 |
|
|
* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
|
5849 |
|
|
|
5850 |
|
|
2001-05-24 Tom Rix
|
5851 |
|
|
|
5852 |
|
|
* configure.in : enable ld for aix
|
5853 |
|
|
|
5854 |
|
|
2001-05-22 Alexandre Oliva
|
5855 |
|
|
|
5856 |
|
|
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
|
5857 |
|
|
[aix4*|aix5*]: Prepend blank.
|
5858 |
|
|
|
5859 |
|
|
2001-05-20 Alexandre Oliva
|
5860 |
|
|
|
5861 |
|
|
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
|
5862 |
|
|
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
|
5863 |
|
|
of subdir/configure scripts to use the new libtool.m4.
|
5864 |
|
|
|
5865 |
|
|
2001-05-14 H.J. Lu
|
5866 |
|
|
|
5867 |
|
|
* config.if (libc_interface): Set to -libc6.2- for cross
|
5868 |
|
|
compiling to Linux/glibc 2.2.
|
5869 |
|
|
|
5870 |
|
|
2001-05-03 Alexandre Oliva
|
5871 |
|
|
|
5872 |
|
|
* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
|
5873 |
|
|
libgcj.
|
5874 |
|
|
|
5875 |
|
|
2001-04-26 Alexandre Oliva
|
5876 |
|
|
|
5877 |
|
|
* configure.in (noconfigdirs): Don't reset it from scratch in the
|
5878 |
|
|
target case; only append to it.
|
5879 |
|
|
|
5880 |
|
|
2001-04-26 Alexandre Oliva
|
5881 |
|
|
|
5882 |
|
|
* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
|
5883 |
|
|
sparc-*-solaris2.8]: Disable ${libgcj}.
|
5884 |
|
|
|
5885 |
|
|
2001-04-25 Alexandre Oliva
|
5886 |
|
|
|
5887 |
|
|
* configure.in (libgcj_saved): Copy from $libgcj.
|
5888 |
|
|
(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
|
5889 |
|
|
--disable-libgcj.
|
5890 |
|
|
|
5891 |
|
|
2001-04-20 Alexandre Oliva
|
5892 |
|
|
|
5893 |
|
|
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
|
5894 |
|
|
1.641.2.228.
|
5895 |
|
|
|
5896 |
|
|
2001-04-12 Alexandre Oliva
|
5897 |
|
|
|
5898 |
|
|
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
|
5899 |
|
|
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
|
5900 |
|
|
|
5901 |
|
|
2001-04-01 Alexandre Oliva
|
5902 |
|
|
|
5903 |
|
|
* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
|
5904 |
|
|
New macros.
|
5905 |
|
|
(bootstrap, cross): Use RECURSE_FLAGS.
|
5906 |
|
|
* configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
|
5907 |
|
|
|
5908 |
|
|
2001-03-27 Alexandre Oliva
|
5909 |
|
|
|
5910 |
|
|
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
|
5911 |
|
|
|
5912 |
|
|
2001-03-23 Nick Clifton
|
5913 |
|
|
|
5914 |
|
|
* README-maintainer-mode: Add note about inability to use "make
|
5915 |
|
|
distclean" in maintainer mode.
|
5916 |
|
|
|
5917 |
|
|
2001-03-22 Alexandre Oliva
|
5918 |
|
|
|
5919 |
|
|
Re-installed:
|
5920 |
|
|
2001-01-02 Laurynas Biveinis
|
5921 |
|
|
* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
|
5922 |
|
|
'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
|
5923 |
|
|
* ltcf-cxx.sh: Likewise.
|
5924 |
|
|
* ltcf-gcj.sh: Likewise.
|
5925 |
|
|
|
5926 |
|
|
2001-03-22 Philip Blundell
|
5927 |
|
|
|
5928 |
|
|
* config.sub, config.guess: Import latest from subversions.
|
5929 |
|
|
|
5930 |
|
|
2001-03-22 Alexandre Oliva
|
5931 |
|
|
|
5932 |
|
|
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
|
5933 |
|
|
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
|
5934 |
|
|
|
5935 |
|
|
2001-03-20 Michael Chastain
|
5936 |
|
|
|
5937 |
|
|
* Makefile.in: all-m4 depends on all-texinfo.
|
5938 |
|
|
|
5939 |
|
|
2001-03-08 Alexandre Oliva
|
5940 |
|
|
|
5941 |
|
|
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
|
5942 |
|
|
|
5943 |
|
|
2001-02-22 Jeff Johnston
|
5944 |
|
|
|
5945 |
|
|
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no
|
5946 |
|
|
longer valid.
|
5947 |
|
|
|
5948 |
|
|
2001-02-16 Nick Clifton
|
5949 |
|
|
|
5950 |
|
|
* configure.in (noconfigdirs): Allow configuration of texinfo
|
5951 |
|
|
for Cygwin hosts.
|
5952 |
|
|
|
5953 |
|
|
2001-02-09 Martin Schwidefsky
|
5954 |
|
|
|
5955 |
|
|
* config.guess: Add linux target for S/390.
|
5956 |
|
|
* config.sub: Likewise.
|
5957 |
|
|
* configure.in: Likewise.
|
5958 |
|
|
|
5959 |
|
|
2001-02-06 Ben Elliston
|
5960 |
|
|
|
5961 |
|
|
* configure: Output host type to stdout, not stderr.
|
5962 |
|
|
|
5963 |
|
|
2001-02-04 Michael Sokolov
|
5964 |
|
|
|
5965 |
|
|
* config.guess: Import from subversions.gnu.org (revision 1.181).
|
5966 |
|
|
* config.sub: Import from subversions.gnu.org (revision 1.199).
|
5967 |
|
|
|
5968 |
|
|
2001-01-30 Alan Modra
|
5969 |
|
|
|
5970 |
|
|
* config.guess: Handle hppa64-linux systems.
|
5971 |
|
|
|
5972 |
|
|
2001-01-27 Michael Sokolov
|
5973 |
|
|
|
5974 |
|
|
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
|
5975 |
|
|
Don't unset, it's non-portable and no longer necessary, set to empty
|
5976 |
|
|
instead.
|
5977 |
|
|
|
5978 |
|
|
2001-01-27 Michael Sokolov , Alexandre Oliva
|
5979 |
|
|
|
5980 |
|
|
* ltconfig: Shell portability fix for the tagname validity check.
|
5981 |
|
|
|
5982 |
|
|
2001-01-27 Michael Sokolov
|
5983 |
|
|
|
5984 |
|
|
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
|
5985 |
|
|
|
5986 |
|
|
2001-01-27 Alexandre Oliva
|
5987 |
|
|
|
5988 |
|
|
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
|
5989 |
|
|
* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
|
5990 |
|
|
|
5991 |
|
|
2001-01-24 Alexandre Oliva
|
5992 |
|
|
|
5993 |
|
|
* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
|
5994 |
|
|
keep at least one of build_libtool_libs or build_old_libs set to
|
5995 |
|
|
yes.
|
5996 |
|
|
|
5997 |
|
|
2001-01-24 Alexandre Oliva
|
5998 |
|
|
|
5999 |
|
|
* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
|
6000 |
|
|
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
|
6001 |
|
|
|
6002 |
|
|
2000-11-07 Philip Blundell
|
6003 |
|
|
|
6004 |
|
|
* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
|
6005 |
|
|
|
6006 |
|
|
2000-11-03 Philip Blundell
|
6007 |
|
|
|
6008 |
|
|
* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
|
6009 |
|
|
files.
|
6010 |
|
|
|
6011 |
|
|
2001-01-15 Jeff Johnston
|
6012 |
|
|
|
6013 |
|
|
* COPYING.NEWLIB: Put into source repository.
|
6014 |
|
|
|
6015 |
|
|
2001-01-15 Ben Elliston
|
6016 |
|
|
|
6017 |
|
|
* configure.in (host_tools): Add sid.
|
6018 |
|
|
Always configure cgen.
|
6019 |
|
|
* Makefile.in (all-sid): New target.
|
6020 |
|
|
(check-sid, clean-sid, install-sid): Likewise.
|
6021 |
|
|
|
6022 |
|
|
2001-01-07 Andreas Jaeger
|
6023 |
|
|
|
6024 |
|
|
* config.sub, config.guess: Update from subversions.
|
6025 |
|
|
|
6026 |
|
|
2000-12-12 Alexandre Oliva
|
6027 |
|
|
|
6028 |
|
|
* configure.in: Disable language-specific target libraries for
|
6029 |
|
|
languages that aren't enabled.
|
6030 |
|
|
|
6031 |
|
|
2000-11-24 Nick Clifton
|
6032 |
|
|
|
6033 |
|
|
* configure.in (xscale-elf): Add target.
|
6034 |
|
|
(xscale-coff): Add target.
|
6035 |
|
|
(c4x, c5x, tic54x): Move after ARM targets.
|
6036 |
|
|
|
6037 |
|
|
2000-11-23 Alexandre Oliva
|
6038 |
|
|
|
6039 |
|
|
* ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
|
6040 |
|
|
|
6041 |
|
|
2000-11-20 Ian Lance Taylor
|
6042 |
|
|
|
6043 |
|
|
* ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
|
6044 |
|
|
|
6045 |
|
|
2000-11-18 Alexandre Oliva
|
6046 |
|
|
|
6047 |
|
|
* Makefile.in: Merge with GCC and libgcj.
|
6048 |
|
|
(ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
|
6049 |
|
|
configure-target- when their configure scripts need the C
|
6050 |
|
|
or C++ library to have already been built to work properly.
|
6051 |
|
|
(do_proto_toplev): Set them to an empty string.
|
6052 |
|
|
|
6053 |
|
|
2000-11-18 Alexandre Oliva
|
6054 |
|
|
|
6055 |
|
|
* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
|
6056 |
|
|
(REALLY_SET_LIB_PATH): Use them.
|
6057 |
|
|
|
6058 |
|
|
2000-11-06 Christopher Faylor
|
6059 |
|
|
|
6060 |
|
|
* config.sub: Add support for Sun Chorus
|
6061 |
|
|
|
6062 |
|
|
2000-11-02 Per Lundberg
|
6063 |
|
|
|
6064 |
|
|
* config.sub: Add support for the *-storm-chaos OS.
|
6065 |
|
|
|
6066 |
|
|
2000-10-30 Stephane Carrez
|
6067 |
|
|
|
6068 |
|
|
* configure.in (noconfigdirs): Don't compile some
|
6069 |
|
|
of the libraries for 68HC11 & 68hc12 targets.
|
6070 |
|
|
|
6071 |
|
|
2000-09-30 Alexandre Oliva
|
6072 |
|
|
|
6073 |
|
|
* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
|
6074 |
|
|
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
|
6075 |
|
|
all affected `configure' scripts.
|
6076 |
|
|
|
6077 |
|
|
2000-09-25 Alexandre Oliva
|
6078 |
|
|
|
6079 |
|
|
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
|
6080 |
|
|
ltcf-c.sh.
|
6081 |
|
|
|
6082 |
|
|
2000-09-12 Philip Blundell
|
6083 |
|
|
|
6084 |
|
|
* config.sub, config.guess: Update from subversions.
|
6085 |
|
|
|
6086 |
|
|
2000-09-06 Alexandre Oliva
|
6087 |
|
|
|
6088 |
|
|
* Makefile.in (all-zlib): Added dummy target.
|
6089 |
|
|
|
6090 |
|
|
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
|
6091 |
|
|
multi-language branch.
|
6092 |
|
|
|
6093 |
|
|
2000-09-05 Alexandre Oliva
|
6094 |
|
|
|
6095 |
|
|
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
|
6096 |
|
|
(bootstrap*): Depend on all-bootstrap.
|
6097 |
|
|
|
6098 |
|
|
2000-09-02 Alexandre Oliva , DJ Delorie
|
6099 |
|
|
|
6100 |
|
|
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
|
6101 |
|
|
crosses, but add gcc/include to the header search path for them.
|
6102 |
|
|
|
6103 |
|
|
2000-08-31 Alexandre Oliva
|
6104 |
|
|
|
6105 |
|
|
* ltconfig, ltmain.sh: Updated from libtool multi-language branch.
|
6106 |
|
|
* libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
|
6107 |
|
|
* gettext.m4: New file, extracted from aclocal.m4.
|
6108 |
|
|
|
6109 |
|
|
2000-08-22 Alexandre Oliva
|
6110 |
|
|
|
6111 |
|
|
* config-ml.in (CC, CXX): Avoid trailing whitespace.
|
6112 |
|
|
(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
|
6113 |
|
|
sub-configures.
|
6114 |
|
|
|
6115 |
|
|
2000-08-20 Doug Evans
|
6116 |
|
|
|
6117 |
|
|
* Makefile.in (ALL_MODULES): Add all-cgen.
|
6118 |
|
|
(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
|
6119 |
|
|
(all-cgen): New target.
|
6120 |
|
|
(all-opcodes,all-sim): Depend on all-cgen.
|
6121 |
|
|
* configure.in (host_tools): Add cgen.
|
6122 |
|
|
Only configure cgen if --enable-cgen-maint.
|
6123 |
|
|
|
6124 |
|
|
2000-08-17 Alexandre Oliva
|
6125 |
|
|
|
6126 |
|
|
* config-ml.in (CC, CXX): Don't introduce a leading space.
|
6127 |
|
|
|
6128 |
|
|
2000-08-16 Alexandre Oliva
|
6129 |
|
|
|
6130 |
|
|
* configure.in (libstdcxx_flags): Use
|
6131 |
|
|
libstdc++-v3/src/libstdc++.INC.
|
6132 |
|
|
|
6133 |
|
|
2000-08-15 Alexandre Oliva
|
6134 |
|
|
|
6135 |
|
|
* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
|
6136 |
|
|
|
6137 |
|
|
2000-08-11 Jason Merrill
|
6138 |
|
|
|
6139 |
|
|
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
|
6140 |
|
|
CXX_FOR_TARGET): Add -B$$r/gcc/ here.
|
6141 |
|
|
(FLAGS_FOR_TARGET): Not here.
|
6142 |
|
|
(CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
|
6143 |
|
|
|
6144 |
|
|
2000-08-07 DJ Delorie
|
6145 |
|
|
|
6146 |
|
|
* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
|
6147 |
|
|
"if we're also building gcc, and it's a gcc that will run on the
|
6148 |
|
|
build machine, we want to use its includes instead of the system's
|
6149 |
|
|
default includes".
|
6150 |
|
|
|
6151 |
|
|
2000-08-03 Alexandre Oliva
|
6152 |
|
|
|
6153 |
|
|
* configure.in (libstdcxx_flags): Don't use `"'.
|
6154 |
|
|
|
6155 |
|
|
* config-ml.in: Adjust multilib search paths to the
|
6156 |
|
|
appropriate multilib tree.
|
6157 |
|
|
|
6158 |
|
|
2000-08-02 Alexandre Oliva
|
6159 |
|
|
|
6160 |
|
|
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
|
6161 |
|
|
commas in $LANGUAGES.
|
6162 |
|
|
|
6163 |
|
|
2000-08-01 Alexandre Oliva
|
6164 |
|
|
|
6165 |
|
|
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
|
6166 |
|
|
|
6167 |
|
|
2000-07-31 Alexandre Oliva
|
6168 |
|
|
|
6169 |
|
|
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
|
6170 |
|
|
CXX_FOR_TARGET for sed.
|
6171 |
|
|
|
6172 |
|
|
2000-07-30 Alexandre Oliva
|
6173 |
|
|
|
6174 |
|
|
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
|
6175 |
|
|
Do not override if already set in the environment or in configure.
|
6176 |
|
|
Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
|
6177 |
|
|
(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
|
6178 |
|
|
|
6179 |
|
|
2000-07-27 Alexandre Oliva
|
6180 |
|
|
|
6181 |
|
|
* Makefile.in (FLAGS_FOR_TARGET): New macro.
|
6182 |
|
|
(GCC_FOR_TARGET): Use it.
|
6183 |
|
|
(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
|
6184 |
|
|
* configure.in: ... here.
|
6185 |
|
|
(FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
|
6186 |
|
|
(libstdcxx_flags): Define and append to CXX_FOR_TARGET.
|
6187 |
|
|
|
6188 |
|
|
2000-07-24 Alexandre Oliva
|
6189 |
|
|
|
6190 |
|
|
* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
|
6191 |
|
|
(configure-target-libchill, configure-target-libobjc): Likewise.
|
6192 |
|
|
|
6193 |
|
|
* configure.in: Use the same cache file for all target libs.
|
6194 |
|
|
* config-ml.in: But different cache files per multilib variant.
|
6195 |
|
|
|
6196 |
|
|
2000-07-23 Michael Sokolov
|
6197 |
|
|
|
6198 |
|
|
* configure (topsrcdir): Don't use dirname.
|
6199 |
|
|
|
6200 |
|
|
2000-07-20 Jason Merrill
|
6201 |
|
|
|
6202 |
|
|
* configure.in: Remove all references to libg++ and librx.
|
6203 |
|
|
|
6204 |
|
|
* configure, configure.in, Makefile.in: Unify gcc and binutils.
|
6205 |
|
|
|
6206 |
|
|
2000-07-20 Hans-Peter Nilsson
|
6207 |
|
|
|
6208 |
|
|
* config.sub: Update to subversions version 2000-07-06.
|
6209 |
|
|
|
6210 |
|
|
2000-07-12 Andrew Haley
|
6211 |
|
|
|
6212 |
|
|
* configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
|
6213 |
|
|
(target_makefile_frag): Use mt-ia64pic on IA-64 targets.
|
6214 |
|
|
|
6215 |
|
|
2000-07-07 Phil Edwards
|
6216 |
|
|
|
6217 |
|
|
* symlink-tree: Check number of arguments.
|
6218 |
|
|
|
6219 |
|
|
2000-06-06 Andrew Cagney
|
6220 |
|
|
|
6221 |
|
|
* texinfo/texinfo.tex: Update to version 2000-05-28.15.
|
6222 |
|
|
|
6223 |
|
|
2000-07-05 Jim Wilson
|
6224 |
|
|
|
6225 |
|
|
* Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
|
6226 |
|
|
search path for a g++ extracted from the build tree. This
|
6227 |
|
|
will allow link tests run by configure scripts in
|
6228 |
|
|
subdirectories to succeed.
|
6229 |
|
|
|
6230 |
|
|
2000-07-01 Koundinya K
|
6231 |
|
|
|
6232 |
|
|
* ltconfig: Add support for mips-dde-sysv4.2MP
|
6233 |
|
|
|
6234 |
|
|
2000-06-28 Corinna Vinschen
|
6235 |
|
|
|
6236 |
|
|
* ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
|
6237 |
|
|
`os2'. Force ac_cv_exeext to be ".exe" in that case.
|
6238 |
|
|
|
6239 |
|
|
2000-06-19 Timothy Wall
|
6240 |
|
|
|
6241 |
|
|
* configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
|
6242 |
|
|
* config.sub: Add tic54x target.
|
6243 |
|
|
|
6244 |
|
|
2000-06-07 Phillip Thomas
|
6245 |
|
|
|
6246 |
|
|
* README-maintainer-mode: New file: Contains notes on using
|
6247 |
|
|
--enable-maintainer-mode with binutils.
|
6248 |
|
|
|
6249 |
|
|
2000-05-29 Andrew Cagney
|
6250 |
|
|
|
6251 |
|
|
* texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
|
6252 |
|
|
|
6253 |
|
|
2000-05-30 Andrew Cagney
|
6254 |
|
|
|
6255 |
|
|
* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
|
6256 |
|
|
* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
|
6257 |
|
|
|
6258 |
|
|
20000-05-21 H.J. Lu (hjl@gnu.org)
|
6259 |
|
|
|
6260 |
|
|
* Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
|
6261 |
|
|
directory are used if they exist. Make sure
|
6262 |
|
|
$(build_tooldir)/include is searched for header files,
|
6263 |
|
|
$(build_tooldir)/lib/ for library files.
|
6264 |
|
|
(GCC_FOR_TARGET): Likewise.
|
6265 |
|
|
(CXX_FOR_TARGET): Likewise.
|
6266 |
|
|
|
6267 |
|
|
2000-05-18 Jeffrey A Law (law@cygnus.com)
|
6268 |
|
|
|
6269 |
|
|
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
|
6270 |
|
|
|
6271 |
|
|
2000-05-17 Alexandre Oliva
|
6272 |
|
|
|
6273 |
|
|
* Makefile.in (configure-target-libiberty): Depend on
|
6274 |
|
|
configure-target-newlib.
|
6275 |
|
|
|
6276 |
|
|
2000-05-16 Alexandre Oliva
|
6277 |
|
|
|
6278 |
|
|
* configure.in, Makefile.in: Merge all libffi-related
|
6279 |
|
|
configury stuff from the libgcj tree.
|
6280 |
|
|
|
6281 |
|
|
2000-05-16 Andrew Cagney
|
6282 |
|
|
|
6283 |
|
|
Thu Apr 27 11:01:48 2000 Andrew Cagney :
|
6284 |
|
|
* Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
|
6285 |
|
|
|
6286 |
|
|
2000-05-16 Andrew Cagney
|
6287 |
|
|
|
6288 |
|
|
Wed Apr 26 17:03:53 2000 Andrew Cagney :
|
6289 |
|
|
* Makefile.in (do-djunpack): New target. Update djunpack.bat with
|
6290 |
|
|
current version information. Add to proto-toplev directory.
|
6291 |
|
|
(gdb-taz): Build do-djunpack.
|
6292 |
|
|
|
6293 |
|
|
2000-05-15 David Edelsohn
|
6294 |
|
|
|
6295 |
|
|
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
|
6296 |
|
|
|
6297 |
|
|
2000-05-13 Alexandre Oliva
|
6298 |
|
|
|
6299 |
|
|
* ltmain.sh: Preserve in relink_command any environment
|
6300 |
|
|
variables that may affect the linker behavior.
|
6301 |
|
|
|
6302 |
|
|
2000-05-12 Jeffrey A Law (law@cygnus.com)
|
6303 |
|
|
|
6304 |
|
|
* config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
|
6305 |
|
|
|
6306 |
|
|
2000-05-10 Jim Wilson
|
6307 |
|
|
|
6308 |
|
|
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
|
6309 |
|
|
|
6310 |
|
|
2000-05-08 Eli Zaretskii
|
6311 |
|
|
|
6312 |
|
|
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
|
6313 |
|
|
with the version name.
|
6314 |
|
|
|
6315 |
|
|
2000-05-01 Benjamin Kosnik
|
6316 |
|
|
|
6317 |
|
|
* config.if: Tweak.
|
6318 |
|
|
|
6319 |
|
|
2000-04-23 Eli Zaretskii
|
6320 |
|
|
|
6321 |
|
|
* djunpack.bat: New file.
|
6322 |
|
|
|
6323 |
|
|
2000-04-19 Andrew Cagney
|
6324 |
|
|
|
6325 |
|
|
* Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
|
6326 |
|
|
gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
|
6327 |
|
|
dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
|
6328 |
|
|
insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
|
6329 |
|
|
|
6330 |
|
|
2000-04-16 Dave Pitts
|
6331 |
|
|
|
6332 |
|
|
* config.sub (case $basic_machine): Change default for "ibm-*"
|
6333 |
|
|
to "openedition".
|
6334 |
|
|
|
6335 |
|
|
2000-04-12 Andrew Cagney
|
6336 |
|
|
|
6337 |
|
|
* Makefile.in (gdb-taz): New target. GDB specific archive.
|
6338 |
|
|
(do-md5sum): New target.
|
6339 |
|
|
(MD5PROG): Define.
|
6340 |
|
|
(PACKAGE): Default to TOOL.
|
6341 |
|
|
(VER): Default to a shell script.
|
6342 |
|
|
(taz): Rewrite target. Move real work to do-proto-toplev. Include
|
6343 |
|
|
md5 checksum generation.
|
6344 |
|
|
(do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
|
6345 |
|
|
(do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
|
6346 |
|
|
(gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
|
6347 |
|
|
insight.tar.bz2): Use gdb-taz to create archive.
|
6348 |
|
|
|
6349 |
|
|
2000-04-07 Andrew Cagney
|
6350 |
|
|
|
6351 |
|
|
* configure (warn_cflags): Delete.
|
6352 |
|
|
|
6353 |
|
|
2000-04-05 Benjamin Kosnik
|
6354 |
|
|
Martin v. Loewis
|
6355 |
|
|
|
6356 |
|
|
* configure.in (enable_libstdcxx_v3): Add.
|
6357 |
|
|
(target_libs): Add bits here to switch between libstdc++-v2 and
|
6358 |
|
|
libstdc++-v3.
|
6359 |
|
|
* config.if: And this file too.
|
6360 |
|
|
* Makefile.in: Add libstdc++-v3 targets.
|
6361 |
|
|
|
6362 |
|
|
2000-04-05 Michael Meissner
|
6363 |
|
|
|
6364 |
|
|
* config.sub (d30v): Add d30v as a basic machine type.
|
6365 |
|
|
|
6366 |
|
|
2000-03-29 Jason Merrill
|
6367 |
|
|
|
6368 |
|
|
* configure.in: -linux-gnu*, not -linux-gnu.
|
6369 |
|
|
|
6370 |
|
|
2000-03-03 Andrew Cagney
|
6371 |
|
|
|
6372 |
|
|
* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
|
6373 |
|
|
(do-tar-bz2): Replace TOOL with PACKAGE.
|
6374 |
|
|
(gdb.tar.bz2): Remove GDBTK from GDB package.
|
6375 |
|
|
(gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
|
6376 |
|
|
dejagnu.tar.bz2): New packages.
|
6377 |
|
|
|
6378 |
|
|
2000-02-27 Andreas Jaeger
|
6379 |
|
|
|
6380 |
|
|
* configure.in: Add entry for mips*-*-linux*, move catch all
|
6381 |
|
|
*-*-*linux* entry below this one.
|
6382 |
|
|
|
6383 |
|
|
2000-02-27 Ian Lance Taylor
|
6384 |
|
|
|
6385 |
|
|
* ltconfig, ltmain.sh: Update to libtool 1.3.4.
|
6386 |
|
|
|
6387 |
|
|
2000-02-24 Nick Clifton
|
6388 |
|
|
|
6389 |
|
|
* config.sub: Support an OS of "wince".
|
6390 |
|
|
|
6391 |
|
|
2000-02-24 Andrew Cagney
|
6392 |
|
|
|
6393 |
|
|
* config.guess, config.sub: Updated to match config's 2000-02-15
|
6394 |
|
|
version.
|
6395 |
|
|
|
6396 |
|
|
2000-02-23 Linas Vepstas
|
6397 |
|
|
|
6398 |
|
|
* config.sub: Add support for Linux/IBM 370.
|
6399 |
|
|
* configure.in: Likewise.
|
6400 |
|
|
|
6401 |
|
|
2000-02-22 Nick Clifton
|
6402 |
|
|
|
6403 |
|
|
* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
|
6404 |
|
|
|
6405 |
|
|
2000-02-20 Christopher Faylor
|
6406 |
|
|
|
6407 |
|
|
* config.guess: Guess "cygwin" rather than "cygwin32".
|
6408 |
|
|
|
6409 |
|
|
2000-02-16 Kaveh R. Ghazi
|
6410 |
|
|
|
6411 |
|
|
* configure (gcc_version): When setting, narrow search to
|
6412 |
|
|
lines containing `version_string'.
|
6413 |
|
|
|
6414 |
|
|
2000-02-15 Denis Chertykov
|
6415 |
|
|
|
6416 |
|
|
* config.sub: Add support for avr target.
|
6417 |
|
|
|
6418 |
|
|
2000-02-01 Hans-Peter Nilsson
|
6419 |
|
|
|
6420 |
|
|
* config.sub: Add mmix-knuth-mmixware.
|
6421 |
|
|
|
6422 |
|
|
2000-01-27 Christopher Faylor
|
6423 |
|
|
|
6424 |
|
|
* Makefile.in (CC_FOR_TARGET): Add new winsup directory
|
6425 |
|
|
structure stuff to -L library search.
|
6426 |
|
|
(CXX_FOR_TARGET): Ditto.
|
6427 |
|
|
(CROSS_CHECK_MODULES): Fix spelling mistake.
|
6428 |
|
|
|
6429 |
|
|
2000-01-24 Mark Mitchell
|
6430 |
|
|
|
6431 |
|
|
* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
|
6432 |
|
|
the C++ compiler.
|
6433 |
|
|
|
6434 |
|
|
2000-01-12 Richard Henderson
|
6435 |
|
|
|
6436 |
|
|
* configure.in: Don't build some bits for beos.
|
6437 |
|
|
|
6438 |
|
|
2000-01-12 Joel Sherrill (joel@OARcorp.com)
|
6439 |
|
|
|
6440 |
|
|
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
|
6441 |
|
|
as include files.
|
6442 |
|
|
|
6443 |
|
|
2000-01-06 Geoff Keating
|
6444 |
|
|
|
6445 |
|
|
* configure.in: Use mt-aix43 to handle *_TARGET defs,
|
6446 |
|
|
not mh-aix43.
|
6447 |
|
|
|
6448 |
|
|
1999-12-14 Richard Henderson
|
6449 |
|
|
|
6450 |
|
|
* config.guess (alpha-osf, alpha-linux): Detect ev67.
|
6451 |
|
|
* config.sub: Accept alphaev[78], alphaev8.
|
6452 |
|
|
|
6453 |
|
|
1999-12-03 Alexandre Oliva
|
6454 |
|
|
|
6455 |
|
|
* config.guess, config.sub: Update from autoconf.
|
6456 |
|
|
|
6457 |
|
|
Tue Nov 23 00:57:41 1999 Rainer Orth
|
6458 |
|
|
|
6459 |
|
|
* config-ml.in (sparc*-*-*): Disable sparcv9 support if the
|
6460 |
|
|
necessary libraries are missing.
|
6461 |
|
|
|
6462 |
|
|
1999-10-25 Andreas Schwab
|
6463 |
|
|
|
6464 |
|
|
* configure: Fix quoting inside arguments of eval.
|
6465 |
|
|
|
6466 |
|
|
1999-10-21 Nick Clifton
|
6467 |
|
|
|
6468 |
|
|
* config-ml.in: Allow suppression of some ARM multilibs.
|
6469 |
|
|
|
6470 |
|
|
Tue Sep 7 23:33:57 1999 Linas Vepstas
|
6471 |
|
|
|
6472 |
|
|
* config.guess: Add OS/390 match pattern.
|
6473 |
|
|
* config.sub: Add mvs, openedition targets.
|
6474 |
|
|
* configure.in (i370-ibm-opened*): New.
|
6475 |
|
|
|
6476 |
|
|
1999-09-04 Steve Chamberlain
|
6477 |
|
|
|
6478 |
|
|
* config.sub: Add support for configuring for pj.
|
6479 |
|
|
|
6480 |
|
|
1999-08-31 Nick Clifton
|
6481 |
|
|
|
6482 |
|
|
* config.sub (maybe_os): Add support for configuring for fr30.
|
6483 |
|
|
|
6484 |
|
|
1999-08-25 Nick Clifton
|
6485 |
|
|
|
6486 |
|
|
* configure.in: Do not configure or build ld for AIX
|
6487 |
|
|
platforms. ld is known to be broken on these platforms.
|
6488 |
|
|
|
6489 |
|
|
Wed Aug 25 01:12:25 1999 Rainer Orth
|
6490 |
|
|
|
6491 |
|
|
* config-ml.in: Pass compiler flag corresponding to multidirs to
|
6492 |
|
|
subdir configures.
|
6493 |
|
|
|
6494 |
|
|
1999-08-09 Ian Lance Taylor
|
6495 |
|
|
|
6496 |
|
|
* Makefile.in (LDFLAGS): Define.
|
6497 |
|
|
|
6498 |
|
|
1999-08-08 Mumit Khan
|
6499 |
|
|
|
6500 |
|
|
* configure.in (i[3456]-*-mingw32*): Don't put gprof in
|
6501 |
|
|
noconfigdirs.
|
6502 |
|
|
(*-*-cygwin*): Likewise.
|
6503 |
|
|
|
6504 |
|
|
1999-08-08 Ian Lance Taylor
|
6505 |
|
|
|
6506 |
|
|
* mkdep: New file.
|
6507 |
|
|
* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
|
6508 |
|
|
(BINUTILS_SUPPORT_DIRS): Add mkdep.
|
6509 |
|
|
|
6510 |
|
|
From Eli Zaretskii :
|
6511 |
|
|
* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
|
6512 |
|
|
long file name when using DJGPP on MS-DOS.
|
6513 |
|
|
|
6514 |
|
|
Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
|
6515 |
|
|
|
6516 |
|
|
* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
|
6517 |
|
|
|
6518 |
|
|
1999-07-30 Alan Modra
|
6519 |
|
|
|
6520 |
|
|
* Makefile.in (check-target-libio): Remove all-target-libstdc++
|
6521 |
|
|
dependency as this causes "make check" to globally "make all"
|
6522 |
|
|
|
6523 |
|
|
Tue Jun 22 23:45:18 1999 Tom Tromey
|
6524 |
|
|
|
6525 |
|
|
* configure.in (target_libs): Added target-zlib.
|
6526 |
|
|
* Makefile.in (ALL_TARGET_MODULES): Added zlib.
|
6527 |
|
|
(CONFIGURE_TARGET_MODULES): Likewise.
|
6528 |
|
|
(CHECK_TARGET_MODULES): Likewise.
|
6529 |
|
|
(INSTALL_TARGET_MODULES): Likewise.
|
6530 |
|
|
(CLEAN_TARGET_MODULES): Likewise.
|
6531 |
|
|
(configure-target-zlib): New target.
|
6532 |
|
|
(all-target-zlib): Likewise.
|
6533 |
|
|
(all-target-libjava): Depend on all-target-zlib.
|
6534 |
|
|
(configure-target-libjava): Depend on configure-target-zlib.
|
6535 |
|
|
|
6536 |
|
|
* Makefile.in (configure-target-libjava): Depend on
|
6537 |
|
|
configure-target-newlib.
|
6538 |
|
|
(configure-target-boehm-gc): New target.
|
6539 |
|
|
(configure-target-qthreads): New target.
|
6540 |
|
|
|
6541 |
|
|
* configure.in (target_libs): Added target-qthreads.
|
6542 |
|
|
* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
|
6543 |
|
|
(CONFIGURE_TARGET_MODULES): Likewise.
|
6544 |
|
|
(CHECK_TARGET_MODULES): Likewise.
|
6545 |
|
|
(INSTALL_TARGET_MODULES): Likewise.
|
6546 |
|
|
(CLEAN_TARGET_MODULES): Likewise.
|
6547 |
|
|
(all-target-qthreads): New target.
|
6548 |
|
|
(configure-target-libjava): Depend on configure-target-qthreads.
|
6549 |
|
|
(all-target-libjava): Depend on all-target-qthreads.
|
6550 |
|
|
|
6551 |
|
|
* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
|
6552 |
|
|
(CONFIGURE_TARGET_MODULES): Likewise.
|
6553 |
|
|
(CHECK_TARGET_MODULES): Likewise.
|
6554 |
|
|
(INSTALL_TARGET_MODULES): Likewise.
|
6555 |
|
|
(CLEAN_TARGET_MODULES): Likewise.
|
6556 |
|
|
(all-target-libjava): New target.
|
6557 |
|
|
(all-target-boehm-gc): Likewise.
|
6558 |
|
|
* configure.in (target_libs): Added libjava, boehm-gc.
|
6559 |
|
|
|
6560 |
|
|
1999-07-22 Ian Lance Taylor
|
6561 |
|
|
|
6562 |
|
|
* Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
|
6563 |
|
|
configure.bat in SUPPORT_FILES.
|
6564 |
|
|
(gas+binutils.tar.bz2): Likewise.
|
6565 |
|
|
|
6566 |
|
|
* makeall.bat: Remove; obsolete.
|
6567 |
|
|
|
6568 |
|
|
1999-07-21 Ian Lance Taylor
|
6569 |
|
|
|
6570 |
|
|
From Mark Elbrecht:
|
6571 |
|
|
* configure.bat: Remove; obsolete.
|
6572 |
|
|
|
6573 |
|
|
1999-07-11 Ian Lance Taylor
|
6574 |
|
|
|
6575 |
|
|
* configure: Add -W -Wall to the default CFLAGS when compiling with
|
6576 |
|
|
gcc.
|
6577 |
|
|
|
6578 |
|
|
Thu Jul 8 12:32:23 1999 John David Anglin
|
6579 |
|
|
|
6580 |
|
|
* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
|
6581 |
|
|
|
6582 |
|
|
1999-06-30 Mark Mitchell
|
6583 |
|
|
|
6584 |
|
|
* configure.in: Build ld on IRIX6.
|
6585 |
|
|
|
6586 |
|
|
1999-06-12 Ian Lance Taylor
|
6587 |
|
|
|
6588 |
|
|
* Makefile.in: Change distribution targets to use bzip2 instead of
|
6589 |
|
|
gzip.
|
6590 |
|
|
(TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
|
6591 |
|
|
(taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
|
6592 |
|
|
|
6593 |
|
|
1999-06-04 Nick Clifton
|
6594 |
|
|
|
6595 |
|
|
* config.sub: Add mcore target.
|
6596 |
|
|
|
6597 |
|
|
1999-05-30 Cort Dougan
|
6598 |
|
|
|
6599 |
|
|
* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
|
6600 |
|
|
|
6601 |
|
|
1999-05-25 H.J. Lu (hjl@gnu.org)
|
6602 |
|
|
|
6603 |
|
|
* config.guess (dummy): Changed to $dummy.
|
6604 |
|
|
|
6605 |
|
|
1999-05-24 Nick Clifton
|
6606 |
|
|
|
6607 |
|
|
* config.sub: Tidied up case statements.
|
6608 |
|
|
|
6609 |
|
|
1999-05-22 Ben Elliston
|
6610 |
|
|
|
6611 |
|
|
* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
|
6612 |
|
|
.
|
6613 |
|
|
|
6614 |
|
|
* config.guess: Merge with FSF version. Future changes will be
|
6615 |
|
|
more accurately recorded in this ChangeLog.
|
6616 |
|
|
* config.sub: Likewise.
|
6617 |
|
|
|
6618 |
|
|
1999-05-20 Stephen L Moshier
|
6619 |
|
|
|
6620 |
|
|
* Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
|
6621 |
|
|
|
6622 |
|
|
1999-04-30 Tom Tromey
|
6623 |
|
|
|
6624 |
|
|
* ltmain.sh: [mode link] Always use CC given by ltconfig.
|
6625 |
|
|
|
6626 |
|
|
1999-04-23 Tom Tromey
|
6627 |
|
|
|
6628 |
|
|
* ltconfig, ltmain.sh: Update to libtool 1.2f.
|
6629 |
|
|
|
6630 |
|
|
1999-04-20 Drew Moseley
|
6631 |
|
|
|
6632 |
|
|
* configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
|
6633 |
|
|
(noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
|
6634 |
|
|
Bad merge removed these two changes.
|
6635 |
|
|
|
6636 |
|
|
Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
|
6637 |
|
|
Martin Heller (Ing.-Buero_Heller@t-online.de)
|
6638 |
|
|
|
6639 |
|
|
* config.guess (interix Alpha): Add.
|
6640 |
|
|
|
6641 |
|
|
1999-04-11 Richard Henderson
|
6642 |
|
|
|
6643 |
|
|
* configure.in (i?86-*-beos*): Do config gperf; don't config
|
6644 |
|
|
gdb, newlib, or libgloss.
|
6645 |
|
|
|
6646 |
|
|
1999-04-11 Alexandre Oliva
|
6647 |
|
|
|
6648 |
|
|
* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
|
6649 |
|
|
link a trivial program with -mabi=64. If it fails, remove mabi=64
|
6650 |
|
|
from multidirs.
|
6651 |
|
|
|
6652 |
|
|
1999-04-10 Philipp Thomas (kthomas@gwdg.de)
|
6653 |
|
|
|
6654 |
|
|
* config.sub: Set basic_machine to i586 when target_alias = k6-*.
|
6655 |
|
|
|
6656 |
|
|
1999-04-08 Nick Clifton
|
6657 |
|
|
|
6658 |
|
|
* config.sub: Add support for mcore targets.
|
6659 |
|
|
|
6660 |
|
|
1999-04-07 Michael Meissner
|
6661 |
|
|
|
6662 |
|
|
* configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
|
6663 |
|
|
not mt-ospace, in order to shut up assembler warning about using
|
6664 |
|
|
symbols that are named the same as registers.
|
6665 |
|
|
|
6666 |
|
|
1999-04-07 Drew Moseley
|
6667 |
|
|
|
6668 |
|
|
* Makefile.in (all-target-cygmon): Added all-target-bsp to the
|
6669 |
|
|
dependency list for all-target-cygmon.
|
6670 |
|
|
|
6671 |
|
|
1999-04-05 Doug Evans
|
6672 |
|
|
|
6673 |
|
|
* config-ml.in: Check $host, not $target, for selective multilibs.
|
6674 |
|
|
(arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
|
6675 |
|
|
thumb interworking, and underscore prefix multilibs.
|
6676 |
|
|
|
6677 |
|
|
1999-04-04 Ian Lance Taylor
|
6678 |
|
|
|
6679 |
|
|
* missing: Update to version from current automake.
|
6680 |
|
|
|
6681 |
|
|
Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
|
6682 |
|
|
|
6683 |
|
|
* configure (gxx_include_dir): Removed.
|
6684 |
|
|
|
6685 |
|
|
* configure.in (gxx_include_dir): Handle it.
|
6686 |
|
|
* Makefile.in: Likewise.
|
6687 |
|
|
|
6688 |
|
|
1999-03-29 Gavin Romig-Koch
|
6689 |
|
|
|
6690 |
|
|
* config.sub (mips64vr4111,mips64vr4111el) Add.
|
6691 |
|
|
|
6692 |
|
|
1999-03-21 Ben Elliston
|
6693 |
|
|
|
6694 |
|
|
* config.guess: Correct typo for detecting ELF on FreeBSD.
|
6695 |
|
|
|
6696 |
|
|
Thu Mar 18 00:17:50 1999 Mark Elbrecht
|
6697 |
|
|
|
6698 |
|
|
* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
|
6699 |
|
|
config/mh-djgpp.
|
6700 |
|
|
|
6701 |
|
|
Thu Mar 11 18:37:23 1999 Drew Moseley
|
6702 |
|
|
|
6703 |
|
|
* Makefile.in (all-target-bsp): Added all-gcc all-binutils and
|
6704 |
|
|
all-target-newlib to dependency list for all-target-bsp.
|
6705 |
|
|
|
6706 |
|
|
Thu Mar 11 01:19:31 1999 Mumit Khan
|
6707 |
|
|
|
6708 |
|
|
* config.sub: Add i386-uwin support.
|
6709 |
|
|
* config.guess: Likewise.
|
6710 |
|
|
|
6711 |
|
|
Thu Mar 11 01:07:55 1999 Franz Sirl
|
6712 |
|
|
|
6713 |
|
|
* configure.in: cleanup, add mh-*pic handling for arm, special
|
6714 |
|
|
case powerpc*-*-aix*
|
6715 |
|
|
|
6716 |
|
|
Wed Mar 10 18:35:07 1999 Jeff Johnston
|
6717 |
|
|
|
6718 |
|
|
* configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
|
6719 |
|
|
can be built.
|
6720 |
|
|
|
6721 |
|
|
Wed Mar 10 17:39:09 1999 Drew Moseley
|
6722 |
|
|
|
6723 |
|
|
* configure.in: Added bsp support to arm-*-coff and arm-*-elf
|
6724 |
|
|
targets.
|
6725 |
|
|
|
6726 |
|
|
1999-03-02 Nick Clifton
|
6727 |
|
|
|
6728 |
|
|
* config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
|
6729 |
|
|
|
6730 |
|
|
1999-02-28 Geoffrey Noer
|
6731 |
|
|
|
6732 |
|
|
* config.sub: Check for "cygwin*" rather than "cygwin32*"
|
6733 |
|
|
|
6734 |
|
|
1999-02-24 Nick Clifton
|
6735 |
|
|
|
6736 |
|
|
* config.sub: Fix typo in arm recognition.
|
6737 |
|
|
|
6738 |
|
|
1999-02-24 Drew Moseley
|
6739 |
|
|
|
6740 |
|
|
* configure.in (noconfigdirs): Changed target_configdirs to
|
6741 |
|
|
include target-bsp only for m68k-*-elf* and m68k-*-coff*
|
6742 |
|
|
rather than m68k-*-* since it is not known to work on
|
6743 |
|
|
m68k-aout. Ditto for arm-*-*oabi.
|
6744 |
|
|
|
6745 |
|
|
1999-02-24 Stan Shebs
|
6746 |
|
|
|
6747 |
|
|
* configure.in (*-*-windows*): Remove, no longer used.
|
6748 |
|
|
|
6749 |
|
|
1999-02-19 Ben Elliston
|
6750 |
|
|
|
6751 |
|
|
* config.guess: Automatically recognise ELF on FreeBSD. From Niall
|
6752 |
|
|
Smart and improved by Andrew Cagney.
|
6753 |
|
|
|
6754 |
|
|
1999-02-18 Marc Espie
|
6755 |
|
|
|
6756 |
|
|
* config.guess: Recognize openbsd-*-hppa.
|
6757 |
|
|
|
6758 |
|
|
1999-02-17 H.J. Lu (hjl@gnu.org)
|
6759 |
|
|
|
6760 |
|
|
* Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
|
6761 |
|
|
only if it is not empty.
|
6762 |
|
|
|
6763 |
|
|
1999-02-17 Nick Clifton
|
6764 |
|
|
|
6765 |
|
|
Patch from: Scott Bambrough
|
6766 |
|
|
|
6767 |
|
|
* config.guess: Modified to recognize uname's armv* syntax.
|
6768 |
|
|
|
6769 |
|
|
* config.sub: Modified to recognize uname's armv* syntax.
|
6770 |
|
|
|
6771 |
|
|
1999-02-17 Mark Salter
|
6772 |
|
|
|
6773 |
|
|
* configure.in: Added target-bsp for sparclite.
|
6774 |
|
|
|
6775 |
|
|
1999-02-08 Richard Henderson
|
6776 |
|
|
|
6777 |
|
|
* config.sub: Recognize alphapca5[67] and up to alphaev8.
|
6778 |
|
|
|
6779 |
|
|
1999-02-08 Nick Clifton
|
6780 |
|
|
|
6781 |
|
|
* configure.in: Add support for strongarm port.
|
6782 |
|
|
* config.sub: Add support for strongarm target.
|
6783 |
|
|
|
6784 |
|
|
1999-02-07 Mumit Khan
|
6785 |
|
|
|
6786 |
|
|
* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
|
6787 |
|
|
the old name config/mh-cygwin32.
|
6788 |
|
|
Enable texinfo.
|
6789 |
|
|
|
6790 |
|
|
1999-02-04 Ian Lance Taylor
|
6791 |
|
|
|
6792 |
|
|
* configure.in: Do build ld for ix86 Solaris.
|
6793 |
|
|
|
6794 |
|
|
1999-02-02 Jim Wilson
|
6795 |
|
|
|
6796 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
|
6797 |
|
|
$AR_FOR_TARGET. Likewise for RANLIB.
|
6798 |
|
|
|
6799 |
|
|
1999-02-02 Catherine Moore
|
6800 |
|
|
|
6801 |
|
|
* config.sub (oabi): Recognize.
|
6802 |
|
|
* configure.in (arm-*-oabi): Handle.
|
6803 |
|
|
|
6804 |
|
|
1999-01-30 Robert Lipe (robertlipe@usa.net)
|
6805 |
|
|
|
6806 |
|
|
* config.guess: Improve detection of i686 on UnixWare 7.
|
6807 |
|
|
|
6808 |
|
|
1999-01-30 Mumit Khan
|
6809 |
|
|
|
6810 |
|
|
* config.guess: Add support for i386-pc-interix.
|
6811 |
|
|
* config.sub: Likewise.
|
6812 |
|
|
* configure.in: Likewise.
|
6813 |
|
|
|
6814 |
|
|
1999-01-18 Christopher Faylor
|
6815 |
|
|
|
6816 |
|
|
* Makefile.in: Remove unneeded all-target-libio from
|
6817 |
|
|
from all-target-winsup target since it is now unneeded.
|
6818 |
|
|
Add all-target-libtermcap in its place since it is now
|
6819 |
|
|
needed.
|
6820 |
|
|
|
6821 |
|
|
1998-12-30 Christopher Faylor
|
6822 |
|
|
|
6823 |
|
|
* configure.in: makefile stub for cygwin target is probably
|
6824 |
|
|
unnecessary. Remove it for now.
|
6825 |
|
|
|
6826 |
|
|
1998-12-30 Christopher Faylor
|
6827 |
|
|
|
6828 |
|
|
* configure.in: libtermcap.a should be built when cygwin is the
|
6829 |
|
|
target as well as the host.
|
6830 |
|
|
* config.guess: Allow mixed case in cygwin uname output.
|
6831 |
|
|
* Makefile.in: Add libtermcap target.
|
6832 |
|
|
|
6833 |
|
|
1998-12-23 Jeffrey A Law (law@cygnus.com)
|
6834 |
|
|
|
6835 |
|
|
* config.sub: Clean up handling of hppa2.0.
|
6836 |
|
|
|
6837 |
|
|
1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
|
6838 |
|
|
|
6839 |
|
|
* config.guess: Use C code to identify more HP machines.
|
6840 |
|
|
|
6841 |
|
|
Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
|
6842 |
|
|
|
6843 |
|
|
* config.sub: Handle hppa2.0.
|
6844 |
|
|
|
6845 |
|
|
Tue Dec 15 17:02:58 1998 Bob Manson
|
6846 |
|
|
|
6847 |
|
|
* configure.in: Add cygmon for x86-coff and x86-elf. Configure
|
6848 |
|
|
cygmon for all sparclite targets, regardless of object format.
|
6849 |
|
|
|
6850 |
|
|
1998-12-15 Mark Salter
|
6851 |
|
|
|
6852 |
|
|
* configure.in: Added target-bsp for several target architectures.
|
6853 |
|
|
|
6854 |
|
|
* Makefile.in: Added rules for bsp.
|
6855 |
|
|
|
6856 |
|
|
Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
|
6857 |
|
|
|
6858 |
|
|
* config.guess: Improve detection of hppa2.0 processors.
|
6859 |
|
|
|
6860 |
|
|
Fri Dec 4 01:33:05 1998 Niall Smart
|
6861 |
|
|
|
6862 |
|
|
* config.guess: Recognize FreeBSD using ELF automatically.
|
6863 |
|
|
|
6864 |
|
|
1998-11-26 Manfred Hollstein
|
6865 |
|
|
|
6866 |
|
|
* configure (skip-this-dir): Add handling for new shell script, which
|
6867 |
|
|
might be created by a sub-directory's configure to indicate, this particular
|
6868 |
|
|
directory is "unwanted".
|
6869 |
|
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
|
6870 |
|
|
|
6871 |
|
|
Wed Nov 18 18:28:45 1998 Geoffrey Noer
|
6872 |
|
|
|
6873 |
|
|
* ltconfig: import from libtool, after changing libtool to
|
6874 |
|
|
account for the cygwin name change.
|
6875 |
|
|
|
6876 |
|
|
Wed Nov 18 18:09:14 1998 Geoffrey Noer
|
6877 |
|
|
|
6878 |
|
|
* Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
|
6879 |
|
|
include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
|
6880 |
|
|
|
6881 |
|
|
Wed Nov 18 20:13:29 1998 Christopher Faylor
|
6882 |
|
|
|
6883 |
|
|
* configure.in: Add libtermcap to list of cygwin dependencies.
|
6884 |
|
|
|
6885 |
|
|
1998-11-17 Geoffrey Noer
|
6886 |
|
|
|
6887 |
|
|
* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
|
6888 |
|
|
they include winsup/include when it's a cygwin target.
|
6889 |
|
|
|
6890 |
|
|
1998-11-12 Tom Tromey
|
6891 |
|
|
|
6892 |
|
|
* configure.in (host_tools): Added zip.
|
6893 |
|
|
* Makefile.in (all-target-libjava): Depend on all-zip.
|
6894 |
|
|
(all-zip): New target.
|
6895 |
|
|
(ALL_MODULES): Added all-zip.
|
6896 |
|
|
(NATIVE_CHECK_MODULES): Added check-zip.
|
6897 |
|
|
(INSTALL_MODULES): Added install-zip.
|
6898 |
|
|
(CLEAN_MODULES): Added clean-zip.
|
6899 |
|
|
|
6900 |
|
|
1998-11-12 Geoffrey Noer
|
6901 |
|
|
|
6902 |
|
|
* Makefile.in: lose "32" from comment about cygwin.
|
6903 |
|
|
|
6904 |
|
|
1998-11-05 Nick Clifton
|
6905 |
|
|
|
6906 |
|
|
* configure.in: Use -Os to build target libraries for the fr30.
|
6907 |
|
|
|
6908 |
|
|
1998-11-04 Dave Brolley
|
6909 |
|
|
|
6910 |
|
|
* config.sub: Add fr30.
|
6911 |
|
|
|
6912 |
|
|
1998-11-02 Geoffrey Noer
|
6913 |
|
|
|
6914 |
|
|
* configure.in: drop "32" from config/mh-cygwin32. Check
|
6915 |
|
|
cygwin* instead of cygwin32*.
|
6916 |
|
|
* config.sub: Check cygwin* instead of cygwin32*.
|
6917 |
|
|
|
6918 |
|
|
1998-10-22 Robert Lipe
|
6919 |
|
|
|
6920 |
|
|
* config.guess: Match any version of Unixware7.
|
6921 |
|
|
|
6922 |
|
|
1998-10-20 Syd Polk
|
6923 |
|
|
|
6924 |
|
|
* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
|
6925 |
|
|
if desired.
|
6926 |
|
|
|
6927 |
|
|
1998-10-18 Jeffrey A Law (law@cygnus.com)
|
6928 |
|
|
|
6929 |
|
|
* config.if (cxx_interface, libstdcxx_interface): Do not try to set
|
6930 |
|
|
these if the appropriate directories and files to not exist.
|
6931 |
|
|
|
6932 |
|
|
1998-10-14 Jeffrey A Law (law@cygnus.com)
|
6933 |
|
|
|
6934 |
|
|
* Makefile.in (DEVO_SUPPORT): Add config.if.
|
6935 |
|
|
|
6936 |
|
|
1998-10-13 Manfred Hollstein
|
6937 |
|
|
|
6938 |
|
|
* configure: Add pattern to replace "build_tooldir"'s
|
6939 |
|
|
definition in the generated Makefile with "tooldir"'s
|
6940 |
|
|
actual value.
|
6941 |
|
|
|
6942 |
|
|
Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
|
6943 |
|
|
|
6944 |
|
|
* config.sub: Bring back lost sparcv9.
|
6945 |
|
|
|
6946 |
|
|
* Makefile.in (all-snvavigator): Remove all-flexlm dependency.
|
6947 |
|
|
|
6948 |
|
|
Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
|
6949 |
|
|
|
6950 |
|
|
* Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
|
6951 |
|
|
CC_FOR_TARGET and friends.
|
6952 |
|
|
|
6953 |
|
|
Mon Oct 12 12:09:30 1998 Alexandre Oliva
|
6954 |
|
|
|
6955 |
|
|
* Makefile.in (build_tooldir): New variable, same as tooldir.
|
6956 |
|
|
(CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
|
6957 |
|
|
-B$(build_tooldir)/bin/.
|
6958 |
|
|
(BASE_FLAGS_TO_PASS): Pass build_tooldir down.
|
6959 |
|
|
|
6960 |
|
|
Wed Sep 30 22:20:50 1998 Robert Lipe
|
6961 |
|
|
|
6962 |
|
|
* config.sub: Add support for i[34567]86-pc-udk.
|
6963 |
|
|
* configure.in: Likewise.
|
6964 |
|
|
|
6965 |
|
|
Wed Sep 30 19:23:48 1998 Geoffrey Noer
|
6966 |
|
|
|
6967 |
|
|
* Makefile.in: add bzip2 package building bits for user
|
6968 |
|
|
tools module
|
6969 |
|
|
* configure.in: ditto
|
6970 |
|
|
|
6971 |
|
|
Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
|
6972 |
|
|
|
6973 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
|
6974 |
|
|
(ALL_TARGET_MODULES): Add all-target-libobjc.
|
6975 |
|
|
(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
|
6976 |
|
|
(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
|
6977 |
|
|
(all-target-libchill): Add dependencies.
|
6978 |
|
|
* configure.in (target_libs): Add libchill.
|
6979 |
|
|
|
6980 |
|
|
1998-09-30 Manfred Hollstein
|
6981 |
|
|
|
6982 |
|
|
* configure.in (target_subdir): Remove duplicate line.
|
6983 |
|
|
|
6984 |
|
|
Tue Sep 29 22:45:41 1998 Felix Lee
|
6985 |
|
|
|
6986 |
|
|
* Makefile.in (all-automake): fix dependencies.
|
6987 |
|
|
|
6988 |
|
|
Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
|
6989 |
|
|
|
6990 |
|
|
* configure.in: Minor cleanups for building in the $(target_alias)
|
6991 |
|
|
subdir.
|
6992 |
|
|
|
6993 |
|
|
1998-09-22 Jim Wilson
|
6994 |
|
|
|
6995 |
|
|
* Makefile.in (bootstrap): Set r and s before make all. Use
|
6996 |
|
|
BASE_FLAGS_TO_PASS in make all.
|
6997 |
|
|
(cross): Likewise.
|
6998 |
|
|
|
6999 |
|
|
1998-09-20 Mark Mitchell
|
7000 |
|
|
|
7001 |
|
|
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
|
7002 |
|
|
|
7003 |
|
|
Sun Sep 20 00:13:02 1998 Richard Henderson
|
7004 |
|
|
|
7005 |
|
|
* config.sub: Fix typo in last change.
|
7006 |
|
|
|
7007 |
|
|
1998-09-19 Michael Hayes
|
7008 |
|
|
|
7009 |
|
|
* config.sub: Add support for C4x target.
|
7010 |
|
|
* configure.in: Likewise.
|
7011 |
|
|
|
7012 |
|
|
1998-09-13 David S. Miller
|
7013 |
|
|
|
7014 |
|
|
* config.sub: Recognize sparcv9 just like sparc64.
|
7015 |
|
|
|
7016 |
|
|
Wed Sep 9 15:44:52 1998 Robert Lipe
|
7017 |
|
|
|
7018 |
|
|
* config.guess: Match "Pent II" or "PentII" for OpenServer.
|
7019 |
|
|
|
7020 |
|
|
Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
|
7021 |
|
|
|
7022 |
|
|
* config.guess: Correctly identify Pentium II sco boxes.
|
7023 |
|
|
|
7024 |
|
|
* config.guess: Fix "tr" code. From Weiwen Liu.
|
7025 |
|
|
|
7026 |
|
|
Sat Sep 5 13:56:52 1998 John Hughes
|
7027 |
|
|
|
7028 |
|
|
* configure.in: Do not assume x86-svr4 or x86-unixware can handle
|
7029 |
|
|
stabs.
|
7030 |
|
|
|
7031 |
|
|
Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
|
7032 |
|
|
|
7033 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): Add libchill.
|
7034 |
|
|
(ALL_TARGET_MODULES): Add all-target-libchill.
|
7035 |
|
|
(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
|
7036 |
|
|
(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
|
7037 |
|
|
(all-target-libchill): Add dependencies.
|
7038 |
|
|
* configure.in (target_libs): Add libchill.
|
7039 |
|
|
|
7040 |
|
|
Sun Aug 30 22:27:02 1998 Lutz Wohlrab
|
7041 |
|
|
|
7042 |
|
|
* config.guess: Avoid assumptions about "tr" behaves when
|
7043 |
|
|
LANG is set to something other than English.
|
7044 |
|
|
|
7045 |
|
|
Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
|
7046 |
|
|
|
7047 |
|
|
* configure (gxx_include_dir): Changed to
|
7048 |
|
|
'${prefix}/include/g++'-${libstdcxx_interface}.
|
7049 |
|
|
|
7050 |
|
|
* config.if: New to determine the interfaces.
|
7051 |
|
|
|
7052 |
|
|
Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
|
7053 |
|
|
|
7054 |
|
|
* config.guess: Detect and handle MPE/IX.
|
7055 |
|
|
* config.sub: Deal with MPE/IX.
|
7056 |
|
|
|
7057 |
|
|
Sat Aug 29 14:32:55 1998 David Edelsohn
|
7058 |
|
|
|
7059 |
|
|
* configure.in: Use mh-aix43.
|
7060 |
|
|
|
7061 |
|
|
1998-07-29 Manfred Hollstein
|
7062 |
|
|
|
7063 |
|
|
* configure: Fix --without/--disable cases for gxx-include-dir.
|
7064 |
|
|
|
7065 |
|
|
Fri Aug 28 12:28:26 1998 Per Bothner
|
7066 |
|
|
|
7067 |
|
|
* mdata-sh: Imported. Needed for automake support.
|
7068 |
|
|
|
7069 |
|
|
Thu Aug 13 12:49:29 1998 H.J. Lu
|
7070 |
|
|
|
7071 |
|
|
* Makefile.in (taz): Try "chmod -R og=u ." before
|
7072 |
|
|
"chmod og=u `find . -print`".
|
7073 |
|
|
|
7074 |
|
|
Fri Jul 31 09:38:33 1998 Catherine Moore
|
7075 |
|
|
|
7076 |
|
|
* configure.in: Add arm-elf and thumb-elf support.
|
7077 |
|
|
|
7078 |
|
|
Mon Jul 27 16:23:58 1998 Doug Evans
|
7079 |
|
|
|
7080 |
|
|
* Makefile.in: Undo previous patch.
|
7081 |
|
|
|
7082 |
|
|
Fri Jul 24 19:55:24 1998 Doug Evans
|
7083 |
|
|
|
7084 |
|
|
* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
|
7085 |
|
|
to here ...
|
7086 |
|
|
(install-no-fixedincludes): and here
|
7087 |
|
|
(INSTALL_MODULES): ... from here.
|
7088 |
|
|
|
7089 |
|
|
Fri Jul 24 17:01:42 1998 Ian Lance Taylor
|
7090 |
|
|
|
7091 |
|
|
* config.sub: Merge with FSF.
|
7092 |
|
|
|
7093 |
|
|
* config.guess: Merge with FSF.
|
7094 |
|
|
|
7095 |
|
|
Fri Jul 24 08:43:36 1998 Doug Evans
|
7096 |
|
|
|
7097 |
|
|
* configure (extraconfigdirs): New variable.
|
7098 |
|
|
(SUBDIRS): Add extraconfigdirs and recurse on them too.
|
7099 |
|
|
* Makefile.in (all): Move higher in file.
|
7100 |
|
|
(EXTRA_TARGET_HOST_ALL_MODULES): New variable.
|
7101 |
|
|
(EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
|
7102 |
|
|
(ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
|
7103 |
|
|
(CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
|
7104 |
|
|
(INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
|
7105 |
|
|
|
7106 |
|
|
1998-07-23 Brendan Kehoe
|
7107 |
|
|
|
7108 |
|
|
* Makefile.in (all-target-libjava): Depend on all-gcc and
|
7109 |
|
|
all-target-newlib.
|
7110 |
|
|
(configure-target-libjava): Depend on $(ALL_GCC).
|
7111 |
|
|
|
7112 |
|
|
Sat Jul 18 14:32:43 CDT 1998 Robert Lipe
|
7113 |
|
|
|
7114 |
|
|
* config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
|
7115 |
|
|
(*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
|
7116 |
|
|
|
7117 |
|
|
Fri Jul 17 13:30:18 1998 Ian Lance Taylor
|
7118 |
|
|
|
7119 |
|
|
* ylwrap: Change absolute path checks to check for DOS style path
|
7120 |
|
|
names.
|
7121 |
|
|
|
7122 |
|
|
* ylwrap: Don't use a full path name if the source file is in the
|
7123 |
|
|
same directory. From hjl@lucon.org (H.J. Lu).
|
7124 |
|
|
|
7125 |
|
|
* config-ml.in: Default to being verbose, to match Feb 18 change to
|
7126 |
|
|
configure.
|
7127 |
|
|
|
7128 |
|
|
Thu Jul 16 12:29:51 1998 Ian Lance Taylor
|
7129 |
|
|
|
7130 |
|
|
Brought over from egcs:
|
7131 |
|
|
|
7132 |
|
|
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
|
7133 |
|
|
|
7134 |
|
|
* configure.in (target_subdir): Set to ${target_alias} instead
|
7135 |
|
|
of "libraries".
|
7136 |
|
|
|
7137 |
|
|
Mon Sep 1 16:45:44 1997 Jim Wilson
|
7138 |
|
|
|
7139 |
|
|
* configure.in (target_subdir): Set to libraries if enable_multilib.
|
7140 |
|
|
|
7141 |
|
|
Wed Jul 15 01:00:54 1998 Ian Lance Taylor
|
7142 |
|
|
|
7143 |
|
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
|
7144 |
|
|
multilibs, force reconfiguration the first time we create
|
7145 |
|
|
multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
|
7146 |
|
|
|
7147 |
|
|
Tue Jul 14 23:41:03 1998 Ian Lance Taylor
|
7148 |
|
|
|
7149 |
|
|
* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
|
7150 |
|
|
avoid confusion with --no-recursion.
|
7151 |
|
|
|
7152 |
|
|
Tue Jul 14 15:37:41 1998 Geoffrey Noer
|
7153 |
|
|
|
7154 |
|
|
* configure.in: Win32 hosts shouldn't use install -x
|
7155 |
|
|
* install-sh: remove -x option, and special .exe-handling
|
7156 |
|
|
hack.
|
7157 |
|
|
|
7158 |
|
|
Tue Jul 14 15:28:41 1998 Richard Henderson
|
7159 |
|
|
|
7160 |
|
|
* config.guess: Recognize i586-pc-beos.
|
7161 |
|
|
* configure.in: Don't build some bits for beos.
|
7162 |
|
|
|
7163 |
|
|
Tue Jul 14 13:22:18 1998 Ian Lance Taylor
|
7164 |
|
|
|
7165 |
|
|
* configure: If CC is set but CFLAGS is not, and CC is gcc, make
|
7166 |
|
|
CFLAGS default to -O2.
|
7167 |
|
|
|
7168 |
|
|
* ltmain.sh: Add some hacks to make SunOS --enable-shared work
|
7169 |
|
|
when using GNU ld.
|
7170 |
|
|
|
7171 |
|
|
Fri Jul 10 13:18:23 1998 Ian Lance Taylor
|
7172 |
|
|
|
7173 |
|
|
* ltmain.sh: Correct install when using a different shell.
|
7174 |
|
|
|
7175 |
|
|
Tue Jul 7 15:24:38 1998 Ian Lance Taylor
|
7176 |
|
|
|
7177 |
|
|
* ltconfig, ltmain.sh: Update to libtool 1.2b.
|
7178 |
|
|
|
7179 |
|
|
Thu Jul 2 13:57:36 1998 Klaus Kaempf
|
7180 |
|
|
|
7181 |
|
|
* makefile.vms: Update to build binutils/makefile.vms. Add install
|
7182 |
|
|
target.
|
7183 |
|
|
|
7184 |
|
|
Wed Jul 1 16:45:21 1998 Ian Lance Taylor
|
7185 |
|
|
|
7186 |
|
|
* ltconfig: Update to correct AIX handling.
|
7187 |
|
|
|
7188 |
|
|
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
|
7189 |
|
|
|
7190 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
|
7191 |
|
|
|
7192 |
|
|
* configure.in (target_subdir): Set to ${target_alias} instead
|
7193 |
|
|
of "libraries".
|
7194 |
|
|
|
7195 |
|
|
1998-06-26 Manfred Hollstein
|
7196 |
|
|
|
7197 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
|
7198 |
|
|
(Makefile): Depend on $(gcc_version_trigger).
|
7199 |
|
|
|
7200 |
|
|
* configure (gcc_version): Change default initializer to empty
|
7201 |
|
|
string.
|
7202 |
|
|
(gcc_version_trigger): New variable; pass this variable down
|
7203 |
|
|
to subdir configures to enable them checking gcc's version
|
7204 |
|
|
themselves. Emit make macros for both gcc_version vars.
|
7205 |
|
|
(topsrcdir): Initialize reliably.
|
7206 |
|
|
(recursion line): Remove --with-gcc-version=${gcc_version}.
|
7207 |
|
|
|
7208 |
|
|
1998-06-24 Manfred Hollstein
|
7209 |
|
|
|
7210 |
|
|
* configure (enable_version_specific_runtime_libs): Implement new flag
|
7211 |
|
|
--enable-version-specific-runtime-libs which installs C++ runtime stuff
|
7212 |
|
|
in $(libsubdir); emit definition in each generated Makefile.
|
7213 |
|
|
(gxx_include_dir): Initialize depending on
|
7214 |
|
|
$enable_version_specific_runtime_libs.
|
7215 |
|
|
|
7216 |
|
|
1998-06-24 Manfred Hollstein
|
7217 |
|
|
|
7218 |
|
|
* configure (gcc_version): Initialize properly depending on
|
7219 |
|
|
how and where configure is started.
|
7220 |
|
|
(recursion line): Pass a --with-gcc-version=${gcc_version}
|
7221 |
|
|
to configures in subdirs.
|
7222 |
|
|
|
7223 |
|
|
Wed Jun 24 16:01:59 1998 John Metzler
|
7224 |
|
|
|
7225 |
|
|
* configure.in (noconfigdirs): Add configure pattern for mips tx39
|
7226 |
|
|
cygmon
|
7227 |
|
|
|
7228 |
|
|
Tue Jun 23 22:42:32 1998 Mark Alexander
|
7229 |
|
|
|
7230 |
|
|
* configure.in: Add cygmon and libstub support for mn10200.
|
7231 |
|
|
|
7232 |
|
|
1998-06-19 Manfred Hollstein
|
7233 |
|
|
|
7234 |
|
|
* configure (gcc_version): Add new variable describing the
|
7235 |
|
|
particular gcc version we're building.
|
7236 |
|
|
* Makefile.in (libsubdir): Add new macro for the directory
|
7237 |
|
|
in which the compiler finds executables, libraries, etc.
|
7238 |
|
|
(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
|
7239 |
|
|
and libsubdir.
|
7240 |
|
|
|
7241 |
|
|
Fri Jun 19 02:36:59 1998 Alexandre Oliva
|
7242 |
|
|
|
7243 |
|
|
* Makefile.in (local-clean): Remove *.log.
|
7244 |
|
|
(warning.log): Built with warn_summary from build.log.
|
7245 |
|
|
(mail-report.log): Run test_summary.
|
7246 |
|
|
(mail-report-with-warnings.log): Run test_summary including
|
7247 |
|
|
warning.log in the report.
|
7248 |
|
|
|
7249 |
|
|
Thu Jun 18 11:26:03 1998 Robert Lipe
|
7250 |
|
|
|
7251 |
|
|
* config.guess: Detection of Pentium II for *-sco-3.2v5*.
|
7252 |
|
|
|
7253 |
|
|
Mon Jun 15 14:53:54 1998 Andrew Cagney
|
7254 |
|
|
|
7255 |
|
|
* Makefile.in (grep): Grep no longer depends on libiberty.
|
7256 |
|
|
|
7257 |
|
|
Fri Jun 12 14:03:34 1998 Syd Polk
|
7258 |
|
|
|
7259 |
|
|
* Makefile.in: all-snavigator needs all-libgui.
|
7260 |
|
|
|
7261 |
|
|
Thu Jun 11 19:43:47 1998 Mark Alexander
|
7262 |
|
|
|
7263 |
|
|
* configure.in: Add cygmon and libstub support for mn10300.
|
7264 |
|
|
|
7265 |
|
|
Wed Jun 10 11:19:47 1998 Ian Lance Taylor
|
7266 |
|
|
|
7267 |
|
|
* missing: Update to version from automake 1.3.
|
7268 |
|
|
|
7269 |
|
|
* ltmain.sh: On installation, don't get confused if the same name
|
7270 |
|
|
appears more than once in the list of library names.
|
7271 |
|
|
|
7272 |
|
|
Wed Jun 3 14:51:42 1998 Ian Lance Taylor
|
7273 |
|
|
|
7274 |
|
|
* config.sub: Accept m68060 and m5200 as CPU names.
|
7275 |
|
|
|
7276 |
|
|
Mon Jun 1 17:25:16 1998 Ian Lance Taylor
|
7277 |
|
|
|
7278 |
|
|
* configure: Use && rather than using -a in test, because odd
|
7279 |
|
|
strings can confuse test.
|
7280 |
|
|
* configure.in: Likewise.
|
7281 |
|
|
|
7282 |
|
|
Thu May 28 19:31:13 1998 Ian Lance Taylor
|
7283 |
|
|
|
7284 |
|
|
* ltconfig, ltmain.sh: Bring in Visual C++ support.
|
7285 |
|
|
|
7286 |
|
|
Sat May 23 23:44:13 1998 Alexandre Oliva
|
7287 |
|
|
|
7288 |
|
|
* Makefile.in (boostrap2-lean, bootstrap3-lean,
|
7289 |
|
|
bootstrap4-lean): New targets.
|
7290 |
|
|
|
7291 |
|
|
Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
|
7292 |
|
|
|
7293 |
|
|
* mpw-* Delete. Not used.
|
7294 |
|
|
|
7295 |
|
|
Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
|
7296 |
|
|
|
7297 |
|
|
* COPYING.LIB: Update FSF address.
|
7298 |
|
|
|
7299 |
|
|
Fri May 8 01:30:20 1998 Ian Lance Taylor
|
7300 |
|
|
|
7301 |
|
|
* ltconfig, ltmain.sh: Update to libtool 1.2a.
|
7302 |
|
|
|
7303 |
|
|
* Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
|
7304 |
|
|
GAS_SUPPORT_DIRS.
|
7305 |
|
|
|
7306 |
|
|
Thu May 7 17:27:35 1998 Ian Lance Taylor
|
7307 |
|
|
|
7308 |
|
|
* ltconfig, ltmain.sh: Avoid producing a version number if
|
7309 |
|
|
-version-info was not used.
|
7310 |
|
|
|
7311 |
|
|
Tue May 5 18:02:24 1998 Ian Lance Taylor
|
7312 |
|
|
|
7313 |
|
|
* configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
|
7314 |
|
|
building with newlib.
|
7315 |
|
|
|
7316 |
|
|
1998-04-30 Paul Eggert
|
7317 |
|
|
|
7318 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
|
7319 |
|
|
Solaris `make' causes it to continue to next definition.
|
7320 |
|
|
|
7321 |
|
|
Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
7322 |
|
|
|
7323 |
|
|
* Makefile.in (install-gdbtk): Call this 'install-gdb' so that
|
7324 |
|
|
the right GUI libraries and files are installed along with GDB.
|
7325 |
|
|
|
7326 |
|
|
Tue Apr 28 18:11:24 1998 Ian Lance Taylor
|
7327 |
|
|
|
7328 |
|
|
* configure.in: Change alpha to alpha* in several places.
|
7329 |
|
|
|
7330 |
|
|
Tue Apr 28 07:42:00 1998 Mark Alexander
|
7331 |
|
|
|
7332 |
|
|
* config.sub: Recognize sparc86x.
|
7333 |
|
|
|
7334 |
|
|
Tue Apr 28 07:35:02 1998 Michael Meissner
|
7335 |
|
|
|
7336 |
|
|
* configure.in (--enable-target-optspace): Remove debug echo.
|
7337 |
|
|
|
7338 |
|
|
Thu Apr 23 21:31:16 1998 Jim Wilson
|
7339 |
|
|
|
7340 |
|
|
* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
|
7341 |
|
|
|
7342 |
|
|
Thu Apr 23 12:26:38 1998 Ian Lance Taylor
|
7343 |
|
|
|
7344 |
|
|
* ltconfig: Update cygwin32 support.
|
7345 |
|
|
|
7346 |
|
|
* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
|
7347 |
|
|
(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
|
7348 |
|
|
(GDB_SUPPORT_DIRS): Likewise.
|
7349 |
|
|
|
7350 |
|
|
Wed Apr 22 12:30:10 1998 Michael Meissner
|
7351 |
|
|
|
7352 |
|
|
* configure.in (target_makefile_frag): If --enable-target-optspace,
|
7353 |
|
|
use -Os to compile target libraries rather than -O2. Default to
|
7354 |
|
|
using -Os for d10v and m32r if --{enable,disable}-target-optspace is
|
7355 |
|
|
not used.
|
7356 |
|
|
* configure.in (target_cflags): Ditto for d30v.
|
7357 |
|
|
|
7358 |
|
|
Tue Apr 21 23:06:54 1998 Tom Tromey
|
7359 |
|
|
|
7360 |
|
|
* Makefile.in (all-bfd): Depend on all-intl.
|
7361 |
|
|
(all-binutils): Likewise.
|
7362 |
|
|
(all-gas): Likewise.
|
7363 |
|
|
(all-gprof): Likewise.
|
7364 |
|
|
(all-ld): Likewise.
|
7365 |
|
|
|
7366 |
|
|
1998-04-19 Brendan Kehoe
|
7367 |
|
|
|
7368 |
|
|
* configure.in (host_tools): Fix typo, lbtool -> libtool.
|
7369 |
|
|
|
7370 |
|
|
Fri Apr 17 16:20:42 1998 Ian Lance Taylor
|
7371 |
|
|
|
7372 |
|
|
* Makefile.in (all-bfd): Depend upon all-libiberty.
|
7373 |
|
|
|
7374 |
|
|
* ltconfig, ltmain.sh: Bring in newer cygwin32 support.
|
7375 |
|
|
|
7376 |
|
|
Fri Apr 17 12:22:22 1998 Bob Manson
|
7377 |
|
|
|
7378 |
|
|
* Makefile.in: Add libstub.
|
7379 |
|
|
|
7380 |
|
|
* configure.in: Ditto. Build libstub for targets that have cygmon
|
7381 |
|
|
support.
|
7382 |
|
|
|
7383 |
|
|
Tue Apr 14 18:01:55 1998 Ian Lance Taylor
|
7384 |
|
|
|
7385 |
|
|
* configure.in: Don't set PICFLAG on ix86-cygwin32.
|
7386 |
|
|
|
7387 |
|
|
Tue Apr 14 12:24:45 1998 J. Kean Johnston
|
7388 |
|
|
|
7389 |
|
|
* configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
|
7390 |
|
|
use mh-sysv5 if specified. Support gprof on SCO Open Server.
|
7391 |
|
|
|
7392 |
|
|
Tue Apr 14 11:33:51 1998 Krister Walfridsson
|
7393 |
|
|
|
7394 |
|
|
* configure: Define DEFAULT_M4 by searching PATH.
|
7395 |
|
|
* Makfile.in: Use DEFAULT_M4.
|
7396 |
|
|
|
7397 |
|
|
Mon Apr 13 15:37:24 1998 Ian Lance Taylor
|
7398 |
|
|
|
7399 |
|
|
* ltconfig: Add cygwin32 support.
|
7400 |
|
|
|
7401 |
|
|
* Makefile.in, configure.in: Add libtool as a native only directory
|
7402 |
|
|
to configure and build.
|
7403 |
|
|
|
7404 |
|
|
Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
|
7405 |
|
|
|
7406 |
|
|
* Makefile.in (INSTALL_MODULES): Remove texinfo.
|
7407 |
|
|
|
7408 |
|
|
Wed Apr 8 13:18:56 1998 Philippe De Muyter
|
7409 |
|
|
|
7410 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
|
7411 |
|
|
|
7412 |
|
|
Thu Apr 2 14:48:44 1998 Geoffrey Noer
|
7413 |
|
|
|
7414 |
|
|
* Makefile.in: add ash make rules
|
7415 |
|
|
* configure.in: add ash to native_only and host_tools lists
|
7416 |
|
|
|
7417 |
|
|
Thu Mar 26 12:53:20 1998 Tom Tromey
|
7418 |
|
|
|
7419 |
|
|
* Makefile.in (all-gettext, all-intl): New targets.
|
7420 |
|
|
(ALL_MODULES): Added all-gettext, all-intl.
|
7421 |
|
|
(CROSS_CHECK_MODULES): Added check-gettext, check-intl.
|
7422 |
|
|
(INSTALL_MODULES): Added install-gettext, install-intl.
|
7423 |
|
|
(CLEAN_MODULES): Added clean-gettext, clean-intl.
|
7424 |
|
|
|
7425 |
|
|
* configure.in (host_tools): Added gettext.
|
7426 |
|
|
(native_only): Likewise.
|
7427 |
|
|
(noconfigdirs) [various cases]: Likewise.
|
7428 |
|
|
(host_libs): Added intl.
|
7429 |
|
|
|
7430 |
|
|
Thu Mar 26 15:00:11 1998 Keith Seitz
|
7431 |
|
|
|
7432 |
|
|
* configure: Do not disable building gdbtk for cygwin32 hosts.
|
7433 |
|
|
|
7434 |
|
|
Wed Mar 25 10:04:18 1998 Nick Clifton
|
7435 |
|
|
|
7436 |
|
|
* configure.in: Add thumb-coff target.
|
7437 |
|
|
* config.sub: Add thumb-coff target.
|
7438 |
|
|
|
7439 |
|
|
Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
7440 |
|
|
|
7441 |
|
|
* Makefile.in: Revert yesterday's change.
|
7442 |
|
|
(all-target-winsup): all-target-librx stays out of here.
|
7443 |
|
|
|
7444 |
|
|
Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
7445 |
|
|
|
7446 |
|
|
* Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
|
7447 |
|
|
CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
|
7448 |
|
|
INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
|
7449 |
|
|
Remove references to librx and libg++.
|
7450 |
|
|
|
7451 |
|
|
Tue Mar 24 18:28:12 1998 Eric Mumpower
|
7452 |
|
|
|
7453 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
|
7454 |
|
|
recursive makes
|
7455 |
|
|
|
7456 |
|
|
Tue Mar 24 11:37:45 1998 Ian Lance Taylor
|
7457 |
|
|
|
7458 |
|
|
* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
|
7459 |
|
|
for newlib directory.
|
7460 |
|
|
(CXX_FOR_TARGET): Likewise.
|
7461 |
|
|
|
7462 |
|
|
Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
|
7463 |
|
|
|
7464 |
|
|
* ltconfig: Update after libtool/ltconfig.in change for
|
7465 |
|
|
hpux11.
|
7466 |
|
|
|
7467 |
|
|
Fri Mar 20 18:51:43 1998 Ian Lance Taylor
|
7468 |
|
|
|
7469 |
|
|
* ltconfig, ltmain.sh: Update to libtool 1.2.
|
7470 |
|
|
|
7471 |
|
|
Fri Mar 20 09:32:14 1998 Manfred Hollstein
|
7472 |
|
|
|
7473 |
|
|
* Makefile.in (install-gcc): Don't specify LANGUAGES here.
|
7474 |
|
|
(install-gcc-cross): Instead, override LANGUAGES here.
|
7475 |
|
|
|
7476 |
|
|
1998-03-18 Dave Love
|
7477 |
|
|
|
7478 |
|
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
|
7479 |
|
|
non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
|
7480 |
|
|
|
7481 |
|
|
Wed Mar 18 09:24:59 1998 Nick Clifton
|
7482 |
|
|
|
7483 |
|
|
* configure.in: Add Thumb-pe target.
|
7484 |
|
|
|
7485 |
|
|
Tue Mar 17 16:59:00 1998 Syd Polk
|
7486 |
|
|
|
7487 |
|
|
* Makefile.in - changed sn targets to snavigator
|
7488 |
|
|
* configure.in - changed sn targets to snavigator
|
7489 |
|
|
|
7490 |
|
|
Tue Mar 17 10:33:28 1998 Manfred Hollstein
|
7491 |
|
|
|
7492 |
|
|
* config-ml.in: After building symlink tree call make distclean
|
7493 |
|
|
if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
|
7494 |
|
|
to be the case for libiberty.
|
7495 |
|
|
|
7496 |
|
|
Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
|
7497 |
|
|
|
7498 |
|
|
* configure: When making link, also check the current
|
7499 |
|
|
directory. The configure scripts may create one.
|
7500 |
|
|
|
7501 |
|
|
Fri Mar 6 01:02:03 1998 Richard Henderson
|
7502 |
|
|
|
7503 |
|
|
* config.sub: Accept alphapca56 and alphaev6 properly.
|
7504 |
|
|
|
7505 |
|
|
Fri Mar 6 00:14:55 1998 Franz Sirl
|
7506 |
|
|
|
7507 |
|
|
* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
|
7508 |
|
|
|
7509 |
|
|
Mon Feb 23 15:09:18 1998 Bruno Haible
|
7510 |
|
|
|
7511 |
|
|
* config.sub (sco5): Fix typo.
|
7512 |
|
|
|
7513 |
|
|
Mon Feb 23 14:46:06 1998 Ian Lance Taylor
|
7514 |
|
|
|
7515 |
|
|
* Makefile.in (INSTALL_MODULES): Move install-tcl before
|
7516 |
|
|
install-itcl.
|
7517 |
|
|
(install-itcl): Remove dependency on install-tcl.
|
7518 |
|
|
|
7519 |
|
|
Mon Feb 23 09:53:28 1998 Mark Alexander
|
7520 |
|
|
|
7521 |
|
|
* configure.in: Remove libgloss from noconfigdirs for MN10300.
|
7522 |
|
|
|
7523 |
|
|
Thu Feb 19 13:40:41 1998 Ian Lance Taylor
|
7524 |
|
|
|
7525 |
|
|
* configure.in: Don't build libgui for a cygwin32 target when not on
|
7526 |
|
|
a cygwin32 host.
|
7527 |
|
|
|
7528 |
|
|
Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
7529 |
|
|
|
7530 |
|
|
* configure (redirect): Set to null, so default behavior of
|
7531 |
|
|
configure is now --verbose.
|
7532 |
|
|
|
7533 |
|
|
1998-02-16 Dave Love
|
7534 |
|
|
|
7535 |
|
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
|
7536 |
|
|
CONFIG_SITE=/dev/null to forestall lossage with site configuration.
|
7537 |
|
|
|
7538 |
|
|
Mon Feb 16 12:23:53 1998 Manfred Hollstein
|
7539 |
|
|
|
7540 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
|
7541 |
|
|
this change to sync Makefile.in with its ChangeLog entries.
|
7542 |
|
|
|
7543 |
|
|
Thu Feb 12 15:03:08 1998 H.J. Lu
|
7544 |
|
|
|
7545 |
|
|
* ltmain.sh (mkdir): Check that the directory doesn't exist
|
7546 |
|
|
before we exit with error, so that we don't get races during
|
7547 |
|
|
parallel builds.
|
7548 |
|
|
|
7549 |
|
|
Sat Feb 7 15:19:18 1998 Ian Lance Taylor
|
7550 |
|
|
|
7551 |
|
|
* ltconfig, ltmain.sh: Update from libtool 1.0i.
|
7552 |
|
|
|
7553 |
|
|
Fri Feb 6 01:33:52 1998 Manfred Hollstein
|
7554 |
|
|
|
7555 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
|
7556 |
|
|
PICFLAG_FOR_TARGET.
|
7557 |
|
|
(EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
|
7558 |
|
|
|
7559 |
|
|
* configure: Emit a definition for the new macro enable_shared
|
7560 |
|
|
into each Makefile.
|
7561 |
|
|
|
7562 |
|
|
Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
7563 |
|
|
|
7564 |
|
|
* configure.in (host_tools, native_only): Add libtool.
|
7565 |
|
|
|
7566 |
|
|
Wed Feb 4 16:53:58 1998 Geoffrey Noer
|
7567 |
|
|
|
7568 |
|
|
* configure.in: add target-gperf to noconfigdirs for Cygwin32.
|
7569 |
|
|
Fix typo in ming config comment.
|
7570 |
|
|
|
7571 |
|
|
Wed Feb 4 18:56:13 1998 Ian Lance Taylor
|
7572 |
|
|
|
7573 |
|
|
* ltconfig, ltmain.sh: Update from libtool 1.0h.
|
7574 |
|
|
|
7575 |
|
|
Mon Feb 2 19:38:19 1998 Ian Lance Taylor
|
7576 |
|
|
|
7577 |
|
|
* config.sub: Add tic30 cases, and map c30 to tic30.
|
7578 |
|
|
|
7579 |
|
|
Sun Feb 1 02:40:41 1998 Richard Henderson
|
7580 |
|
|
|
7581 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
|
7582 |
|
|
(ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
|
7583 |
|
|
(CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
|
7584 |
|
|
(CLEAN_TARGET_MODULES): Similarly
|
7585 |
|
|
(all-target-libf2c): Add dependences.
|
7586 |
|
|
* configure.in (target_libs): Add libf2c.
|
7587 |
|
|
|
7588 |
|
|
Fri Jan 30 17:18:32 1998 Geoffrey Noer
|
7589 |
|
|
|
7590 |
|
|
* configure.in: Remove expect from noconfigdirs when target
|
7591 |
|
|
is cygwin32. OK to build expect and dejagnu with Canadian
|
7592 |
|
|
Cross.
|
7593 |
|
|
|
7594 |
|
|
Wed Jan 28 12:58:49 1998 Ian Lance Taylor
|
7595 |
|
|
|
7596 |
|
|
* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
|
7597 |
|
|
host.
|
7598 |
|
|
|
7599 |
|
|
* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
|
7600 |
|
|
and mingw32.
|
7601 |
|
|
|
7602 |
|
|
Wed Jan 28 10:26:37 1998 Manfred Hollstein
|
7603 |
|
|
|
7604 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
|
7605 |
|
|
here as it is not defined in the toplevel Makefile.
|
7606 |
|
|
|
7607 |
|
|
Tue Jan 27 23:25:06 1998 Manfred Hollstein
|
7608 |
|
|
|
7609 |
|
|
* configure (package_makefile_rules_frag): New variable, which names
|
7610 |
|
|
a file with generic rules, ...
|
7611 |
|
|
Change comment to mention we now have FIVE parts.
|
7612 |
|
|
* configure: Undo last change.
|
7613 |
|
|
|
7614 |
|
|
Tue Jan 27 23:15:55 1998 Lassi A. Tuura
|
7615 |
|
|
|
7616 |
|
|
* config.guess: More accurate determination of HP processor types.
|
7617 |
|
|
* config.sub: More accurate determination of HP processor types.
|
7618 |
|
|
|
7619 |
|
|
Sat Jan 24 01:59:45 1998 Manfred Hollstein
|
7620 |
|
|
|
7621 |
|
|
* configure (package_makefile_frag): Move inserting the
|
7622 |
|
|
${package_makefile_frag} to where it should be according
|
7623 |
|
|
to the comment.
|
7624 |
|
|
|
7625 |
|
|
Fri Jan 23 00:29:28 1998 Philip Blundell
|
7626 |
|
|
|
7627 |
|
|
* config.guess: Add support for Linux/ARM.
|
7628 |
|
|
|
7629 |
|
|
Thu Jan 22 15:14:01 1998 Fred Fish
|
7630 |
|
|
|
7631 |
|
|
* .cvsignore: Remove *-info and *-install since they match
|
7632 |
|
|
release-info and mpw-install, which we don't want to just ignore.
|
7633 |
|
|
|
7634 |
|
|
Thu Jan 22 01:38:33 1998 Richard Henderson
|
7635 |
|
|
|
7636 |
|
|
* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
|
7637 |
|
|
|
7638 |
|
|
Sat Jan 17 21:28:08 1998 Pieter Nagel
|
7639 |
|
|
|
7640 |
|
|
* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
|
7641 |
|
|
local_prefix to sub-make invocations.
|
7642 |
|
|
|
7643 |
|
|
Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
|
7644 |
|
|
|
7645 |
|
|
* configure.in: Check makefile fragments in the source
|
7646 |
|
|
directory.
|
7647 |
|
|
|
7648 |
|
|
Fri Jan 16 00:41:37 1998 Alexandre Oliva
|
7649 |
|
|
|
7650 |
|
|
* configure.in: Check whether host and target makefile
|
7651 |
|
|
fragments exist before adding them to *_makefile_frag.
|
7652 |
|
|
|
7653 |
|
|
Wed Jan 14 23:39:10 1998 Bob Manson
|
7654 |
|
|
|
7655 |
|
|
* configure.in (target_configdirs): Add cygmon for sparc64-elf.
|
7656 |
|
|
|
7657 |
|
|
Wed Jan 14 12:48:07 1998 Keith Seitz
|
7658 |
|
|
|
7659 |
|
|
* configure.in: Make sure we only replace RPATH_ENVVAR on
|
7660 |
|
|
lines which begin with RPATH_ENVVAR, i.e. add "^" to the
|
7661 |
|
|
regexp to sed.
|
7662 |
|
|
|
7663 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
|
7664 |
|
|
to sub-makes.
|
7665 |
|
|
|
7666 |
|
|
1998-01-13 Lee Iverson (leei@ai.sri.com)
|
7667 |
|
|
|
7668 |
|
|
* config-ml.in (multi-do): LDFLAGS must include multilib
|
7669 |
|
|
designator.
|
7670 |
|
|
|
7671 |
|
|
Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
|
7672 |
|
|
|
7673 |
|
|
* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
|
7674 |
|
|
|
7675 |
|
|
Sun Jan 4 01:06:55 1998 Mumit Khan
|
7676 |
|
|
|
7677 |
|
|
* config.sub: Add mingw32 support.
|
7678 |
|
|
* configure.in: Likewise.
|
7679 |
|
|
|
7680 |
|
|
Sat Jan 3 12:11:05 1998 Franz Sirl
|
7681 |
|
|
|
7682 |
|
|
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
|
7683 |
|
|
|
7684 |
|
|
Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
|
7685 |
|
|
|
7686 |
|
|
* Makefile.in (INSTALL_TARGET): Do install-gcc first.
|
7687 |
|
|
* configure (gxx_include_dir): Provide a definition for subdirs
|
7688 |
|
|
which do not use autoconf.
|
7689 |
|
|
|
7690 |
|
|
Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
|
7691 |
|
|
|
7692 |
|
|
* config.guess: Sync with egcs. Picks up new alpha support,
|
7693 |
|
|
BeOS & some additional linux support.
|
7694 |
|
|
|
7695 |
|
|
Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
|
7696 |
|
|
|
7697 |
|
|
* config.guess: HP 9000/803 is a PA1.1 machine.
|
7698 |
|
|
|
7699 |
|
|
Mon Dec 22 02:39:24 1997 Richard Henderson
|
7700 |
|
|
|
7701 |
|
|
* configure.in: It's alpha*-...
|
7702 |
|
|
|
7703 |
|
|
Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
7704 |
|
|
|
7705 |
|
|
* configure.in (host_makefile_frag, target_makefile_frag):
|
7706 |
|
|
Handle multiple config files.
|
7707 |
|
|
(alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
|
7708 |
|
|
alpha-*-*.
|
7709 |
|
|
|
7710 |
|
|
Thu Dec 18 13:13:03 1997 Doug Evans
|
7711 |
|
|
|
7712 |
|
|
* mkdep: New file.
|
7713 |
|
|
|
7714 |
|
|
Wed Dec 17 09:53:02 1997 Michael Meissner
|
7715 |
|
|
|
7716 |
|
|
* configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
|
7717 |
|
|
|
7718 |
|
|
Tue Dec 16 17:36:05 1997 Ian Lance Taylor
|
7719 |
|
|
|
7720 |
|
|
* Makefile.in: Add libgui directory.
|
7721 |
|
|
(GDB_TK): Add all-libgui.
|
7722 |
|
|
* configure.in: Add libgui directory.
|
7723 |
|
|
* configure: Add all-libgui to GDB_TK.
|
7724 |
|
|
|
7725 |
|
|
Mon Dec 15 16:12:28 1997 Nick Clifton
|
7726 |
|
|
|
7727 |
|
|
* config-ml.in (multidirs): Add m32r to multilib list.
|
7728 |
|
|
|
7729 |
|
|
Fri Dec 12 10:43:31 1997 Brendan Kehoe
|
7730 |
|
|
|
7731 |
|
|
* Makefile.in (all-target-gperf): Change dependency to
|
7732 |
|
|
all-target-libstdc++.
|
7733 |
|
|
|
7734 |
|
|
Thu Dec 11 23:30:51 1997 Fred Fish
|
7735 |
|
|
|
7736 |
|
|
* config.guess: Add BeOS support.
|
7737 |
|
|
|
7738 |
|
|
Wed Dec 10 15:10:38 1997 Ian Lance Taylor
|
7739 |
|
|
|
7740 |
|
|
Source directory cvs renamed to cvssrc:
|
7741 |
|
|
* configure.in (host_tools): Change cvs to cvssrc.
|
7742 |
|
|
(native_only): Likewise.
|
7743 |
|
|
(noconfigdirs) [various cases]: Likewise.
|
7744 |
|
|
* Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
|
7745 |
|
|
(CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
|
7746 |
|
|
(INSTALL_MODULES): Change install-cvs to install-cvssrc.
|
7747 |
|
|
(CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
|
7748 |
|
|
(all-cvssrc): Rename target from all-cvs.
|
7749 |
|
|
|
7750 |
|
|
Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
|
7751 |
|
|
|
7752 |
|
|
* configure (gxx_include_dir): Fix thinko.
|
7753 |
|
|
|
7754 |
|
|
Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
|
7755 |
|
|
|
7756 |
|
|
* Makefile.in (INSTALL_TARGET_CROSS): Define.
|
7757 |
|
|
(install-cross, install-gcc-cross): New targets.
|
7758 |
|
|
|
7759 |
|
|
Tue Dec 2 10:08:31 1997 Nick Clifton
|
7760 |
|
|
|
7761 |
|
|
* configure.in (noconfigdirs): Add support for Thumb target.
|
7762 |
|
|
|
7763 |
|
|
* config.sub (maybe_os): Add support for Thumb target.
|
7764 |
|
|
|
7765 |
|
|
Sun Nov 30 16:12:27 1997 Bob Manson
|
7766 |
|
|
|
7767 |
|
|
* Makefile.in: Add rules for cygmon.
|
7768 |
|
|
|
7769 |
|
|
* configure.in: Build cygmon for sparc-elf and sparclite-aout.
|
7770 |
|
|
|
7771 |
|
|
Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
|
7772 |
|
|
|
7773 |
|
|
* Makefile.in (INSTALL_TARGET): Do install-gcc first.
|
7774 |
|
|
* configure (gxx_include_dir): Provide a definition for subdirs
|
7775 |
|
|
which do not use autoconf.
|
7776 |
|
|
|
7777 |
|
|
Wed Nov 26 11:53:33 1997 Keith Seitz
|
7778 |
|
|
|
7779 |
|
|
* Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
|
7780 |
|
|
11/18/97 build
|
7781 |
|
|
|
7782 |
|
|
Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
|
7783 |
|
|
|
7784 |
|
|
* From Franz Sirl.
|
7785 |
|
|
* config.guess (powerpc*-*-linux): Handle glibc2 beta release
|
7786 |
|
|
found on RedHat Linux systems.
|
7787 |
|
|
|
7788 |
|
|
Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
|
7789 |
|
|
|
7790 |
|
|
* config.guess (alpha stuff): Merge with FSF to avoid incorrect
|
7791 |
|
|
guesses.
|
7792 |
|
|
|
7793 |
|
|
Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
|
7794 |
|
|
|
7795 |
|
|
* configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
|
7796 |
|
|
|
7797 |
|
|
Mon Nov 10 15:23:21 1997 H.J. Lu
|
7798 |
|
|
|
7799 |
|
|
* ltmain.sh: If mkdir fails, check whether the directory was created
|
7800 |
|
|
anyhow by some other process.
|
7801 |
|
|
|
7802 |
|
|
Mon Nov 10 14:38:03 1997 Michael Meissner
|
7803 |
|
|
|
7804 |
|
|
* configure.in (d30v-*-*): Configure all directories.
|
7805 |
|
|
|
7806 |
|
|
Sun Nov 9 17:36:20 1997 Michael Meissner
|
7807 |
|
|
|
7808 |
|
|
* configure.in (d30v-*-*): Configure newlib, libiberty directories
|
7809 |
|
|
for the D30V.
|
7810 |
|
|
|
7811 |
|
|
Sat Nov 8 14:42:59 1997 Michael Meissner
|
7812 |
|
|
|
7813 |
|
|
* configure.in (d30v-*-*): Configure target-libgloss on the D30V.
|
7814 |
|
|
|
7815 |
|
|
Fri Nov 7 10:34:09 1997 Rob Savoye
|
7816 |
|
|
|
7817 |
|
|
* include/libiberty.h: Add extern "C" { so it can be used with C++
|
7818 |
|
|
progrms.
|
7819 |
|
|
* include/remote-sim.h: Add extern "C" { so it can be used with C++
|
7820 |
|
|
programs.
|
7821 |
|
|
|
7822 |
|
|
Thu Oct 30 11:09:29 1997 Michael Meissner
|
7823 |
|
|
|
7824 |
|
|
* configure.in (d30v-*-*): Configure GCC now.
|
7825 |
|
|
|
7826 |
|
|
Mon Oct 27 13:17:24 1997 Stan Shebs
|
7827 |
|
|
|
7828 |
|
|
* configure.in: Remove a "second pass" of tweaking noconfigdirs,
|
7829 |
|
|
is no longer needed.
|
7830 |
|
|
|
7831 |
|
|
Mon Oct 27 12:03:53 1997 Jason Merrill
|
7832 |
|
|
|
7833 |
|
|
* Makefile.in: check-target-libio depends on all-target-libstdc++.
|
7834 |
|
|
|
7835 |
|
|
Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
|
7836 |
|
|
|
7837 |
|
|
* Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
|
7838 |
|
|
targets using "$@" to provide support for similar but not identical
|
7839 |
|
|
targets without having to duplicate code.
|
7840 |
|
|
|
7841 |
|
|
Mon Oct 20 15:28:49 1997 Klaus K"ampf
|
7842 |
|
|
|
7843 |
|
|
* makefile.vms: Fix to work with DEC C.
|
7844 |
|
|
|
7845 |
|
|
Tue Oct 7 23:58:57 1997 Gavin Koch
|
7846 |
|
|
|
7847 |
|
|
* config.sub: Add mips-tx39-elf to marketing names.
|
7848 |
|
|
|
7849 |
|
|
Tue Oct 7 14:24:41 1997 Ian Lance Taylor
|
7850 |
|
|
|
7851 |
|
|
* ltmain.sh: Handle symlinks in generated script.
|
7852 |
|
|
|
7853 |
|
|
Wed Oct 1 13:11:27 1997 Ian Lance Taylor
|
7854 |
|
|
|
7855 |
|
|
* configure: Handle autoconf style directory options: --bindir,
|
7856 |
|
|
--datadir, --includedir, --infodir, --libdir, --libexecdir,
|
7857 |
|
|
--mandir, --oldincludedir, --sbindir, --sharedstatedir,
|
7858 |
|
|
--sysconfdir.
|
7859 |
|
|
* Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
|
7860 |
|
|
(sharedstatedir, localstatedir, oldincludedir): New variables.
|
7861 |
|
|
(BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
|
7862 |
|
|
infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
|
7863 |
|
|
sbindir, sharedstatedir, and sysconfdir.
|
7864 |
|
|
|
7865 |
|
|
Mon Sep 29 00:38:08 1997 Aaron Jackson
|
7866 |
|
|
|
7867 |
|
|
* Makefile.in (bootstrap-lean): New target.
|
7868 |
|
|
|
7869 |
|
|
Wed Sep 24 18:06:27 1997 Stu Grossman
|
7870 |
|
|
|
7871 |
|
|
* configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
|
7872 |
|
|
sn, and gnuserv from noconfigdirs.
|
7873 |
|
|
|
7874 |
|
|
Wed Sep 24 15:18:32 1997 Ian Lance Taylor
|
7875 |
|
|
|
7876 |
|
|
* ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
|
7877 |
|
|
|
7878 |
|
|
Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
|
7879 |
|
|
|
7880 |
|
|
* Makefile.in (cross): New target.
|
7881 |
|
|
|
7882 |
|
|
Thu Sep 18 21:43:23 1997 Alexandre Oliva
|
7883 |
|
|
Jeff Law
|
7884 |
|
|
|
7885 |
|
|
* Makefile.in (bootstrap2, bootstrap3): New targets.
|
7886 |
|
|
(all-bootstrap): Remove outdated and confusing target.
|
7887 |
|
|
(bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
|
7888 |
|
|
|
7889 |
|
|
Thu Sep 18 15:37:42 1997 Andrew Cagney
|
7890 |
|
|
|
7891 |
|
|
* configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
|
7892 |
|
|
windows. Consistent with gdb/configure.
|
7893 |
|
|
|
7894 |
|
|
1997-09-15 02:37 Ulrich Drepper
|
7895 |
|
|
|
7896 |
|
|
* configure.in: Name Linux target fragment.
|
7897 |
|
|
|
7898 |
|
|
* configure: Rewrite so that project Makefile fragment is inserted
|
7899 |
|
|
first and appears last in the resulting Makefile.
|
7900 |
|
|
|
7901 |
|
|
Tue Sep 16 09:55:07 1997 Andrew Cagney
|
7902 |
|
|
|
7903 |
|
|
* Makefile.in (install-itcl): Install tcl first.
|
7904 |
|
|
|
7905 |
|
|
Fri Sep 12 16:19:20 1997 Geoffrey Noer
|
7906 |
|
|
|
7907 |
|
|
* configure.in: remove bison from noconfigdirs for Cygwin32 host
|
7908 |
|
|
|
7909 |
|
|
Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
7910 |
|
|
|
7911 |
|
|
* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
|
7912 |
|
|
|
7913 |
|
|
* configure.in (skipdirs): Add target-librx for Linux.
|
7914 |
|
|
(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
|
7915 |
|
|
|
7916 |
|
|
Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
|
7917 |
|
|
|
7918 |
|
|
* Makefile.in (bootstrap): New target.
|
7919 |
|
|
|
7920 |
|
|
Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
|
7921 |
|
|
|
7922 |
|
|
* config.sub: Accept 'amigados' for backward compatability.
|
7923 |
|
|
|
7924 |
|
|
Mon Sep 8 20:46:20 1997 Ian Lance Taylor
|
7925 |
|
|
|
7926 |
|
|
* config.guess: Merge with FSF.
|
7927 |
|
|
|
7928 |
|
|
Sun Sep 7 23:18:32 1997 Fred Fish
|
7929 |
|
|
|
7930 |
|
|
* config.sub: Change 'amigados' to 'amigaos' to match current usage.
|
7931 |
|
|
|
7932 |
|
|
Sun Sep 7 15:55:28 1997 Gavin Koch
|
7933 |
|
|
|
7934 |
|
|
* config.sub: Add "marketing-names" patch.
|
7935 |
|
|
|
7936 |
|
|
Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
|
7937 |
|
|
|
7938 |
|
|
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
|
7939 |
|
|
|
7940 |
|
|
Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
|
7941 |
|
|
|
7942 |
|
|
* config.sub: Handle v850-elf.
|
7943 |
|
|
|
7944 |
|
|
Wed Sep 3 22:01:58 1997 Fred Fish
|
7945 |
|
|
|
7946 |
|
|
* .cvsignore (*-install): Remove.
|
7947 |
|
|
|
7948 |
|
|
Wed Sep 3 12:15:24 1997 Chris Provenzano
|
7949 |
|
|
|
7950 |
|
|
* ltconfig: Set CONFIG_SHELL in libtool.
|
7951 |
|
|
* ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
|
7952 |
|
|
|
7953 |
|
|
Mon Sep 1 16:45:44 1997 Jim Wilson
|
7954 |
|
|
|
7955 |
|
|
* configure.in (target_subdir): Set to libraries if enable_multilib.
|
7956 |
|
|
|
7957 |
|
|
Wed Aug 27 16:15:11 1997 Jim Wilson
|
7958 |
|
|
|
7959 |
|
|
* config.guess: Update from gcc directory.
|
7960 |
|
|
|
7961 |
|
|
Tue Aug 26 16:46:46 1997 Andrew Cagney
|
7962 |
|
|
|
7963 |
|
|
* Makefile.in (all-sim): Depends on all-readline.
|
7964 |
|
|
|
7965 |
|
|
Wed Aug 20 19:57:37 1997 Jason Merrill
|
7966 |
|
|
|
7967 |
|
|
* Makefile.in (BISON, YACC): Use $$s.
|
7968 |
|
|
(all-bison): Depend on all-texinfo.
|
7969 |
|
|
|
7970 |
|
|
Tue Aug 19 01:41:32 1997 Jason Merrill
|
7971 |
|
|
|
7972 |
|
|
* Makefile.in (BISON): Add -L flag.
|
7973 |
|
|
(YACC): Likewise.
|
7974 |
|
|
|
7975 |
|
|
Mon Aug 18 11:30:50 1997 Nick Clifton
|
7976 |
|
|
|
7977 |
|
|
* configure.in (noconfigdirs): Add support for v850e target.
|
7978 |
|
|
|
7979 |
|
|
* config.sub (maybe_os): Add support for v850e target.
|
7980 |
|
|
|
7981 |
|
|
Mon Aug 18 11:30:50 1997 Nick Clifton
|
7982 |
|
|
|
7983 |
|
|
* configure.in (noconfigdirs): Add support for v850ea target.
|
7984 |
|
|
|
7985 |
|
|
* config.sub (maybe_os): Add support for v850ea target.
|
7986 |
|
|
|
7987 |
|
|
Mon Aug 18 09:24:06 1997 Gavin Koch
|
7988 |
|
|
|
7989 |
|
|
* config.sub: Add mipstx39. Delete r3900.
|
7990 |
|
|
|
7991 |
|
|
Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
7992 |
|
|
|
7993 |
|
|
* Makefile.in (all-autoconf): Depends on all-texinfo.
|
7994 |
|
|
|
7995 |
|
|
Fri Aug 15 23:09:26 1997 Michael Meissner
|
7996 |
|
|
|
7997 |
|
|
* config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
|
7998 |
|
|
eabi targets.
|
7999 |
|
|
|
8000 |
|
|
Thu Aug 14 14:42:17 1997 Ian Lance Taylor
|
8001 |
|
|
|
8002 |
|
|
* configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
|
8003 |
|
|
|
8004 |
|
|
* configure: When handling a Canadian Cross, handle YACC as well as
|
8005 |
|
|
BISON. Just set BISON to bison. When setting YACC, prefer bison.
|
8006 |
|
|
* Makefile.in (all-bison): Depend upon all-texinfo.
|
8007 |
|
|
|
8008 |
|
|
Tue Aug 12 20:09:48 1997 Jason Merrill
|
8009 |
|
|
|
8010 |
|
|
* Makefile.in (BISON): bison, not byacc or bison -y.
|
8011 |
|
|
(YACC): bison -y or byacc or yacc.
|
8012 |
|
|
(various): Add *-bison as appropriate.
|
8013 |
|
|
(taz): No need to mess with BISON anymore.
|
8014 |
|
|
|
8015 |
|
|
Tue Aug 12 22:33:08 1997 Ian Lance Taylor
|
8016 |
|
|
|
8017 |
|
|
* configure: If OSTYPE matches *win32*, try to find a good value for
|
8018 |
|
|
CONFIG_SHELL.
|
8019 |
|
|
|
8020 |
|
|
Sun Aug 10 14:41:11 1997 Ian Lance Taylor
|
8021 |
|
|
|
8022 |
|
|
* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
|
8023 |
|
|
configure.in if it is present.
|
8024 |
|
|
|
8025 |
|
|
Sat Aug 9 00:58:01 1997 Ian Lance Taylor
|
8026 |
|
|
|
8027 |
|
|
* Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
|
8028 |
|
|
|
8029 |
|
|
Fri Aug 8 16:30:13 1997 Doug Evans
|
8030 |
|
|
|
8031 |
|
|
* config.sub: Recognize `arc' cpu.
|
8032 |
|
|
* configure.in: Likewise.
|
8033 |
|
|
* config-ml.in: Likewise.
|
8034 |
|
|
|
8035 |
|
|
Thu Aug 7 11:02:34 1997 Ian Lance Taylor
|
8036 |
|
|
|
8037 |
|
|
* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
|
8038 |
|
|
|
8039 |
|
|
Wed Aug 6 16:27:29 1997 Chris Provenzano
|
8040 |
|
|
|
8041 |
|
|
* configure: Changed sed delimiter from ':' to '|' when
|
8042 |
|
|
attempting to substitute ${config_shell} for SHELL. On
|
8043 |
|
|
NT ${config_shell} may contain a ':' in it.
|
8044 |
|
|
|
8045 |
|
|
Wed Aug 6 12:29:05 1997 Jason Merrill
|
8046 |
|
|
|
8047 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
|
8048 |
|
|
|
8049 |
|
|
Wed Aug 6 00:42:35 1997 Ian Lance Taylor
|
8050 |
|
|
|
8051 |
|
|
* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
|
8052 |
|
|
|
8053 |
|
|
Tue Aug 5 14:08:51 1997 Ian Lance Taylor
|
8054 |
|
|
|
8055 |
|
|
* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
|
8056 |
|
|
|
8057 |
|
|
* ylwrap: If the program is a relative path, force it to be
|
8058 |
|
|
absolute.
|
8059 |
|
|
|
8060 |
|
|
Tue Aug 5 12:12:44 1997 Andrew Cagney
|
8061 |
|
|
|
8062 |
|
|
* configure (tooldir): Set BISON to `bison -y' and not just bison.
|
8063 |
|
|
|
8064 |
|
|
Mon Aug 4 22:59:02 1997 Andrew Cagney
|
8065 |
|
|
|
8066 |
|
|
* Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
|
8067 |
|
|
correctly specify the target build directory $(TARGET_SUBDIR)/winsup
|
8068 |
|
|
for libraries.
|
8069 |
|
|
|
8070 |
|
|
Mon Aug 4 12:40:24 1997 Jason Merrill
|
8071 |
|
|
|
8072 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
|
8073 |
|
|
separated by spaces.
|
8074 |
|
|
|
8075 |
|
|
Thu Jul 31 19:49:49 1997 Ian Lance Taylor
|
8076 |
|
|
|
8077 |
|
|
* ylwrap: New file.
|
8078 |
|
|
* Makefile.in (DEVO_SUPPORT): Add ylwrap.
|
8079 |
|
|
|
8080 |
|
|
* ltmain.sh: Handle /bin/sh at start of install program.
|
8081 |
|
|
|
8082 |
|
|
* Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
|
8083 |
|
|
|
8084 |
|
|
* ltconfig, ltmain.sh: New files, from libtool 1.0.
|
8085 |
|
|
* missing: New file, from automake 1.2.
|
8086 |
|
|
|
8087 |
|
|
Thu Jul 24 12:57:56 1997 Ian Lance Taylor
|
8088 |
|
|
|
8089 |
|
|
* Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
|
8090 |
|
|
check-tk to CHECK_X11_MODULES.
|
8091 |
|
|
|
8092 |
|
|
Wed Jul 23 17:03:29 1997 Ian Lance Taylor
|
8093 |
|
|
|
8094 |
|
|
* config.sub: Merge with FSF.
|
8095 |
|
|
|
8096 |
|
|
Tue Jul 22 19:08:29 1997 Ian Lance Taylor
|
8097 |
|
|
|
8098 |
|
|
* config.guess: Merge with FSF.
|
8099 |
|
|
|
8100 |
|
|
Tue Jul 22 14:50:42 1997 Robert Hoehne
|
8101 |
|
|
|
8102 |
|
|
* configure: Treat msdosdjgpp like go32.
|
8103 |
|
|
* configure.in: Likewise. Don't remove gprof for go32.
|
8104 |
|
|
|
8105 |
|
|
* configure: Change Makefile.tem2 to Makefile.tm2.
|
8106 |
|
|
|
8107 |
|
|
Mon Jul 21 10:31:26 1997 Stephen Peters
|
8108 |
|
|
|
8109 |
|
|
* configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
|
8110 |
|
|
|
8111 |
|
|
Tue Jul 15 14:33:03 1997 Brendan Kehoe
|
8112 |
|
|
|
8113 |
|
|
* install-sh (chmodcmd): Set to null if the DST directory already
|
8114 |
|
|
exists. Same as Nov 11th change.
|
8115 |
|
|
|
8116 |
|
|
Mon Jul 14 11:01:15 1997 Martin M. Hunt
|
8117 |
|
|
|
8118 |
|
|
* configure (GDB_TK): Needs itcl and tix.
|
8119 |
|
|
|
8120 |
|
|
Mon Jul 14 00:32:10 1997 Jason Merrill
|
8121 |
|
|
|
8122 |
|
|
* config.guess: Update from FSF.
|
8123 |
|
|
|
8124 |
|
|
Fri Jul 11 11:57:11 1997 Martin M. Hunt
|
8125 |
|
|
|
8126 |
|
|
* Makefile.in (GDB_TK): Depend on itcl and tix.
|
8127 |
|
|
|
8128 |
|
|
Fri Jul 4 13:25:31 1997 Ian Lance Taylor
|
8129 |
|
|
|
8130 |
|
|
* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
|
8131 |
|
|
(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
|
8132 |
|
|
(INSTALL_SCRIPT): New variable.
|
8133 |
|
|
(BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
|
8134 |
|
|
* configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
|
8135 |
|
|
to -x.
|
8136 |
|
|
* install-sh: Add support for -x option.
|
8137 |
|
|
|
8138 |
|
|
Mon Jun 30 15:51:30 1997 Ian Lance Taylor
|
8139 |
|
|
|
8140 |
|
|
* configure.in, Makefile.in: Treat tix like itcl.
|
8141 |
|
|
|
8142 |
|
|
Thu Jun 26 13:59:19 1997 Ian Lance Taylor
|
8143 |
|
|
|
8144 |
|
|
* Makefile.in (WINDRES): New variable.
|
8145 |
|
|
(WINDRES_FOR_TARGET): New variable.
|
8146 |
|
|
(BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
|
8147 |
|
|
(EXTRA_HOST_FLAGS): Add WINDRES.
|
8148 |
|
|
(EXTRA_TARGET_FLAGS): Add WINDRES.
|
8149 |
|
|
(EXTRA_GCC_FLAGS): Add WINDRES.
|
8150 |
|
|
($(DO_X)): Pass down WINDRES.
|
8151 |
|
|
($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
|
8152 |
|
|
* configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
|
8153 |
|
|
DLLTOOL_FOR_TARGET.
|
8154 |
|
|
|
8155 |
|
|
Wed Jun 25 15:01:26 1997 Felix Lee
|
8156 |
|
|
|
8157 |
|
|
* configure.in: configure sim before gdb for win32-x-ppc
|
8158 |
|
|
|
8159 |
|
|
Wed Jun 25 12:18:54 1997 Brendan Kehoe
|
8160 |
|
|
|
8161 |
|
|
Move gperf into the toplevel, from libg++.
|
8162 |
|
|
* configure.in (target_tools): Add target-gperf.
|
8163 |
|
|
(native_only): Add target-gperf.
|
8164 |
|
|
* Makefile.in (all-target-gperf): New target, depend on
|
8165 |
|
|
all-target-libg++.
|
8166 |
|
|
(configure-target-gperf): Empty rule.
|
8167 |
|
|
(ALL_TARGET_MODULES): Add all-target-gperf.
|
8168 |
|
|
(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
|
8169 |
|
|
(CHECK_TARGET_MODULES): Add check-target-gperf.
|
8170 |
|
|
(INSTALL_TARGET_MODULES): Add install-target-gperf.
|
8171 |
|
|
(CLEAN_TARGET_MODULES): Add clean-target-gperf.
|
8172 |
|
|
|
8173 |
|
|
Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
|
8174 |
|
|
|
8175 |
|
|
* config.sub (mn10200): Recognize new basic machine.
|
8176 |
|
|
|
8177 |
|
|
Thu Jun 19 14:16:42 1997 Brendan Kehoe
|
8178 |
|
|
|
8179 |
|
|
* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
|
8180 |
|
|
--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
|
8181 |
|
|
|
8182 |
|
|
Tue Jun 17 15:31:20 1997 Brendan Kehoe
|
8183 |
|
|
|
8184 |
|
|
* configure.in: If we're building mips-sgi-irix6* native, turn on
|
8185 |
|
|
ENABLE_MULTILIB and set TARGET_SUBDIR.
|
8186 |
|
|
|
8187 |
|
|
Tue Jun 17 12:20:59 1997 Tom Tromey
|
8188 |
|
|
|
8189 |
|
|
* Makefile.in (all-sn): Depend on all-grep.
|
8190 |
|
|
|
8191 |
|
|
Mon Jun 16 11:11:10 1997 Ian Lance Taylor
|
8192 |
|
|
|
8193 |
|
|
* configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
|
8194 |
|
|
|
8195 |
|
|
* configure: Set CFLAGS and CXXFLAGS, and substitute them into
|
8196 |
|
|
Makefile. From Jeff Makey .
|
8197 |
|
|
* Makefile.in: Add comment for CFLAGS and CXXFLAGS.
|
8198 |
|
|
|
8199 |
|
|
* Makefile.in (DISTBISONFILES): Remove.
|
8200 |
|
|
(taz): Don't futz with DISTBISONFILES. Change BISON to use
|
8201 |
|
|
$(DEFAULT_YACC).
|
8202 |
|
|
|
8203 |
|
|
* configure.in: Build itl, db, sn, etc., when building for native
|
8204 |
|
|
cygwin32.
|
8205 |
|
|
|
8206 |
|
|
* Makefile.in (LD): New variable.
|
8207 |
|
|
(EXTRA_HOST_FLAGS): Pass down LD.
|
8208 |
|
|
($(DO_X)): Likewise.
|
8209 |
|
|
|
8210 |
|
|
Mon Jun 16 11:10:35 1997 Philip Blundell
|
8211 |
|
|
|
8212 |
|
|
* Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
|
8213 |
|
|
|
8214 |
|
|
Fri Jun 13 10:22:56 1997 Bob Manson
|
8215 |
|
|
|
8216 |
|
|
* configure.in (targargs): Strip out any supplied --build argument
|
8217 |
|
|
before adding our own. Always add --build.
|
8218 |
|
|
|
8219 |
|
|
Thu Jun 12 21:12:28 1997 Bob Manson
|
8220 |
|
|
|
8221 |
|
|
* configure.in (targargs): Pass --build if we're doing
|
8222 |
|
|
a cross-compile.
|
8223 |
|
|
|
8224 |
|
|
Fri Jun 6 21:38:40 1997 Rob Savoye
|
8225 |
|
|
|
8226 |
|
|
* configure: Use '|' instead of ":" as the separator in
|
8227 |
|
|
sed. Otherwise sed chokes on NT path names with drive
|
8228 |
|
|
designators. Also look for "?:*" as the leading characters in an
|
8229 |
|
|
absolute pathname.
|
8230 |
|
|
|
8231 |
|
|
Mon Jun 2 13:05:20 1997 Gavin Koch
|
8232 |
|
|
|
8233 |
|
|
* config.sub: Support for r3900.
|
8234 |
|
|
|
8235 |
|
|
Wed May 21 17:33:31 1997 Ian Lance Taylor
|
8236 |
|
|
|
8237 |
|
|
* configure.in: Use install-sh, not install.sh.
|
8238 |
|
|
|
8239 |
|
|
Wed May 14 16:06:51 1997 Ian Lance Taylor
|
8240 |
|
|
|
8241 |
|
|
* Makefile.in (taz): Improve check for BISON so it doesn't try to
|
8242 |
|
|
apply it twice.
|
8243 |
|
|
|
8244 |
|
|
Fri May 9 17:22:05 1997 Ian Lance Taylor
|
8245 |
|
|
|
8246 |
|
|
* Makefile.in (INSTALL_MODULES): Put install-opcodes before
|
8247 |
|
|
install-binutils.
|
8248 |
|
|
|
8249 |
|
|
Thu May 8 17:29:50 1997 Ian Lance Taylor
|
8250 |
|
|
|
8251 |
|
|
* Makefile.in: Add automake targets.
|
8252 |
|
|
* configure.in (host_tools): Add automake.
|
8253 |
|
|
|
8254 |
|
|
Tue May 6 15:49:52 1997 Ian Lance Taylor
|
8255 |
|
|
|
8256 |
|
|
* configure: Default CXX to c++, not gcc.
|
8257 |
|
|
* Makefile.in (CXX): Set to c++, not gcc.
|
8258 |
|
|
(CXX_FOR_TARGET): When cross, transform c++, not gcc.
|
8259 |
|
|
|
8260 |
|
|
Thu May 1 10:11:43 1997 Geoffrey Noer
|
8261 |
|
|
|
8262 |
|
|
* install-sh: try appending a .exe if source file doesn't
|
8263 |
|
|
exist
|
8264 |
|
|
|
8265 |
|
|
Wed Apr 30 12:05:36 1997 Jason Merrill
|
8266 |
|
|
|
8267 |
|
|
* configure.in: Turn on multilib by default.
|
8268 |
|
|
(cross_only): Remove target-libiberty.
|
8269 |
|
|
|
8270 |
|
|
* Makefile.in (all-gcc): Don't depend on libiberty.
|
8271 |
|
|
|
8272 |
|
|
Mon Apr 28 18:39:45 1997 Michael Snyder
|
8273 |
|
|
|
8274 |
|
|
* config.guess: improve algorithm for recognizing Gnu Hurd x86.
|
8275 |
|
|
|
8276 |
|
|
Thu Apr 24 19:30:07 1997 Ian Lance Taylor
|
8277 |
|
|
|
8278 |
|
|
* Makefile.in (DEVO_SUPPORT): Add mpw-install.
|
8279 |
|
|
(DISTBISONFILES): Add ld/Makefile.in
|
8280 |
|
|
|
8281 |
|
|
Tue Apr 22 17:17:28 1997 Geoffrey Noer
|
8282 |
|
|
|
8283 |
|
|
* configure.in: if target is cygwin32 but host isn't cygwin32,
|
8284 |
|
|
don't configure gdb tcl tk expect, not just gdb.
|
8285 |
|
|
|
8286 |
|
|
Mon Apr 21 13:33:39 1997 Tom Tromey
|
8287 |
|
|
|
8288 |
|
|
* configure.in: Added gnuserv everywhere sn appears.
|
8289 |
|
|
|
8290 |
|
|
* Makefile.in (ALL_MODULES): Added all-gnuserv.
|
8291 |
|
|
(CROSS_CHECK_MODULES): Added check-gnuserv.
|
8292 |
|
|
(INSTALL_MODULES): Added install-gnuserv.
|
8293 |
|
|
(CLEAN_MODULES): Added clean-gnuserv.
|
8294 |
|
|
(all-gnuserv): New target.
|
8295 |
|
|
|
8296 |
|
|
Thu Apr 17 13:57:06 1997 Per Fogelstrom
|
8297 |
|
|
|
8298 |
|
|
* config.guess: Fixes for MIPS OpenBSD systems.
|
8299 |
|
|
|
8300 |
|
|
Tue Apr 15 12:21:07 1997 Ian Lance Taylor
|
8301 |
|
|
|
8302 |
|
|
* Makefile.in (INSTALL_XFORM): Remove.
|
8303 |
|
|
(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
|
8304 |
|
|
|
8305 |
|
|
* mkinstalldirs: New file, copied from automake.
|
8306 |
|
|
* Makefile.in (installdirs): Rename from install-dirs. Use
|
8307 |
|
|
mkinstalldirs. Change all users.
|
8308 |
|
|
(DEVO_SUPPORT): Add mkinstalldirs.
|
8309 |
|
|
|
8310 |
|
|
Mon Apr 14 11:21:38 1997 Ian Lance Taylor
|
8311 |
|
|
|
8312 |
|
|
* install-sh: Rename from install.sh.
|
8313 |
|
|
* Makefile.in (INSTALL): Change install.sh to install-sh.
|
8314 |
|
|
(DEVO_SUPPORT): Likewise.
|
8315 |
|
|
|
8316 |
|
|
* configure: Use ${config_shell} with ${moveifchange}. From Thomas
|
8317 |
|
|
Graichen .
|
8318 |
|
|
|
8319 |
|
|
Fri Apr 11 16:37:10 1997 Niklas Hallqvist
|
8320 |
|
|
|
8321 |
|
|
* config.guess: Recognize OpenBSD systems correctly.
|
8322 |
|
|
|
8323 |
|
|
Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
8324 |
|
|
|
8325 |
|
|
* README, Makefile.in (ETC_SUPPORT): Remove references to
|
8326 |
|
|
cfg-paper*, configure.{texi,man,info*}._
|
8327 |
|
|
|
8328 |
|
|
Sun Apr 6 18:47:57 1997 Andrew Cagney
|
8329 |
|
|
|
8330 |
|
|
* Makefile.in (all.normal): Ensure that gcc is built after all
|
8331 |
|
|
the x11 - ie gdb - targets.
|
8332 |
|
|
|
8333 |
|
|
Tue Apr 1 16:28:50 1997 Klaus Kaempf
|
8334 |
|
|
|
8335 |
|
|
* makefile.vms: Don't run conf-a-gas.
|
8336 |
|
|
|
8337 |
|
|
Mon Mar 31 16:26:55 1997 Joel Sherrill
|
8338 |
|
|
|
8339 |
|
|
* configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
|
8340 |
|
|
|
8341 |
|
|
Sun Mar 30 12:38:27 1997 Fred Fish
|
8342 |
|
|
|
8343 |
|
|
* configure.in: Remove noconfigdirs case since gdb also
|
8344 |
|
|
configures and builds for tic80-coff.
|
8345 |
|
|
|
8346 |
|
|
Fri Mar 28 18:28:52 1997 Ian Lance Taylor
|
8347 |
|
|
|
8348 |
|
|
* configure: Set cache_file to config.cache.
|
8349 |
|
|
* Makefile.in (local-distclean): Remove config.cache.
|
8350 |
|
|
|
8351 |
|
|
Wed Mar 26 18:49:39 1997 Ian Lance Taylor
|
8352 |
|
|
|
8353 |
|
|
* COPYING: Update FSF address.
|
8354 |
|
|
|
8355 |
|
|
Wed Mar 26 10:38:25 1997 Michael Meissner
|
8356 |
|
|
|
8357 |
|
|
* configure.in (tic80-*-*): Remove G++ libraries and libgloss from
|
8358 |
|
|
noconfigdirs.
|
8359 |
|
|
|
8360 |
|
|
Mon Mar 24 15:02:39 1997 Ian Lance Taylor
|
8361 |
|
|
|
8362 |
|
|
* Makefile.in (install-dirs): Don't crash if prefix, and hence
|
8363 |
|
|
MAKEDIRS, is empty.
|
8364 |
|
|
|
8365 |
|
|
Mon Mar 24 12:40:55 1997 Doug Evans
|
8366 |
|
|
|
8367 |
|
|
* config.sub: Tweak mn10300 entry.
|
8368 |
|
|
|
8369 |
|
|
Fri Mar 21 15:35:27 1997 Michael Meissner
|
8370 |
|
|
|
8371 |
|
|
* configure.in (host_tools): Put sim before gdb, so gdb's
|
8372 |
|
|
configure.tgt can determine if the simulator was configured.
|
8373 |
|
|
|
8374 |
|
|
Sun Mar 16 16:07:08 1997 Fred Fish
|
8375 |
|
|
|
8376 |
|
|
* config.sub: Move BeOS $os case to be with other Cygnus
|
8377 |
|
|
local cases.
|
8378 |
|
|
|
8379 |
|
|
Sun Mar 16 01:34:55 1997 Martin Hunt
|
8380 |
|
|
|
8381 |
|
|
* config.sub: Remove misplaced comment that broke Linux.
|
8382 |
|
|
|
8383 |
|
|
Sat Mar 15 22:50:15 1997 Fred Fish
|
8384 |
|
|
|
8385 |
|
|
* config.sub: Add BeOS support.
|
8386 |
|
|
|
8387 |
|
|
Mon Mar 10 13:30:11 1997 Tom Tromey
|
8388 |
|
|
|
8389 |
|
|
* Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
|
8390 |
|
|
|
8391 |
|
|
Wed Mar 5 12:09:29 1997 Martin
|
8392 |
|
|
|
8393 |
|
|
* configure.in (noconfigdirs): Remove tcl and tk from
|
8394 |
|
|
noconfigdirs for cygwin32 builds.
|
8395 |
|
|
|
8396 |
|
|
Fri Feb 28 18:20:15 1997 Fred Fish
|
8397 |
|
|
|
8398 |
|
|
* configure.in (tic80-*-*): Remove ld from noconfigdirs.
|
8399 |
|
|
|
8400 |
|
|
Thu Feb 27 14:57:26 1997 Ken Raeburn
|
8401 |
|
|
|
8402 |
|
|
* Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
|
8403 |
|
|
make-all.com, use makefile.vms instead.
|
8404 |
|
|
|
8405 |
|
|
Tue Feb 25 18:46:14 1997 Stan Shebs
|
8406 |
|
|
|
8407 |
|
|
* config.sub: Accept -lnews*.
|
8408 |
|
|
|
8409 |
|
|
Tue Feb 25 13:19:14 1997 Andrew Cagney
|
8410 |
|
|
|
8411 |
|
|
* configure.in (noconfigdirs): Disable target-newlib,
|
8412 |
|
|
target-examples and target-libiberty for d30v.
|
8413 |
|
|
|
8414 |
|
|
Fri Feb 21 17:56:25 1997 Martin M. Hunt
|
8415 |
|
|
|
8416 |
|
|
* configure.in (noconfigdirs): Enable ld for d30v.
|
8417 |
|
|
|
8418 |
|
|
Fri Feb 21 20:58:51 1997 Michael Meissner
|
8419 |
|
|
|
8420 |
|
|
* configure.in (tic80-*-*): Build compiler.
|
8421 |
|
|
|
8422 |
|
|
Sun Feb 16 15:41:09 1997 Andrew Cagney
|
8423 |
|
|
|
8424 |
|
|
* configure.in (d30v-*): Remove sim directory from list of
|
8425 |
|
|
unsupported d30v directories
|
8426 |
|
|
|
8427 |
|
|
Tue Feb 18 17:32:42 1997 Martin M. Hunt
|
8428 |
|
|
|
8429 |
|
|
* config.sub, configure.in: Add d30v target cpu.
|
8430 |
|
|
|
8431 |
|
|
Thu Feb 13 22:04:44 1997 Klaus Kaempf
|
8432 |
|
|
|
8433 |
|
|
* makefile.vms: New file.
|
8434 |
|
|
* make-all.com: Remove.
|
8435 |
|
|
|
8436 |
|
|
Wed Feb 12 12:54:18 1997 Jim Wilson
|
8437 |
|
|
|
8438 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
|
8439 |
|
|
|
8440 |
|
|
Sat Feb 8 20:36:49 1997 Michael Meissner
|
8441 |
|
|
|
8442 |
|
|
* Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
|
8443 |
|
|
|
8444 |
|
|
Tue Feb 4 11:39:29 1997 Tom Tromey
|
8445 |
|
|
|
8446 |
|
|
* Makefile.in (ALL_MODULES): Added all-db.
|
8447 |
|
|
(CROSS_CHECK_MODULES): Addec check-db.
|
8448 |
|
|
(INSTALL_MODULES): Added install-db.
|
8449 |
|
|
(CLEAN_MODULES): Added clean-db.
|
8450 |
|
|
|
8451 |
|
|
Mon Feb 3 13:29:36 1997 Ian Lance Taylor
|
8452 |
|
|
|
8453 |
|
|
* config.guess: Merge with latest FSF sources.
|
8454 |
|
|
|
8455 |
|
|
Tue Jan 28 09:20:37 1997 Tom Tromey
|
8456 |
|
|
|
8457 |
|
|
* Makefile.in (ALL_MODULES): Added all-itcl.
|
8458 |
|
|
(CROSS_CHECK_MODULES): Added check-itcl.
|
8459 |
|
|
(INSTALL_MODULES): Added install-itcl.
|
8460 |
|
|
(CLEAN_MODULES): Added clean-itcl.
|
8461 |
|
|
|
8462 |
|
|
Thu Jan 23 01:44:27 1997 Geoffrey Noer
|
8463 |
|
|
|
8464 |
|
|
* configure.in: build gdb for mn10200
|
8465 |
|
|
|
8466 |
|
|
Fri Jan 17 15:32:15 1997 Doug Evans
|
8467 |
|
|
|
8468 |
|
|
* Makefile.in (all-target-winsup): Depend on all-target-libio.
|
8469 |
|
|
|
8470 |
|
|
Mon Jan 13 22:46:54 1997 Michael Meissner
|
8471 |
|
|
|
8472 |
|
|
* configure.in (tic80-*-*): Turn off most targets right now.
|
8473 |
|
|
|
8474 |
|
|
Fri Jan 3 16:04:03 1997 Ian Lance Taylor
|
8475 |
|
|
|
8476 |
|
|
* Makefile.in (MAKEINFO): Check for the existence of the Makefile,
|
8477 |
|
|
rather than the makeinfo program.
|
8478 |
|
|
(do-info): Depend upon all-texinfo.
|
8479 |
|
|
|
8480 |
|
|
Tue Dec 31 16:00:31 1996 Ian Lance Taylor
|
8481 |
|
|
|
8482 |
|
|
* configure.in: Remove uses of config/mh-linux.
|
8483 |
|
|
|
8484 |
|
|
* config.sub, config.guess: Merge with latest FSF sources.
|
8485 |
|
|
|
8486 |
|
|
Fri Dec 27 23:04:33 1996 Fred Fish
|
8487 |
|
|
|
8488 |
|
|
* config.sub (case $basic_machine): Add tic80 entries.
|
8489 |
|
|
|
8490 |
|
|
Fri Dec 27 12:07:59 1996 Ian Lance Taylor
|
8491 |
|
|
|
8492 |
|
|
* config.sub, config.guess: Merge with latest FSF sources.
|
8493 |
|
|
|
8494 |
|
|
Wed Dec 18 22:46:39 1996 Stan Shebs
|
8495 |
|
|
|
8496 |
|
|
* mpw-build.in: Build ld before gcc, use NewFolderRecursive.
|
8497 |
|
|
* mpw-config.in: Test for NewFolderRecursive.
|
8498 |
|
|
* mpw-install: Use symbolic name for startup filename.
|
8499 |
|
|
* mpw-README: Add various additional details.
|
8500 |
|
|
|
8501 |
|
|
Wed Dec 18 13:11:46 1996 Jim Wilson
|
8502 |
|
|
|
8503 |
|
|
* configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
|
8504 |
|
|
|
8505 |
|
|
Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
|
8506 |
|
|
|
8507 |
|
|
* configure.in: Do build gcc and the target libraries for
|
8508 |
|
|
the mn10200.
|
8509 |
|
|
|
8510 |
|
|
Wed Dec 4 16:53:05 1996 Geoffrey Noer
|
8511 |
|
|
|
8512 |
|
|
* configure.in: don't avoid building gdb for mn10300 any more
|
8513 |
|
|
* Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
|
8514 |
|
|
instead of single-quoting it.
|
8515 |
|
|
|
8516 |
|
|
Tue Dec 3 23:26:50 1996 Jason Merrill
|
8517 |
|
|
|
8518 |
|
|
* configure.in: Don't use --with-stabs on IRIX 6.
|
8519 |
|
|
|
8520 |
|
|
Tue Dec 3 09:05:25 1996 Doug Evans
|
8521 |
|
|
|
8522 |
|
|
* configure.in (m32r): Build gdb, libg++ now.
|
8523 |
|
|
|
8524 |
|
|
Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
8525 |
|
|
|
8526 |
|
|
* configure.in (mips*-sgi-irix6*): Remove gdb and related
|
8527 |
|
|
directories from noconfigdirs.
|
8528 |
|
|
|
8529 |
|
|
Tue Nov 26 11:45:33 1996 Kim Knuttila
|
8530 |
|
|
|
8531 |
|
|
* config.sub (basic_machine): added mips16 configuration
|
8532 |
|
|
|
8533 |
|
|
Sat Nov 23 19:26:22 1996 Michael Meissner
|
8534 |
|
|
|
8535 |
|
|
* config.sub: Handle d10v-unknown.
|
8536 |
|
|
|
8537 |
|
|
Sat Nov 23 10:23:01 1996 Gavin Koch
|
8538 |
|
|
|
8539 |
|
|
* config.sub: Handle v850-unknown.
|
8540 |
|
|
|
8541 |
|
|
Thu Nov 21 16:19:44 1996 Geoffrey Noer
|
8542 |
|
|
|
8543 |
|
|
* Makefile.in: add findutils
|
8544 |
|
|
* configure.in: add findutils to list of host_tools
|
8545 |
|
|
|
8546 |
|
|
Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
|
8547 |
|
|
|
8548 |
|
|
* config.sub: Handle mn10200 and mn10300.
|
8549 |
|
|
|
8550 |
|
|
Tue Nov 19 16:35:14 1996 Michael Meissner
|
8551 |
|
|
|
8552 |
|
|
* configure.in (d10v-*): Do not build librx.
|
8553 |
|
|
|
8554 |
|
|
Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
|
8555 |
|
|
|
8556 |
|
|
* configure.in (mn10300): Build everything except gdb & libgloss.
|
8557 |
|
|
|
8558 |
|
|
Wed Nov 13 14:59:46 1996 Per Bothner
|
8559 |
|
|
|
8560 |
|
|
* config.guess: Patch for Dansk Data Elektronik servers,
|
8561 |
|
|
from Niels Skou Olsen .
|
8562 |
|
|
|
8563 |
|
|
For ncr, use /bin/uname rather than uname, since GNU uname does not
|
8564 |
|
|
support -p. Suggested by Mark Mitchell .
|
8565 |
|
|
|
8566 |
|
|
Patch for MIPS R4000 running System V,
|
8567 |
|
|
from Eric S. Raymond .
|
8568 |
|
|
|
8569 |
|
|
Fix thinko for nextstep.
|
8570 |
|
|
|
8571 |
|
|
Patch for OSF1 in i?86, from Dan Murphy via Harlan Stenn.
|
8572 |
|
|
|
8573 |
|
|
Sat Jun 24 18:58:17 1995 Morten Welinder
|
8574 |
|
|
* config.guess: Guess mips-dec-mach_bsd4.3.
|
8575 |
|
|
|
8576 |
|
|
Thu Oct 10 04:07:04 1996 Harlan Stenn
|
8577 |
|
|
* config.guess (i?86-ncr-sysv*): Emit just enough of the minor
|
8578 |
|
|
release numbers.
|
8579 |
|
|
* config.guess (mips-mips-riscos*): Emit just enough of the
|
8580 |
|
|
release number.
|
8581 |
|
|
|
8582 |
|
|
Tue Oct 8 10:37:22 1996 Frank Vance
|
8583 |
|
|
* config.guess (sparc-auspex-sunos*): Added.
|
8584 |
|
|
(f300-fujitsu-*): Added.
|
8585 |
|
|
|
8586 |
|
|
Wed Sep 25 22:00:35 1996 Jeff Woolsey
|
8587 |
|
|
* config.guess: Recognize a Tadpole as a sparc.
|
8588 |
|
|
|
8589 |
|
|
Wed Nov 13 00:53:09 1996 David J. MacKenzie
|
8590 |
|
|
|
8591 |
|
|
* config.guess: Don't assume that NextStep version is either 2 or
|
8592 |
|
|
3. NextStep 4 (aka OpenStep 4) has come out now.
|
8593 |
|
|
|
8594 |
|
|
Mon Nov 11 23:52:03 1996 David J. MacKenzie
|
8595 |
|
|
|
8596 |
|
|
* config.guess: Support Cray T90 that reports itself as "CRAY TS".
|
8597 |
|
|
From Rik Faith .
|
8598 |
|
|
|
8599 |
|
|
Fri Nov 8 11:34:58 1996 David J. MacKenzie
|
8600 |
|
|
|
8601 |
|
|
* config.sub: Contributions from bug-gnu-utils to:
|
8602 |
|
|
Support plain "hppa" (no version given) architecture, reported by
|
8603 |
|
|
OpenStep.
|
8604 |
|
|
OpenBSD like NetBSD.
|
8605 |
|
|
LynxOs is not a hardware supplier.
|
8606 |
|
|
|
8607 |
|
|
* config.guess: Contributions from bug-gnu-utils to add support for:
|
8608 |
|
|
OpenBSD like NetBSD.
|
8609 |
|
|
Stratus systems.
|
8610 |
|
|
More Pyramid systems.
|
8611 |
|
|
i[n>4]86 Intel chips.
|
8612 |
|
|
M680[n>4]0 Motorola chips.
|
8613 |
|
|
Use unknown instead of lynx for hardware manufacturer.
|
8614 |
|
|
|
8615 |
|
|
Mon Nov 11 10:09:08 1996 Brendan Kehoe
|
8616 |
|
|
|
8617 |
|
|
* install.sh (chmodcmd): Set to null if the DST directory already
|
8618 |
|
|
exists.
|
8619 |
|
|
|
8620 |
|
|
Mon Nov 11 10:43:41 1996 Michael Meissner
|
8621 |
|
|
|
8622 |
|
|
* configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
|
8623 |
|
|
not use mt-ppc target Makefile fragment any more.
|
8624 |
|
|
|
8625 |
|
|
Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8626 |
|
|
|
8627 |
|
|
* configure.in (*-*-windows): Exclude everything but those dirs
|
8628 |
|
|
needed to build windows.
|
8629 |
|
|
|
8630 |
|
|
Tue Oct 29 16:41:31 1996 Doug Evans
|
8631 |
|
|
|
8632 |
|
|
* Makefile.in (all-target-winsup): Depend on all-target-librx.
|
8633 |
|
|
|
8634 |
|
|
Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8635 |
|
|
|
8636 |
|
|
* configure.in: Exclude mmalloc from i386-windows.
|
8637 |
|
|
|
8638 |
|
|
Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8639 |
|
|
|
8640 |
|
|
* Undo my previous change.
|
8641 |
|
|
|
8642 |
|
|
Thu Oct 24 12:12:04 1996 Ian Lance Taylor
|
8643 |
|
|
|
8644 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
|
8645 |
|
|
unconditionally.
|
8646 |
|
|
(MAKEOVERRIDES): Define (revert this part of October 18 change).
|
8647 |
|
|
|
8648 |
|
|
Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8649 |
|
|
|
8650 |
|
|
* Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
|
8651 |
|
|
host to add it's own flags.
|
8652 |
|
|
|
8653 |
|
|
Tue Oct 22 15:20:26 1996 Ian Lance Taylor
|
8654 |
|
|
|
8655 |
|
|
* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
|
8656 |
|
|
|
8657 |
|
|
Fri Oct 18 13:37:13 1996 Ian Lance Taylor
|
8658 |
|
|
|
8659 |
|
|
* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
|
8660 |
|
|
(CXX_FOR_TARGET): Likewise.
|
8661 |
|
|
(GCC_FOR_TARGET): Define.
|
8662 |
|
|
(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
|
8663 |
|
|
(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
|
8664 |
|
|
CC_FOR_TARGET was specified on the command line.
|
8665 |
|
|
(MAKEOVERRIDES): Don't define.
|
8666 |
|
|
|
8667 |
|
|
Thu Oct 17 10:27:56 1996 Doug Evans
|
8668 |
|
|
|
8669 |
|
|
* configure.in (m32r): Fix spelling of libg++ libs.
|
8670 |
|
|
|
8671 |
|
|
Thu Oct 10 10:37:17 1996 Stan Shebs
|
8672 |
|
|
|
8673 |
|
|
* config.sub (-apple*): Remove, now redundant.
|
8674 |
|
|
|
8675 |
|
|
Thu Oct 10 12:30:54 1996 Ian Lance Taylor
|
8676 |
|
|
|
8677 |
|
|
* configure: Don't get confused by CPU-VENDOR-linux-gnu.
|
8678 |
|
|
|
8679 |
|
|
* configure: Rework yesterday's sed script patch.
|
8680 |
|
|
|
8681 |
|
|
* config.sub: Merge with FSF.
|
8682 |
|
|
|
8683 |
|
|
Wed Oct 9 17:24:59 1996 Per Bothner
|
8684 |
|
|
|
8685 |
|
|
* config.guess: Merge from FSF.
|
8686 |
|
|
|
8687 |
|
|
1996-09-12 Richard Stallman
|
8688 |
|
|
* config.guess: Use pc instead of unknown, for pc clone systems.
|
8689 |
|
|
Change linux to linux-gnu.
|
8690 |
|
|
|
8691 |
|
|
Mon Jul 15 23:51:11 1996 Karl Heuer
|
8692 |
|
|
* config.guess: Avoid non-portable tr syntax.
|
8693 |
|
|
|
8694 |
|
|
Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
|
8695 |
|
|
|
8696 |
|
|
* test-build.mk (HOLES): Add "xargs" for gdb.
|
8697 |
|
|
|
8698 |
|
|
* configure: Avoid hpux10.20 sed bug.
|
8699 |
|
|
|
8700 |
|
|
Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8701 |
|
|
|
8702 |
|
|
* configure.in: Add support for windows host
|
8703 |
|
|
(that is a build done under the Microsoft build environment).
|
8704 |
|
|
|
8705 |
|
|
Tue Oct 8 10:39:08 1996 Ian Lance Taylor
|
8706 |
|
|
|
8707 |
|
|
* Makefile.in: Replace all uses of srcroot with s, to shrink
|
8708 |
|
|
command line lengths.
|
8709 |
|
|
|
8710 |
|
|
Patches from Geoffrey Noer :
|
8711 |
|
|
* configure.in: If configuring for newlib, pass --with-newlib to
|
8712 |
|
|
subdirectories.
|
8713 |
|
|
* Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
|
8714 |
|
|
-Bnewlib/ and -Lwinsup to gcc.
|
8715 |
|
|
(CXX_FOR_TARGET): Likewise.
|
8716 |
|
|
|
8717 |
|
|
Mon Oct 7 10:59:35 1996 Ian Lance Taylor
|
8718 |
|
|
|
8719 |
|
|
* Makefile.in (ETC_SUPPORT): Add configure.
|
8720 |
|
|
|
8721 |
|
|
Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
|
8722 |
|
|
|
8723 |
|
|
* configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
|
8724 |
|
|
host configuration file.
|
8725 |
|
|
|
8726 |
|
|
Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
|
8727 |
|
|
|
8728 |
|
|
* configure.in: Break mn10x00 support into separate
|
8729 |
|
|
mn10200 and mn10300 configurations.
|
8730 |
|
|
* config.sub: Likewise.
|
8731 |
|
|
|
8732 |
|
|
Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
|
8733 |
|
|
|
8734 |
|
|
* configure.in: Add lots of stuff to noconfigdirs for
|
8735 |
|
|
the mn10x00 targets.
|
8736 |
|
|
|
8737 |
|
|
* config.sub, configure.in: Add mn10x00 support.
|
8738 |
|
|
|
8739 |
|
|
Wed Oct 2 15:52:36 1996 Klaus Kaempf
|
8740 |
|
|
|
8741 |
|
|
* make-all.com: Call conf-a-gas, not config-a-gas.
|
8742 |
|
|
|
8743 |
|
|
Tue Oct 1 01:28:41 1996 James G. Smith
|
8744 |
|
|
|
8745 |
|
|
* configure.in (noconfigdirs): Don't build libgloss for arm-coff
|
8746 |
|
|
targets.
|
8747 |
|
|
|
8748 |
|
|
Mon Sep 30 14:24:01 1996 Stan Shebs
|
8749 |
|
|
|
8750 |
|
|
* mpw-README: Add much more detail for native PowerMac.
|
8751 |
|
|
* mpw-install: New file.
|
8752 |
|
|
* mpw-configure: Add --norecursion and --help options.
|
8753 |
|
|
* mpw-config.in: Translate readme and install files when
|
8754 |
|
|
copying to objdir.
|
8755 |
|
|
* mpw-build.in: Don't always depend on byacc and flex.
|
8756 |
|
|
(install-only-top): New action.
|
8757 |
|
|
|
8758 |
|
|
Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8759 |
|
|
|
8760 |
|
|
* configure.in: You can now configure GDB for the v850.
|
8761 |
|
|
|
8762 |
|
|
Tue Sep 24 19:05:12 1996 Stan Shebs
|
8763 |
|
|
|
8764 |
|
|
* configure.in (noconfigdirs): Don't configure any C++ dirs
|
8765 |
|
|
if targeting D10V.
|
8766 |
|
|
|
8767 |
|
|
Tue Sep 17 12:15:31 1996 Ian Lance Taylor
|
8768 |
|
|
|
8769 |
|
|
* config.sub: Recognize mips64vr5000.
|
8770 |
|
|
|
8771 |
|
|
Mon Sep 16 17:00:52 1996 Ian Lance Taylor
|
8772 |
|
|
|
8773 |
|
|
* configure.in: Use a single line for host_tools and native_only.
|
8774 |
|
|
|
8775 |
|
|
Mon Sep 9 12:21:30 1996 Doug Evans
|
8776 |
|
|
|
8777 |
|
|
* config.sub, configure.in: Add entries for m32r.
|
8778 |
|
|
|
8779 |
|
|
Thu Sep 5 13:52:47 1996 Tom Tromey
|
8780 |
|
|
|
8781 |
|
|
* Makefile.in (inet-install): Don't run install-gzip.
|
8782 |
|
|
|
8783 |
|
|
Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
|
8784 |
|
|
|
8785 |
|
|
* configure.in: Don't config lots of things for *-*-windows*.
|
8786 |
|
|
|
8787 |
|
|
Sat Aug 31 11:45:57 1996 Stan Shebs
|
8788 |
|
|
|
8789 |
|
|
* mpw-config.in: Test for mpw-true, true, and null-command scripts.
|
8790 |
|
|
(host_libs, host_tools): Copy from configure.in.
|
8791 |
|
|
* mpw-configure: Don't complain about directories not found.
|
8792 |
|
|
|
8793 |
|
|
Thu Aug 29 16:44:58 1996 Michael Meissner
|
8794 |
|
|
|
8795 |
|
|
* configure.in (i[345]86): Recognize i686 for pentium pro.
|
8796 |
|
|
(i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
|
8797 |
|
|
file.
|
8798 |
|
|
|
8799 |
|
|
* config.guess (i[345]86): Ditto.
|
8800 |
|
|
|
8801 |
|
|
Mon Aug 26 18:34:42 1996 Martin M. Hunt
|
8802 |
|
|
|
8803 |
|
|
* configure.in (noconfigdirs): Removed gdb for D10V.
|
8804 |
|
|
|
8805 |
|
|
Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
|
8806 |
|
|
|
8807 |
|
|
* configure.in: Remove ld, target-libio, target-libg++, and
|
8808 |
|
|
target-libstdc++ from noconfigdirs.
|
8809 |
|
|
|
8810 |
|
|
Wed Aug 21 18:56:38 1996 Fred Fish
|
8811 |
|
|
|
8812 |
|
|
* configure: Fix three locations where shell scripts were
|
8813 |
|
|
being run directly rather than with config_shell.
|
8814 |
|
|
|
8815 |
|
|
Tue Aug 20 13:08:47 1996 J.T. Conklin
|
8816 |
|
|
|
8817 |
|
|
* configure.in (v850-*-*): Set up initial $noconfigdirs.
|
8818 |
|
|
* config.sub (basic_machine): Recognize v850.
|
8819 |
|
|
|
8820 |
|
|
Thu Aug 15 12:19:33 1996 Stan Shebs
|
8821 |
|
|
|
8822 |
|
|
* mpw-configure: Handle multiple enable/disable options and
|
8823 |
|
|
pass them down recursively, handle -c and -s flags appropriately
|
8824 |
|
|
depending on choice of compiler, add escape mechanism for
|
8825 |
|
|
quoted arguments to gC.
|
8826 |
|
|
|
8827 |
|
|
Mon Aug 12 13:15:13 1996 Michael Meissner
|
8828 |
|
|
|
8829 |
|
|
* configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
|
8830 |
|
|
solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
|
8831 |
|
|
so that -mrelocatable-lib and -mno-eabi are used.
|
8832 |
|
|
|
8833 |
|
|
* Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
|
8834 |
|
|
not support --print-multi-lib, don't abort.
|
8835 |
|
|
|
8836 |
|
|
Thu Aug 8 12:18:59 1996 Klaus Kaempf
|
8837 |
|
|
|
8838 |
|
|
* make-all.com: Run config-a-gas.
|
8839 |
|
|
* setup.com: Don't copy subdirectory files around.
|
8840 |
|
|
|
8841 |
|
|
Tue Jul 30 17:49:31 1996 Brendan Kehoe
|
8842 |
|
|
|
8843 |
|
|
* configure.in (*-*-ose): Remove exclusion of libgloss for this
|
8844 |
|
|
target, it now compiles correctly.
|
8845 |
|
|
|
8846 |
|
|
Sat Jul 27 15:10:43 1996 Stan Shebs
|
8847 |
|
|
|
8848 |
|
|
* mpw-config.in: Generate Mac include for elf/dwarf2.h.
|
8849 |
|
|
|
8850 |
|
|
Tue Jul 23 10:47:04 1996 Martin M. Hunt
|
8851 |
|
|
|
8852 |
|
|
* configure.in (d10v-*-*): Remove ld from $noconfigdirs.
|
8853 |
|
|
|
8854 |
|
|
Mon Jul 22 13:28:51 1996 Brendan Kehoe
|
8855 |
|
|
|
8856 |
|
|
* configure.in (native_only): Add prms.
|
8857 |
|
|
|
8858 |
|
|
Mon Jul 22 12:27:58 1996 Ian Lance Taylor
|
8859 |
|
|
|
8860 |
|
|
* Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
|
8861 |
|
|
(BINUTILS_SUPPORT_DIRS): Likewise.
|
8862 |
|
|
|
8863 |
|
|
Thu Jul 18 12:55:40 1996 Michael Meissner
|
8864 |
|
|
|
8865 |
|
|
* configure.in (d10v-*-*): Don't configure ld or gdb until the
|
8866 |
|
|
d10v support is added.
|
8867 |
|
|
|
8868 |
|
|
Wed Jul 17 14:33:09 1996 Martin M. Hunt
|
8869 |
|
|
|
8870 |
|
|
* configure.in (d10v-*-*): New target.
|
8871 |
|
|
|
8872 |
|
|
Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
|
8873 |
|
|
|
8874 |
|
|
* config.guess (HP 9000/811): Recognize this as a PA1.1
|
8875 |
|
|
machine.
|
8876 |
|
|
|
8877 |
|
|
Fri Jul 12 23:21:17 1996 Ken Raeburn
|
8878 |
|
|
|
8879 |
|
|
* Makefile.in (do-tar-gz): New target, split out from tail end of
|
8880 |
|
|
taz target. Run each command separately, don't use pipes.
|
8881 |
|
|
(taz): Use it.
|
8882 |
|
|
|
8883 |
|
|
Fri Jul 12 12:08:04 1996 Stan Shebs
|
8884 |
|
|
|
8885 |
|
|
* mpw-configure: Look for g-mpw-make.sed in config/mpw.
|
8886 |
|
|
* mpw-build.in: No builds should depend on building byacc or flex,
|
8887 |
|
|
they are assumed to be installed already.
|
8888 |
|
|
|
8889 |
|
|
Fri Jul 12 09:52:52 1996 Michael Meissner
|
8890 |
|
|
|
8891 |
|
|
* Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
|
8892 |
|
|
variable that CC_FOR_TARGET needs.
|
8893 |
|
|
|
8894 |
|
|
Thu Jul 11 10:09:45 1996 Michael Meissner
|
8895 |
|
|
|
8896 |
|
|
* Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
|
8897 |
|
|
options have changed since the last time the subdirectory was
|
8898 |
|
|
configured, and if it has, reconfigure.
|
8899 |
|
|
(CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
|
8900 |
|
|
CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
|
8901 |
|
|
|
8902 |
|
|
Wed Jul 10 18:56:59 1996 Doug Evans
|
8903 |
|
|
|
8904 |
|
|
* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
|
8905 |
|
|
CLEAN_MODULES): Add bash.
|
8906 |
|
|
(all-bash): New target.
|
8907 |
|
|
|
8908 |
|
|
Mon Jul 8 17:33:14 1996 Jim Wilson
|
8909 |
|
|
|
8910 |
|
|
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
|
8911 |
|
|
|
8912 |
|
|
Mon Jul 1 13:31:35 1996 Michael Meissner
|
8913 |
|
|
|
8914 |
|
|
* config.sub (basic_machine): Recognize d10v as a valid processor.
|
8915 |
|
|
|
8916 |
|
|
Fri Jun 28 12:14:35 1996 Stan Shebs
|
8917 |
|
|
|
8918 |
|
|
* mpw-configure: Add support for --bindir.
|
8919 |
|
|
* mpw-build.in: Use a GCC-specific build script for GCC actions.
|
8920 |
|
|
|
8921 |
|
|
Wed Jun 26 17:20:12 1996 Geoffrey Noer
|
8922 |
|
|
|
8923 |
|
|
* configure.in: add bash, time, gawk to list of hosttools and things
|
8924 |
|
|
to only build for native toolchains
|
8925 |
|
|
|
8926 |
|
|
Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
8927 |
|
|
|
8928 |
|
|
* Makefile.in (docdir): Remove.
|
8929 |
|
|
|
8930 |
|
|
Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
8931 |
|
|
|
8932 |
|
|
* Makefile.in (datadir): Set to $(prefix)/share.
|
8933 |
|
|
|
8934 |
|
|
Mon Jun 24 23:26:07 1996 Geoffrey Noer
|
8935 |
|
|
|
8936 |
|
|
* configure.in: build diff and patch for cygwin32-hosted
|
8937 |
|
|
toolchains.
|
8938 |
|
|
|
8939 |
|
|
Mon Jun 24 15:01:12 1996 Joel Sherrill
|
8940 |
|
|
|
8941 |
|
|
* config.sub: Accept -rtems*.
|
8942 |
|
|
|
8943 |
|
|
Sun Jun 23 22:41:54 1996 Geoffrey Noer
|
8944 |
|
|
|
8945 |
|
|
* configure.in: enable dosrel for cygwin32-hosted builds,
|
8946 |
|
|
remove diff from the list of things not buildable
|
8947 |
|
|
via Canadian Cross
|
8948 |
|
|
|
8949 |
|
|
Sat Jun 22 11:39:01 1996 Jason Merrill
|
8950 |
|
|
|
8951 |
|
|
* Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
|
8952 |
|
|
don't get ". ".
|
8953 |
|
|
|
8954 |
|
|
Fri Jun 21 17:24:48 1996 Jim Wilson
|
8955 |
|
|
|
8956 |
|
|
* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
|
8957 |
|
|
|
8958 |
|
|
Thu Jun 20 16:57:40 1996 Ken Raeburn
|
8959 |
|
|
|
8960 |
|
|
* Makefile.in (taz): Handle case where tex3patch didn't even get
|
8961 |
|
|
checked out. Also, if it was found, put the symlink in a new util
|
8962 |
|
|
subdirectory.
|
8963 |
|
|
|
8964 |
|
|
Thu Jun 20 12:20:33 1996 Michael Meissner
|
8965 |
|
|
|
8966 |
|
|
* config.guess (*:Linux:*:*): Add support for PowerPC Linux.
|
8967 |
|
|
|
8968 |
|
|
Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
|
8969 |
|
|
|
8970 |
|
|
* config.sub: Recognize -openvms.
|
8971 |
|
|
* configure.in (alpha*-*-*vms*): Set noconfigdirs.
|
8972 |
|
|
* make-all.com, setup.com: New files.
|
8973 |
|
|
|
8974 |
|
|
Mon Jun 17 16:34:46 1996 Jason Merrill
|
8975 |
|
|
|
8976 |
|
|
* Makefile.in (taz): tex3patch moved to texinfo/util.
|
8977 |
|
|
|
8978 |
|
|
Sat Jun 15 17:13:25 1996 Geoffrey Noer
|
8979 |
|
|
|
8980 |
|
|
* configure: enable_gdbtk=no for cygwin32-hosted toolchains
|
8981 |
|
|
* configure.in: remove make from disable-if-Can-Cross list
|
8982 |
|
|
enable gdb if ${host} and ${target} are cygwin32
|
8983 |
|
|
|
8984 |
|
|
Fri Jun 7 18:16:52 1996 Harlan Stenn
|
8985 |
|
|
|
8986 |
|
|
* config.guess (i?86-ncr-sysv*): Emit minor release numbers.
|
8987 |
|
|
Recognize the NCR 4850 machine and NCR Pentium-based platforms.
|
8988 |
|
|
|
8989 |
|
|
Wed Jun 5 00:09:17 1996 Per Bothner
|
8990 |
|
|
|
8991 |
|
|
* config.guess: Combine mips-mips-riscos cases, and use cpp to
|
8992 |
|
|
distinguish sysv/svr4/bsd variants.
|
8993 |
|
|
Based on a patch from Harlan Stenn .
|
8994 |
|
|
|
8995 |
|
|
Fri Jun 7 14:24:49 1996 Tom Tromey
|
8996 |
|
|
|
8997 |
|
|
* configure.in: Added copyright notice.
|
8998 |
|
|
* move-if-change: Added copyright notice.
|
8999 |
|
|
|
9000 |
|
|
Thu Jun 6 16:27:05 1996 Michael Meissner
|
9001 |
|
|
|
9002 |
|
|
* configure.in (powerpcle-*-solaris*): Until we get shared
|
9003 |
|
|
libraries working, don't build gdb, sim, make, tcl, tk, or
|
9004 |
|
|
expect.
|
9005 |
|
|
|
9006 |
|
|
Tue Jun 4 20:41:45 1996 Per Bothner
|
9007 |
|
|
|
9008 |
|
|
* config.guess: Merge with FSF:
|
9009 |
|
|
|
9010 |
|
|
Mon Jun 3 08:49:14 1996 Karl Heuer
|
9011 |
|
|
* config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
|
9012 |
|
|
|
9013 |
|
|
Fri May 24 18:34:53 1996 Roland McGrath
|
9014 |
|
|
* config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
|
9015 |
|
|
|
9016 |
|
|
Fri Apr 12 20:03:59 1996 Per Bothner
|
9017 |
|
|
* config.guess: Combine two OSF1 rules.
|
9018 |
|
|
Also recognize field test versions. From mjr@zk3.dec.com.
|
9019 |
|
|
* config.guess (dgux): Use /usr/bin/uname rather than uname,
|
9020 |
|
|
because GNU uname does not support -p. From pmr@pajato.com.
|
9021 |
|
|
|
9022 |
|
|
Tue Jun 4 11:07:25 1996 Tom Tromey
|
9023 |
|
|
|
9024 |
|
|
* Makefile.in (MAKEDIRS): Removed $(tooldir).
|
9025 |
|
|
|
9026 |
|
|
Tue May 28 12:30:50 1996 Stan Shebs
|
9027 |
|
|
|
9028 |
|
|
* mpw-README: Document GCCIncludes.
|
9029 |
|
|
|
9030 |
|
|
Sun May 26 15:16:27 1996 Fred Fish
|
9031 |
|
|
|
9032 |
|
|
* configure.in (alpha-*-linux*): Set enable_shared to yes.
|
9033 |
|
|
|
9034 |
|
|
Tue May 21 15:41:39 1996 Stan Shebs
|
9035 |
|
|
|
9036 |
|
|
* mpw-configure: Handle --enable-FOO and --disable-FOO.
|
9037 |
|
|
|
9038 |
|
|
Mon May 20 10:12:29 1996 Geoffrey Noer
|
9039 |
|
|
|
9040 |
|
|
* configure.in (*-*-cygwin32): Configure make.
|
9041 |
|
|
|
9042 |
|
|
Tue May 7 14:19:42 1996 Tom Tromey
|
9043 |
|
|
|
9044 |
|
|
* Makefile.in (inet-install): Quote value of INSTALL_MODULES.
|
9045 |
|
|
|
9046 |
|
|
Fri May 3 08:57:17 1996 Tom Tromey
|
9047 |
|
|
|
9048 |
|
|
* Makefile.in (all-inet): Depend on all-perl.
|
9049 |
|
|
|
9050 |
|
|
* Makefile.in (inet-install): New target.
|
9051 |
|
|
|
9052 |
|
|
* Makefile.in (all-inet): Depend on all-tcl.
|
9053 |
|
|
(all-inet): Depend on all-send-pr.
|
9054 |
|
|
|
9055 |
|
|
Tue Apr 30 13:55:51 1996 Michael Meissner
|
9056 |
|
|
|
9057 |
|
|
* configure.in (powerpcle-*-solaris*): Turn off tk and tcl
|
9058 |
|
|
temporarily.
|
9059 |
|
|
|
9060 |
|
|
Thu Apr 25 11:48:20 1996 Ian Lance Taylor
|
9061 |
|
|
|
9062 |
|
|
* configure.in: Don't configure --with-gnu-ld on AIX.
|
9063 |
|
|
|
9064 |
|
|
Thu Apr 25 06:33:36 1996 Michael Meissner
|
9065 |
|
|
|
9066 |
|
|
* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
|
9067 |
|
|
|
9068 |
|
|
Tue Apr 23 09:07:39 1996 Tom Tromey
|
9069 |
|
|
|
9070 |
|
|
* Makefile.in (ALL_MODULES): Added all-inet.
|
9071 |
|
|
(CROSS_CHECK_MODULES): Added check-inet.
|
9072 |
|
|
(INSTALL_MODULES): Added install-inet.
|
9073 |
|
|
(CLEAN_MODULES): Added clean-inet.
|
9074 |
|
|
(all-indent): New target.
|
9075 |
|
|
|
9076 |
|
|
* configure.in (host_tools): Added inet.
|
9077 |
|
|
(native_only): Added inet.
|
9078 |
|
|
(noconfigdirs): Added inet.
|
9079 |
|
|
|
9080 |
|
|
Fri Apr 19 15:35:29 1996 Ian Lance Taylor
|
9081 |
|
|
|
9082 |
|
|
* configure.in: Don't configure libgloss if we are not configuring
|
9083 |
|
|
newlib.
|
9084 |
|
|
|
9085 |
|
|
Wed Apr 17 19:30:01 1996 Rob Savoye
|
9086 |
|
|
|
9087 |
|
|
* configure.in: Don't configure libgloss for unsupported
|
9088 |
|
|
architectures.
|
9089 |
|
|
|
9090 |
|
|
Tue Apr 16 11:17:05 1996 Michael Meissner
|
9091 |
|
|
|
9092 |
|
|
* Makefile.in (CLEAN_MODULES): Add clean-apache.
|
9093 |
|
|
|
9094 |
|
|
Mon Apr 15 15:09:05 1996 Tom Tromey
|
9095 |
|
|
|
9096 |
|
|
* Makefile.in (ALL_MODULES): Include all-apache.
|
9097 |
|
|
(CROSS_CHECK_MODULES): Include check-apache.
|
9098 |
|
|
(INSTALL_MODULES): Include install-apache.
|
9099 |
|
|
(all-apache): New target.
|
9100 |
|
|
|
9101 |
|
|
* configure.in: Added apache everywhere perl is seen.
|
9102 |
|
|
|
9103 |
|
|
Mon Apr 15 14:59:13 1996 Michael Meissner
|
9104 |
|
|
|
9105 |
|
|
* Makefile.in: Add support for clean-{module} and
|
9106 |
|
|
clean-target-{module} rules.
|
9107 |
|
|
|
9108 |
|
|
Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander
|
9109 |
|
|
|
9110 |
|
|
* configure.in (*-*-ose) do not build libgloss.
|
9111 |
|
|
|
9112 |
|
|
Mon Apr 8 16:16:20 1996 Michael Meissner
|
9113 |
|
|
|
9114 |
|
|
* config.guess (prep*:SunOS:5.*:*): Turn into
|
9115 |
|
|
powerpele-unknown-solaris2.
|
9116 |
|
|
|
9117 |
|
|
Mon Apr 8 14:45:41 1996 Ian Lance Taylor
|
9118 |
|
|
|
9119 |
|
|
* configure.in: Permit --enable-shared to specify a list of
|
9120 |
|
|
directories.
|
9121 |
|
|
|
9122 |
|
|
Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
|
9123 |
|
|
|
9124 |
|
|
* configure.in (host==solaris): Pass only the first word of $CC
|
9125 |
|
|
to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
|
9126 |
|
|
|
9127 |
|
|
Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
|
9128 |
|
|
|
9129 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
|
9130 |
|
|
|
9131 |
|
|
Thu Mar 28 14:11:11 1996 Tom Tromey
|
9132 |
|
|
|
9133 |
|
|
* Makefile.in (ALL_MODULES): Include all-perl.
|
9134 |
|
|
(CROSS_CHECK_MODULES): Include check-perl.
|
9135 |
|
|
(INSTALL_MODULES): Include install-perl.
|
9136 |
|
|
(ALL_X11_MODULES): Include all-guile.
|
9137 |
|
|
(CHECK_X11_MODULES): Include check-guile.
|
9138 |
|
|
(INSTALL_X11_MODULES): Include install-guile.
|
9139 |
|
|
(all-perl): New target.
|
9140 |
|
|
(all-guile): New target.
|
9141 |
|
|
|
9142 |
|
|
* configure.in (host_tools): Include perl and guile.
|
9143 |
|
|
(native_only): Include perl and guile.
|
9144 |
|
|
(noconfigdirs): Don't build guile and perl; no ports have been
|
9145 |
|
|
done.
|
9146 |
|
|
|
9147 |
|
|
Tue Mar 26 21:18:50 1996 Andrew Cagney
|
9148 |
|
|
|
9149 |
|
|
* configure (--enable-*): Handle quoted option lists such as
|
9150 |
|
|
--enable-sim-cflags='-g0 -O' better.
|
9151 |
|
|
|
9152 |
|
|
Thu Mar 21 11:53:08 1996 Michael Meissner
|
9153 |
|
|
|
9154 |
|
|
* Makefile.in ({,inst}all-target): New rule so we can make and
|
9155 |
|
|
install all of the target directories easily.
|
9156 |
|
|
|
9157 |
|
|
Wed Mar 20 18:10:57 1996 Andreas Schwab
|
9158 |
|
|
|
9159 |
|
|
* configure.in: Add missing global flag in sed substitution when
|
9160 |
|
|
deleting `target-' from ${configdirs}.
|
9161 |
|
|
|
9162 |
|
|
Thu Mar 14 19:15:06 1996 Ian Lance Taylor
|
9163 |
|
|
|
9164 |
|
|
* Makefile.in (DO_X): Don't get confused if CC contains `=' in an
|
9165 |
|
|
option.
|
9166 |
|
|
|
9167 |
|
|
* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
|
9168 |
|
|
config/mh-necv4.
|
9169 |
|
|
|
9170 |
|
|
* install.sh: Correct misspelling of transformbasename.
|
9171 |
|
|
|
9172 |
|
|
* config.guess: Recognize mips-*-sysv*.
|
9173 |
|
|
|
9174 |
|
|
Mon Mar 11 15:36:42 1996 Dawn Perchik
|
9175 |
|
|
|
9176 |
|
|
* config.sub: Recognize mon960.
|
9177 |
|
|
|
9178 |
|
|
Sun Mar 10 13:18:38 1996 Ian Lance Taylor
|
9179 |
|
|
|
9180 |
|
|
* configure: Restore Canadian Cross handling of BISON and LEX,
|
9181 |
|
|
removed in Feb 20 change.
|
9182 |
|
|
|
9183 |
|
|
Fri Mar 8 20:07:09 1996 Per Bothner
|
9184 |
|
|
|
9185 |
|
|
* README: Suggestions from Torbjorn Granlund :
|
9186 |
|
|
Mention make install. Remove the old copyright date as well the
|
9187 |
|
|
clumsy and rather pointless copyright on the README file.
|
9188 |
|
|
|
9189 |
|
|
Fri Mar 8 17:51:35 1996 Ian Lance Taylor
|
9190 |
|
|
|
9191 |
|
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
|
9192 |
|
|
Makefile after running symlink-tree, then run `make distclean' to
|
9193 |
|
|
avoid clobbering any generated files in srcdir.
|
9194 |
|
|
|
9195 |
|
|
Tue Mar 5 08:21:44 1996 J.T. Conklin
|
9196 |
|
|
|
9197 |
|
|
* configure.in (m68k-*-netbsd*): Build everything now.
|
9198 |
|
|
|
9199 |
|
|
Wed Feb 28 12:25:46 1996 Jason Merrill
|
9200 |
|
|
|
9201 |
|
|
* Makefile.in (taz): Fix quoting.
|
9202 |
|
|
|
9203 |
|
|
Tue Feb 27 11:33:57 1996 Doug Evans
|
9204 |
|
|
|
9205 |
|
|
* configure.in (sparclet-*-*): Build everything now.
|
9206 |
|
|
|
9207 |
|
|
Tue Feb 27 14:31:51 1996 Andreas Schwab
|
9208 |
|
|
|
9209 |
|
|
* configure.in (m68k-*-linux*): New host.
|
9210 |
|
|
|
9211 |
|
|
Mon Feb 26 14:32:44 1996 Ian Lance Taylor
|
9212 |
|
|
|
9213 |
|
|
* configure: Check for bison before byacc.
|
9214 |
|
|
|
9215 |
|
|
Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
|
9216 |
|
|
|
9217 |
|
|
* Makefile.in configure: Change the way LEX and BISON/YACC are
|
9218 |
|
|
set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
|
9219 |
|
|
searching PATH. These are used as fallbacks by Makefile.in if
|
9220 |
|
|
flex/bison/byacc aren't in objdir.
|
9221 |
|
|
|
9222 |
|
|
Mon Feb 19 11:45:30 1996 Ian Lance Taylor
|
9223 |
|
|
|
9224 |
|
|
* Makefile.in: Make everything which depends upon all-bfd also
|
9225 |
|
|
depend upon all-opcodes, in case --with-commonbfdlib is used.
|
9226 |
|
|
|
9227 |
|
|
Thu Feb 15 19:50:50 1996 Michael Meissner
|
9228 |
|
|
|
9229 |
|
|
* configure.in (host *-*-cygwin32): Don't build gdb if we are
|
9230 |
|
|
building NT native compilers on Unix.
|
9231 |
|
|
|
9232 |
|
|
Thu Feb 15 17:42:25 1996 Ian Lance Taylor
|
9233 |
|
|
|
9234 |
|
|
* configure.in: Don't get CC from the host Makefile fragment if we
|
9235 |
|
|
can find gcc in PATH, or if this is a Canadian Cross. Move the
|
9236 |
|
|
Solaris test for /usr/ucb/cc to the post target script, just after
|
9237 |
|
|
the compiler sanity test.
|
9238 |
|
|
|
9239 |
|
|
Wed Feb 14 16:57:40 1996 Ian Lance Taylor
|
9240 |
|
|
|
9241 |
|
|
* config.sub: Merge with FSF.
|
9242 |
|
|
|
9243 |
|
|
Tue Feb 13 14:27:48 1996 Ian Lance Taylor
|
9244 |
|
|
|
9245 |
|
|
* Makefile.in (RPATH_ENVVAR): New variable.
|
9246 |
|
|
(REALLY_SET_LIB_PATH): Use it.
|
9247 |
|
|
* configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
|
9248 |
|
|
|
9249 |
|
|
Mon Feb 12 15:28:49 1996 Doug Evans
|
9250 |
|
|
|
9251 |
|
|
* config.sub, configure.in: Recognize sparclet cpu.
|
9252 |
|
|
|
9253 |
|
|
Mon Feb 12 15:33:59 1996 Christian Bauernfeind
|
9254 |
|
|
|
9255 |
|
|
* config.guess: Support m68k-cbm-sysv4.
|
9256 |
|
|
|
9257 |
|
|
Sat Feb 10 12:06:42 1996 Andreas Schwab
|
9258 |
|
|
|
9259 |
|
|
* config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
|
9260 |
|
|
m68k-unknown-linuxaout from linker help string. Put quotes around
|
9261 |
|
|
$ld_help_string.
|
9262 |
|
|
|
9263 |
|
|
Thu Dec 7 09:03:24 1995 Tom Horsley
|
9264 |
|
|
|
9265 |
|
|
* config.guess (powerpc-harris-powerunix): Add guess for port
|
9266 |
|
|
to new target.
|
9267 |
|
|
|
9268 |
|
|
Thu Feb 8 15:37:52 1996 Brendan Kehoe
|
9269 |
|
|
|
9270 |
|
|
* config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
|
9271 |
|
|
|
9272 |
|
|
Mon Feb 5 16:36:51 1996 Ian Lance Taylor
|
9273 |
|
|
|
9274 |
|
|
* configure.in: If --enable-shared was used, set SET_LIB_PATH to
|
9275 |
|
|
$(REALLY_SET_LIB_PATH) in Makefile.
|
9276 |
|
|
* Makefile.in (SET_LIB_PATH): New variable.
|
9277 |
|
|
(REALLY_SET_LIB_PATH): New variable.
|
9278 |
|
|
($(DO_X)): Use $(SET_LIB_PATH).
|
9279 |
|
|
(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
|
9280 |
|
|
($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
|
9281 |
|
|
($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
|
9282 |
|
|
($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
|
9283 |
|
|
($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
|
9284 |
|
|
($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
|
9285 |
|
|
(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
|
9286 |
|
|
(install-dosrel): Likewise.
|
9287 |
|
|
(all-opcodes): Depend upon all-libiberty.
|
9288 |
|
|
|
9289 |
|
|
Sun Feb 4 16:51:11 1996 Steve Chamberlain
|
9290 |
|
|
|
9291 |
|
|
* config.guess (*:CYGWIN*): New
|
9292 |
|
|
|
9293 |
|
|
Sat Feb 3 10:42:35 1996 Michael Meissner
|
9294 |
|
|
|
9295 |
|
|
* Makefile.in (all-target-winsup): All all-target-libiberty.
|
9296 |
|
|
|
9297 |
|
|
Fri Feb 2 17:58:56 1996 Michael Meissner
|
9298 |
|
|
|
9299 |
|
|
* configure.in (noconfigdirs): Add missing # in front of comment.
|
9300 |
|
|
|
9301 |
|
|
Thu Feb 1 14:38:13 1996 Geoffrey Noer
|
9302 |
|
|
|
9303 |
|
|
* configure.in: add second pass to things added to noconfigdirs
|
9304 |
|
|
so *-gm-magic can exclude libgloss properly.
|
9305 |
|
|
|
9306 |
|
|
Thu Feb 1 11:10:16 1996 Stan Shebs
|
9307 |
|
|
|
9308 |
|
|
* mpw-configure (extralibs_name, rez_name): Set correctly
|
9309 |
|
|
for MWC68K compiler.
|
9310 |
|
|
|
9311 |
|
|
* mpw-README: Add more info on the necessary build tools.
|
9312 |
|
|
|
9313 |
|
|
Thu Feb 1 10:22:38 1996 Steve Chamberlain
|
9314 |
|
|
|
9315 |
|
|
* configure.in, config.sub: Recognize cygwin32.
|
9316 |
|
|
|
9317 |
|
|
Wed Jan 31 14:17:10 1996 Richard Henderson
|
9318 |
|
|
|
9319 |
|
|
* config.guess, config.sub: Recognize A/UX.
|
9320 |
|
|
|
9321 |
|
|
Wed Jan 31 13:52:14 1996 Ian Lance Taylor
|
9322 |
|
|
|
9323 |
|
|
* config.sub: Merge with gcc/config.sub.
|
9324 |
|
|
|
9325 |
|
|
Thu Jan 25 11:01:10 1996 Raymond Jou
|
9326 |
|
|
|
9327 |
|
|
* mpw-build.in (do-binutils): Add build of stamps.
|
9328 |
|
|
|
9329 |
|
|
Thu Jan 25 17:05:26 1996 James G. Smith
|
9330 |
|
|
|
9331 |
|
|
* config.sub: Add recognition for mips64vr4100*-* targets.
|
9332 |
|
|
|
9333 |
|
|
Wed Jan 24 12:47:55 1996 Brendan Kehoe
|
9334 |
|
|
|
9335 |
|
|
* test-build.mk: Add checking of `hpux9' rather than just `hpux'.
|
9336 |
|
|
Add creation of gconfigargs with `--enable-shared' turned on.
|
9337 |
|
|
($(host)-stamp-stage2-configured): Pass $(gconfigargs).
|
9338 |
|
|
($(host)-stamp-stage3-configured): Likewise.
|
9339 |
|
|
(HOLES): Add chatr and ldd.
|
9340 |
|
|
(i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
|
9341 |
|
|
|
9342 |
|
|
Wed Jan 24 20:32:30 1996 Torbjorn Granlund
|
9343 |
|
|
|
9344 |
|
|
* configure: Pass --nfp to recursive configures.
|
9345 |
|
|
|
9346 |
|
|
Mon Jan 22 10:41:56 1996 Steve Chamberlain
|
9347 |
|
|
|
9348 |
|
|
* Makefile.in (DLLTOOL): New.
|
9349 |
|
|
(DLLTOOL_FOR_TARGET): New.
|
9350 |
|
|
(EXTRA_HOST_FLAGS): Pass down DLLTOOL.
|
9351 |
|
|
(EXTRA_TARGET_FLAGS): Ditto.
|
9352 |
|
|
(EXTRA_GCC_FLAGS): Ditto.
|
9353 |
|
|
(CONFIGURE_TARGET_MODULES): Ditto.
|
9354 |
|
|
(DO_X): Ditto.
|
9355 |
|
|
* configure: Add DLLTOOL.
|
9356 |
|
|
|
9357 |
|
|
Fri Jan 19 13:30:15 1996 Stan Shebs
|
9358 |
|
|
|
9359 |
|
|
SCO OpenServer 5 changes from Robert Lipe :
|
9360 |
|
|
* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
|
9361 |
|
|
mh-sco, since old workarounds no longer needed, and don't
|
9362 |
|
|
build ld, since libraries have weak symbols in COFF.
|
9363 |
|
|
|
9364 |
|
|
Sun Jan 14 23:01:31 1996 Fred Fish
|
9365 |
|
|
|
9366 |
|
|
* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
|
9367 |
|
|
|
9368 |
|
|
Fri Jan 12 15:25:35 1996 Ian Lance Taylor
|
9369 |
|
|
|
9370 |
|
|
* configure.in: Make sure that ${CC} can be used to compile an
|
9371 |
|
|
executable.
|
9372 |
|
|
|
9373 |
|
|
Sat Jan 6 07:23:33 1996 Michael Meissner
|
9374 |
|
|
|
9375 |
|
|
* Makefile.in (all-gdb): Depend on $(GDB_TK).
|
9376 |
|
|
* configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
|
9377 |
|
|
nothing depending on whether gdbtk is being built.
|
9378 |
|
|
|
9379 |
|
|
Wed Jan 3 17:54:41 1996 Doug Evans
|
9380 |
|
|
|
9381 |
|
|
* Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
|
9382 |
|
|
|
9383 |
|
|
Mon Jan 1 19:09:14 1996 Brendan Kehoe
|
9384 |
|
|
|
9385 |
|
|
* configure.in (noconfigdirs): Put ld or gas in this early, if the
|
9386 |
|
|
user specifically used --with-gnu-ld=no or --with-gnu-as=no.
|
9387 |
|
|
|
9388 |
|
|
Sat Dec 30 16:08:57 1995 Doug Evans
|
9389 |
|
|
|
9390 |
|
|
* config-ml.in: Add support for
|
9391 |
|
|
--disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
|
9392 |
|
|
Simplify setting of multidirs from --disable-foo.
|
9393 |
|
|
|
9394 |
|
|
Fri Dec 29 07:56:11 1995 Michael Meissner
|
9395 |
|
|
|
9396 |
|
|
* Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
|
9397 |
|
|
LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
|
9398 |
|
|
LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
|
9399 |
|
|
non-empty, pass them on to the GCC make.
|
9400 |
|
|
(all-bootstrap): New rule that is like all-gcc, except it executes
|
9401 |
|
|
the GCC bootstrap rule instead of the GCC all rule.
|
9402 |
|
|
|
9403 |
|
|
Wed Dec 27 15:51:48 1995 Doug Evans
|
9404 |
|
|
|
9405 |
|
|
* config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
|
9406 |
|
|
|
9407 |
|
|
Tue Dec 26 11:45:31 1995 Michael Meissner
|
9408 |
|
|
|
9409 |
|
|
* config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
|
9410 |
|
|
DG/UX support.
|
9411 |
|
|
|
9412 |
|
|
Fri Dec 15 10:01:27 1995 Stan Cox
|
9413 |
|
|
|
9414 |
|
|
* config.sub (i*86*) Change [345] to [3456]
|
9415 |
|
|
|
9416 |
|
|
Wed Dec 20 17:41:40 1995 Brendan Kehoe
|
9417 |
|
|
|
9418 |
|
|
* configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
|
9419 |
|
|
--with-gnu-ld=no.
|
9420 |
|
|
|
9421 |
|
|
Wed Dec 20 15:15:35 1995 Michael Meissner
|
9422 |
|
|
|
9423 |
|
|
* config-ml.in (rs6000*, powerpc*): Add switches to control which
|
9424 |
|
|
AIX multilibs get built.
|
9425 |
|
|
|
9426 |
|
|
Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9427 |
|
|
|
9428 |
|
|
* configure.in (i386-win32): Don't build expect if we're not
|
9429 |
|
|
building the tcl subdir.
|
9430 |
|
|
|
9431 |
|
|
Mon Dec 18 11:47:19 1995 Stan Shebs
|
9432 |
|
|
|
9433 |
|
|
* Makefile.in: (configure-target-examples, all-target-examples):
|
9434 |
|
|
New targets, configure and build example programs.
|
9435 |
|
|
|
9436 |
|
|
Fri Dec 15 16:13:03 1995 Stan Shebs
|
9437 |
|
|
|
9438 |
|
|
* mpw-configure: If an mpw-config.in generated a file mk.sed,
|
9439 |
|
|
use it as input to sedit the generated MPW makefile.
|
9440 |
|
|
* mpw-README: Add a suggestion about Gestalt.h.
|
9441 |
|
|
|
9442 |
|
|
Wed Dec 13 16:43:51 1995 Ian Lance Taylor
|
9443 |
|
|
|
9444 |
|
|
* config.sub: Accept *-*-ieee*.
|
9445 |
|
|
|
9446 |
|
|
Tue Dec 12 11:52:57 1995 Ian Lance Taylor
|
9447 |
|
|
|
9448 |
|
|
* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
|
9449 |
|
|
Ronald F. Guilmette .
|
9450 |
|
|
|
9451 |
|
|
Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9452 |
|
|
|
9453 |
|
|
* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
|
9454 |
|
|
for powerpc-pe native.
|
9455 |
|
|
(target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
|
9456 |
|
|
(target==powerpc-pe): duplicate i386-win32 entry.
|
9457 |
|
|
|
9458 |
|
|
Sat Dec 9 14:58:28 1995 Jim Wilson
|
9459 |
|
|
|
9460 |
|
|
* configure.in (noconfigdirs): Exclude target-newlib for all versions
|
9461 |
|
|
of vxworks, not just vxworks5.1.
|
9462 |
|
|
|
9463 |
|
|
Mon Dec 4 12:05:40 1995 Stan Shebs
|
9464 |
|
|
|
9465 |
|
|
* mpw-configure: Add support for exec-prefix.
|
9466 |
|
|
|
9467 |
|
|
Mon Dec 4 10:22:50 1995 Jeffrey A. Law
|
9468 |
|
|
|
9469 |
|
|
* config.guess: Recognize HP model 816 machines as having
|
9470 |
|
|
a PA1.1 processor.
|
9471 |
|
|
|
9472 |
|
|
Mon Dec 4 12:38:15 1995 Ian Lance Taylor
|
9473 |
|
|
|
9474 |
|
|
* configure: Ignore new autoconf configure options.
|
9475 |
|
|
|
9476 |
|
|
Thu Nov 30 16:57:33 1995 Per Bothner
|
9477 |
|
|
|
9478 |
|
|
* config.guess: Recognize Pentium under SCO.
|
9479 |
|
|
From Robert Lipe .
|
9480 |
|
|
|
9481 |
|
|
Wed Nov 29 13:49:08 1995 J.T. Conklin
|
9482 |
|
|
|
9483 |
|
|
* configure.in (noconfigdirs): Disable target-libio on v810-*-*.
|
9484 |
|
|
|
9485 |
|
|
Wed Nov 29 12:12:01 1995 Ian Lance Taylor
|
9486 |
|
|
|
9487 |
|
|
* configure.in: Don't configure gas for alpha-dec-osf*.
|
9488 |
|
|
|
9489 |
|
|
Tue Nov 28 17:16:48 1995 Ian Lance Taylor
|
9490 |
|
|
|
9491 |
|
|
* configure.in: Default to --with-stabs for some targets for which
|
9492 |
|
|
it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
|
9493 |
|
|
i[345]86*-*-unixware*.
|
9494 |
|
|
|
9495 |
|
|
Mon Nov 27 13:44:15 1995 Ian Lance Taylor
|
9496 |
|
|
|
9497 |
|
|
* config-ml.in: Get list of multidirs using gcc --print-multi-lib
|
9498 |
|
|
rather than basing it on the target. Simplify handling of options
|
9499 |
|
|
controlling which directories to configure. Remove extraneous
|
9500 |
|
|
slash in multi-clean target.
|
9501 |
|
|
|
9502 |
|
|
Fri Nov 24 17:29:29 1995 Doug Evans
|
9503 |
|
|
|
9504 |
|
|
* config-ml.in: Prefix more variables with ml_ so they don't collide
|
9505 |
|
|
with configure's.
|
9506 |
|
|
|
9507 |
|
|
Wed Nov 22 11:27:02 1995 Ian Lance Taylor
|
9508 |
|
|
|
9509 |
|
|
* configure: Don't turn -v into --v.
|
9510 |
|
|
|
9511 |
|
|
Tue Nov 21 16:48:02 1995 Doug Evans
|
9512 |
|
|
|
9513 |
|
|
* configure.in (targargs): Fix typo.
|
9514 |
|
|
|
9515 |
|
|
* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
|
9516 |
|
|
|
9517 |
|
|
Tue Nov 21 14:08:28 1995 Ian Lance Taylor
|
9518 |
|
|
|
9519 |
|
|
* configure.in: Strip --host and --target options from
|
9520 |
|
|
CONFIG_ARGUMENTS, and always configure for --host only. Add
|
9521 |
|
|
--with-cross-host option when building with a cross-compiler.
|
9522 |
|
|
* configure: Canonicalize the arguments put into config.status by
|
9523 |
|
|
always using `=' for an option with an argument. Pass a presumed
|
9524 |
|
|
--host or --target explicitly.
|
9525 |
|
|
|
9526 |
|
|
Fri Nov 17 17:50:30 1995 Stan Shebs
|
9527 |
|
|
|
9528 |
|
|
* config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
|
9529 |
|
|
into general OS recognition case.
|
9530 |
|
|
|
9531 |
|
|
Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9532 |
|
|
|
9533 |
|
|
* configure.in (target_configdirs): add target-winsup only
|
9534 |
|
|
for win32 target systems.
|
9535 |
|
|
|
9536 |
|
|
Thu Nov 16 14:04:47 1995 Ian Lance Taylor
|
9537 |
|
|
|
9538 |
|
|
* Makefile.in (all-target-libgloss): Depend upon
|
9539 |
|
|
configure-target-newlib, since when libgloss is built it looks to
|
9540 |
|
|
see if the newlib directory exists.
|
9541 |
|
|
|
9542 |
|
|
Wed Nov 15 14:47:52 1995 Ken Raeburn
|
9543 |
|
|
|
9544 |
|
|
* Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
|
9545 |
|
|
cfg-ml-*.in.
|
9546 |
|
|
|
9547 |
|
|
Wed Nov 15 11:45:23 1995 Ian Lance Taylor
|
9548 |
|
|
|
9549 |
|
|
* configure: Handle LD and LD_FOR_TARGET when configuring a
|
9550 |
|
|
Canadian Cross.
|
9551 |
|
|
|
9552 |
|
|
Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9553 |
|
|
|
9554 |
|
|
* configure.in (target_libs): add target-winsup.
|
9555 |
|
|
(target==i386-win32): add patch diff flex make to $noconfigdirs.
|
9556 |
|
|
(target==ppcle-pe): remove ld from $noconfigdirs.
|
9557 |
|
|
|
9558 |
|
|
Tue Nov 14 01:25:50 1995 Doug Evans
|
9559 |
|
|
|
9560 |
|
|
* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
|
9561 |
|
|
Preserve relative path names in $srcdir. Build symlink tree if
|
9562 |
|
|
configuring cross target dir and srcdir=. (= no VPATH support).
|
9563 |
|
|
(configure-target-libg++): Depend on configure-target-librx.
|
9564 |
|
|
* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
|
9565 |
|
|
* config-ml.in: New file.
|
9566 |
|
|
* symlink-tree: New file.
|
9567 |
|
|
* configure: Ensure srcdir="." if that's what it is.
|
9568 |
|
|
|
9569 |
|
|
Mon Nov 13 12:34:20 1995 Stan Shebs
|
9570 |
|
|
|
9571 |
|
|
* mpw-README: Clarify some phrasing, add notes about CodeWarrior
|
9572 |
|
|
includes and FLEX_SKELETON setting.
|
9573 |
|
|
* mpw-configure (--with-gnu-ld): New option, controls whether
|
9574 |
|
|
to use PPCLink or ld with PowerMac GCC.
|
9575 |
|
|
* mpw-build.in (all-grez, do-grez, install-grez): New targets.
|
9576 |
|
|
* mpw-config.in: Configure grez if targeting Mac.
|
9577 |
|
|
|
9578 |
|
|
* config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
|
9579 |
|
|
accept mpw and mac-mpw as names for m68k Macs, change macos7 to
|
9580 |
|
|
just macos.
|
9581 |
|
|
* configure.in: Configure grez resource compiler if targeting Mac.
|
9582 |
|
|
* Makefile.in (all-grez, install-grez): New targets.
|
9583 |
|
|
|
9584 |
|
|
Wed Nov 8 17:33:51 1995 Jason Merrill
|
9585 |
|
|
|
9586 |
|
|
* configure: CXX defaults to gcc, not g++. If we find
|
9587 |
|
|
gcc in the path, set CC to gcc -O2.
|
9588 |
|
|
|
9589 |
|
|
Tue Nov 7 15:45:17 1995 Ian Lance Taylor
|
9590 |
|
|
|
9591 |
|
|
* configure: Default ${build} correctly. Avoid picking up extra
|
9592 |
|
|
spaces when reading CC and CXX from Makefile. When doing a
|
9593 |
|
|
Canadian Cross, use plausible default values for numerous
|
9594 |
|
|
variables.
|
9595 |
|
|
* configure.in: When doing a Canadian Cross, don't try to
|
9596 |
|
|
configure tools whose configure script can't handle it.
|
9597 |
|
|
|
9598 |
|
|
Mon Nov 6 19:32:17 1995 Jim Wilson
|
9599 |
|
|
|
9600 |
|
|
* cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
|
9601 |
|
|
|
9602 |
|
|
Sun Nov 5 00:15:41 1995 Per Bothner
|
9603 |
|
|
|
9604 |
|
|
* configure: Remove dubious bug reporting address.
|
9605 |
|
|
|
9606 |
|
|
Fri Nov 3 08:17:54 1995 Per Bothner
|
9607 |
|
|
|
9608 |
|
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
|
9609 |
|
|
configure script, run that instead of this directory's configure.
|
9610 |
|
|
In either case, print a message that we're configuring the sub-dir.
|
9611 |
|
|
|
9612 |
|
|
Thu Nov 2 23:23:36 1995 Per Bothner
|
9613 |
|
|
|
9614 |
|
|
* configure.in: Before checking for the existence of various files,
|
9615 |
|
|
use sed to filter out "target-".
|
9616 |
|
|
|
9617 |
|
|
Thu Nov 2 13:24:56 1995 Ian Lance Taylor
|
9618 |
|
|
|
9619 |
|
|
* Makefile.in (DO_X): Split rule to decrease command line length
|
9620 |
|
|
for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
|
9621 |
|
|
(Philippe De Muyter).
|
9622 |
|
|
|
9623 |
|
|
Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9624 |
|
|
|
9625 |
|
|
* Makefile.in (all-patch): depend on all-libiberty.
|
9626 |
|
|
|
9627 |
|
|
Wed Nov 1 12:23:20 1995 Ian Lance Taylor
|
9628 |
|
|
|
9629 |
|
|
* configure.in: If the only directory in target_configdirs which
|
9630 |
|
|
actually exists is libiberty, then set target_configdirs to empty,
|
9631 |
|
|
to avoid trying to build a target libiberty in a gas or gdb
|
9632 |
|
|
distribution.
|
9633 |
|
|
|
9634 |
|
|
Tue Oct 31 17:52:39 1995 J.T. Conklin
|
9635 |
|
|
|
9636 |
|
|
* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
|
9637 |
|
|
of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
|
9638 |
|
|
systems.
|
9639 |
|
|
|
9640 |
|
|
Tue Oct 31 16:57:32 1995 Jim Wilson
|
9641 |
|
|
|
9642 |
|
|
* configure.in (copy_dirs): Use sys-include instead of include
|
9643 |
|
|
for --with-headers option.
|
9644 |
|
|
|
9645 |
|
|
Tue Oct 31 10:29:36 1995 steve chamberlain
|
9646 |
|
|
|
9647 |
|
|
* Makefile.in, configure.in: Make winsup builds work with
|
9648 |
|
|
new scheme.
|
9649 |
|
|
|
9650 |
|
|
Mon Oct 30 18:57:09 1995 Ian Lance Taylor
|
9651 |
|
|
|
9652 |
|
|
* configure.in: Build the linker on AIX.
|
9653 |
|
|
|
9654 |
|
|
Mon Oct 30 12:27:16 1995 Per Bothner
|
9655 |
|
|
|
9656 |
|
|
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
|
9657 |
|
|
where needed.
|
9658 |
|
|
|
9659 |
|
|
Mon Oct 30 12:45:25 1995 Doug Evans
|
9660 |
|
|
|
9661 |
|
|
* Makefile.in (all-gcc): Fix typo.
|
9662 |
|
|
|
9663 |
|
|
Sat Oct 28 10:27:59 1995 Per Bothner
|
9664 |
|
|
|
9665 |
|
|
* Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
|
9666 |
|
|
|
9667 |
|
|
Fri Oct 27 23:14:12 1995 Per Bothner
|
9668 |
|
|
|
9669 |
|
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
|
9670 |
|
|
to target-xiberty, to provide more flexibility.
|
9671 |
|
|
(target_subdir): Define. Create if cross.
|
9672 |
|
|
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
|
9673 |
|
|
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
|
9674 |
|
|
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
|
9675 |
|
|
check-libFOO -> check-target-libFOO, etc.
|
9676 |
|
|
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
|
9677 |
|
|
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
|
9678 |
|
|
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
|
9679 |
|
|
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
|
9680 |
|
|
allow ALL_GCC="" to only configure.
|
9681 |
|
|
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
|
9682 |
|
|
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
|
9683 |
|
|
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
|
9684 |
|
|
|
9685 |
|
|
Sat Oct 28 01:53:49 1995 Ken Raeburn
|
9686 |
|
|
|
9687 |
|
|
* Makefile.in (taz): Build "info" in etc explicitly.
|
9688 |
|
|
|
9689 |
|
|
Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
|
9690 |
|
|
|
9691 |
|
|
* configure.in: Make sure that CC is undefined (as opposed to
|
9692 |
|
|
null) if toplevel/config/mh-{host} doesn't define it. Fixes a
|
9693 |
|
|
problem with autoconf trying to configure on a host without GCC.
|
9694 |
|
|
|
9695 |
|
|
Thu Oct 26 22:35:01 1995 Stan Shebs
|
9696 |
|
|
|
9697 |
|
|
* mpw-configure: Set host alias from choice of host compiler,
|
9698 |
|
|
only use generic MPW Makefile sed if present, edit a file
|
9699 |
|
|
named "hacked_Makefile.in" instead of "Makefile.in" if present.
|
9700 |
|
|
* mpw-README: Add problem notes about CW6 and CW7.
|
9701 |
|
|
|
9702 |
|
|
Thu Oct 26 05:45:10 1995 Ken Raeburn
|
9703 |
|
|
|
9704 |
|
|
* Makefile.in (taz): Use ";" instead of ";;".
|
9705 |
|
|
|
9706 |
|
|
Wed Oct 25 15:18:24 1995 Per Bothner
|
9707 |
|
|
|
9708 |
|
|
* Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
|
9709 |
|
|
sub-directory Makefiles, instead of using DISTSTUFFDIRS and
|
9710 |
|
|
DISTDOCDIRS.
|
9711 |
|
|
(DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
|
9712 |
|
|
(newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
|
9713 |
|
|
|
9714 |
|
|
Wed Oct 25 14:43:55 1995 Per Bothner
|
9715 |
|
|
|
9716 |
|
|
* Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
|
9717 |
|
|
and gnats, because they are now subsumed by DISTSTUFFDIRS.
|
9718 |
|
|
Move bfd to DISTSTUFFDIRS.
|
9719 |
|
|
|
9720 |
|
|
Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9721 |
|
|
|
9722 |
|
|
* Makefile.in (X11_LIB): Removed.
|
9723 |
|
|
(X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
|
9724 |
|
|
|
9725 |
|
|
* configure.in (host_makefile_frag): mh-aix & mh-sun removed.
|
9726 |
|
|
|
9727 |
|
|
Sun Oct 22 13:04:42 1995 Michael Meissner
|
9728 |
|
|
|
9729 |
|
|
* cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
|
9730 |
|
|
names.
|
9731 |
|
|
|
9732 |
|
|
Fri Oct 20 18:02:10 1995 Michael Meissner
|
9733 |
|
|
|
9734 |
|
|
* cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
|
9735 |
|
|
|
9736 |
|
|
Thu Oct 19 10:40:57 1995 steve chamberlain
|
9737 |
|
|
|
9738 |
|
|
* configure.in (i[345]86-*-win32): Always build newlib.
|
9739 |
|
|
Don't configure cvs, autoconf or texinfo.
|
9740 |
|
|
* Makefile.in (LD_FOR_TARGET): New.
|
9741 |
|
|
(BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
|
9742 |
|
|
Pass down LD_FOR_TARGET.
|
9743 |
|
|
|
9744 |
|
|
Wed Oct 18 15:53:56 1995 steve chamberlain
|
9745 |
|
|
|
9746 |
|
|
* winsup: New directory.
|
9747 |
|
|
* Makefile.in: Build winsup.
|
9748 |
|
|
* configure.in: Winsup is configured when target is win32.
|
9749 |
|
|
Can only build win32 target GDB when native.
|
9750 |
|
|
|
9751 |
|
|
Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
|
9752 |
|
|
|
9753 |
|
|
* config.guess: Recognize HP model 819 machines as having
|
9754 |
|
|
a PA 1.1 processor.
|
9755 |
|
|
|
9756 |
|
|
Mon Oct 16 10:49:43 1995 Ian Lance Taylor
|
9757 |
|
|
|
9758 |
|
|
* configure: Fix sed loop which substitutes for CC and CXX to
|
9759 |
|
|
avoid bug found in various sed implementations.
|
9760 |
|
|
|
9761 |
|
|
Wed Oct 11 16:16:20 1995 Michael Meissner
|
9762 |
|
|
|
9763 |
|
|
* cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
|
9764 |
|
|
simulator. Use standard powerpc-*-eabi*.
|
9765 |
|
|
|
9766 |
|
|
Mon Oct 9 17:21:56 1995 Ian Lance Taylor
|
9767 |
|
|
|
9768 |
|
|
* configure.in: Stop putting gas and binutils in noconfigdirs for
|
9769 |
|
|
powerpc-*-aix* and rs6000-*-*.
|
9770 |
|
|
|
9771 |
|
|
Mon Oct 9 12:38:40 1995 Michael Meissner
|
9772 |
|
|
|
9773 |
|
|
* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
|
9774 |
|
|
-mcall-aixdesc libraries.
|
9775 |
|
|
|
9776 |
|
|
Fri Oct 6 16:17:57 1995 Ken Raeburn
|
9777 |
|
|
|
9778 |
|
|
Mon Sep 25 22:49:32 1995 Andreas Schwab
|
9779 |
|
|
|
9780 |
|
|
* config.sub (arm | armel | armeb): Fix shell syntax.
|
9781 |
|
|
|
9782 |
|
|
Fri Oct 6 14:40:28 1995 Michael Meissner
|
9783 |
|
|
|
9784 |
|
|
* cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
|
9785 |
|
|
-msoft-float and -mcpu=common support.
|
9786 |
|
|
(powerpc*-*-eabisim*): Add support for building -mcall-aix
|
9787 |
|
|
libraries.
|
9788 |
|
|
|
9789 |
|
|
Thu Oct 5 13:26:37 1995 Brendan Kehoe
|
9790 |
|
|
|
9791 |
|
|
* configure.in: Allow configuration and build of emacs19 for the alpha.
|
9792 |
|
|
|
9793 |
|
|
Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9794 |
|
|
|
9795 |
|
|
* configure.in (CC): Get ^CC, not just any old CC, from
|
9796 |
|
|
${host_makefile_frag}.
|
9797 |
|
|
|
9798 |
|
|
Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9799 |
|
|
|
9800 |
|
|
* configure.in (CC): Try to get CC from
|
9801 |
|
|
${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
|
9802 |
|
|
|
9803 |
|
|
Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9804 |
|
|
|
9805 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
|
9806 |
|
|
only if it exists in $(srcdir).
|
9807 |
|
|
|
9808 |
|
|
Wed Oct 4 11:52:31 1995 Ian Lance Taylor
|
9809 |
|
|
|
9810 |
|
|
* configure: If CC and CXX are not set in the environment, set
|
9811 |
|
|
them, based on either an existing Makefile or on searching for gcc
|
9812 |
|
|
in PATH. Substitute for CC and CXX in Makefile.
|
9813 |
|
|
* configure.in: Remove libm from target_libs. Separate
|
9814 |
|
|
target_configdirs from configdirs. If CC is not set in
|
9815 |
|
|
environment, try to get it from a host Makefile fragment. Rewrite
|
9816 |
|
|
changes of configdirs to use skipdirs instead. A few minor
|
9817 |
|
|
tweaks. Take directories out of target_configdirs as they are
|
9818 |
|
|
taken out of configdirs. Remove existing Makefile files from
|
9819 |
|
|
subdirectories. Substitute for TARGET_CONFIGDIRS and
|
9820 |
|
|
CONFIG_ARGUMENTS in Makefile.
|
9821 |
|
|
* Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
|
9822 |
|
|
by configure.in.
|
9823 |
|
|
(CONFIG_ARGUMENTS): Likewise.
|
9824 |
|
|
(CONFIGURE_TARGET_MODULES): New variable.
|
9825 |
|
|
($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
|
9826 |
|
|
($(CONFIGURE_TARGET_MODULES)): New target.
|
9827 |
|
|
(configure-libg++, configure-libio): New targets.
|
9828 |
|
|
(all-libg++): Depend upon configure-libg++.
|
9829 |
|
|
(all-libio): Depend upon configure-libio.
|
9830 |
|
|
(configure-libgloss, all-libgloss): New targets.
|
9831 |
|
|
(configure-libstdc++): New target.
|
9832 |
|
|
(all-libstdc++): Depend upon configure-libstdc++.
|
9833 |
|
|
(configure-librx, all-librx): New targets.
|
9834 |
|
|
(configure-newlib): New target.
|
9835 |
|
|
(all-newlib): Depend upon configure-newlib
|
9836 |
|
|
(configure-xiberty): New target.
|
9837 |
|
|
(all-xiberty): Depend upon configure-xiberty.
|
9838 |
|
|
|
9839 |
|
|
Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9840 |
|
|
|
9841 |
|
|
* configure.in (host i[345]86-*-win32): Expand the
|
9842 |
|
|
noconfigdirs again.
|
9843 |
|
|
|
9844 |
|
|
Thu Sep 28 21:18:49 1995 Stan Shebs
|
9845 |
|
|
|
9846 |
|
|
* mpw-configure: Fix sed command file name.
|
9847 |
|
|
|
9848 |
|
|
Thu Sep 28 17:39:56 1995 steve chamberlain
|
9849 |
|
|
|
9850 |
|
|
* configure.in (host i[345]86-*-win32): Reduce the
|
9851 |
|
|
noconfigdirs again.
|
9852 |
|
|
|
9853 |
|
|
Wed Sep 27 12:24:00 1995 Ian Lance Taylor
|
9854 |
|
|
|
9855 |
|
|
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
|
9856 |
|
|
or powerpc*-*-pe*, since they are not yet supported.
|
9857 |
|
|
|
9858 |
|
|
Tue Sep 26 14:30:01 1995 Stan Shebs
|
9859 |
|
|
|
9860 |
|
|
Add PowerMac support and many other enhancements.
|
9861 |
|
|
* mpw-configure: New option --cc to select compiler to use,
|
9862 |
|
|
paste options set according to --cc into the generated
|
9863 |
|
|
Makefile, generate the Makefile by sed'ing the Unix Makefile.in
|
9864 |
|
|
if mpw-make.sed is present.
|
9865 |
|
|
* mpw-config.in: Don't test for gC1, test for mpw-touch,
|
9866 |
|
|
add forward includes for PowerPC include files.
|
9867 |
|
|
* mpw-build.in: Build using Makefile.PPC if present.
|
9868 |
|
|
(do-byacc, etc): Remove separate version resource builds.
|
9869 |
|
|
(do-gas): Build "stamps" before "all".
|
9870 |
|
|
(do-gcc): Build "stamps-h" and "stamps-c" before "all".
|
9871 |
|
|
* mpw-README: Update to reflect --cc option, PowerMac support,
|
9872 |
|
|
and recently-reported compatibility problems.
|
9873 |
|
|
|
9874 |
|
|
Fri Sep 22 12:15:42 1995 Doug Evans
|
9875 |
|
|
|
9876 |
|
|
* cfg-ml-com.in (m68*-*-*): Only build multilibs for
|
9877 |
|
|
embedded m68k systems (-aout, -coff, -elf, -vxworks).
|
9878 |
|
|
(--with-multilib-top): Pass to recursive invocations.
|
9879 |
|
|
|
9880 |
|
|
Tue Sep 19 13:51:05 1995 J.T. Conklin
|
9881 |
|
|
|
9882 |
|
|
* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
|
9883 |
|
|
v810-*-*.
|
9884 |
|
|
|
9885 |
|
|
Mon Sep 18 23:08:26 1995 J.T. Conklin
|
9886 |
|
|
|
9887 |
|
|
* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
|
9888 |
|
|
gdb, ld and opcodes on v810-*-*.
|
9889 |
|
|
|
9890 |
|
|
Tue Sep 12 18:03:31 1995 Ian Lance Taylor
|
9891 |
|
|
|
9892 |
|
|
* Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
|
9893 |
|
|
(local-maintainer-clean): New target.
|
9894 |
|
|
(maintainer-clean): New target.
|
9895 |
|
|
(realclean): Just depend upon maintainer-clean.
|
9896 |
|
|
|
9897 |
|
|
Fri Sep 8 17:11:14 1995 J.T. Conklin
|
9898 |
|
|
|
9899 |
|
|
* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
|
9900 |
|
|
|
9901 |
|
|
Fri Sep 8 16:46:29 1995 Ian Lance Taylor
|
9902 |
|
|
|
9903 |
|
|
* configure.in: Build ld in mips*-*-bsd* case.
|
9904 |
|
|
|
9905 |
|
|
Thu Sep 7 20:03:41 1995 Ken Raeburn
|
9906 |
|
|
|
9907 |
|
|
* config.sub: Accept -lites* OS. From Ian Dall.
|
9908 |
|
|
|
9909 |
|
|
Fri Sep 1 08:06:58 1995 James G. Smith
|
9910 |
|
|
|
9911 |
|
|
* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
|
9912 |
|
|
targets.
|
9913 |
|
|
|
9914 |
|
|
Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
9915 |
|
|
|
9916 |
|
|
* configure.in: treat i386-win32 canadian cross the same as
|
9917 |
|
|
i386-go32 canadian cross.
|
9918 |
|
|
|
9919 |
|
|
Thu Aug 24 14:53:20 1995 Michael Meissner
|
9920 |
|
|
|
9921 |
|
|
* cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
|
9922 |
|
|
running under the simulator to build a reduced set of libraries.
|
9923 |
|
|
(powerpc-*-eabiaix): Add fine grained multilib support added to
|
9924 |
|
|
other powerpc targets yesterday.
|
9925 |
|
|
|
9926 |
|
|
Wed Aug 23 09:41:56 1995 Michael Meissner
|
9927 |
|
|
|
9928 |
|
|
* cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
|
9929 |
|
|
-disable-softfloat, -disable-relocatable, -disable-aix, and
|
9930 |
|
|
-disable-sysv to control which multilib libraries get built.
|
9931 |
|
|
|
9932 |
|
|
Thu Aug 17 16:03:41 1995 Ken Raeburn
|
9933 |
|
|
|
9934 |
|
|
* configure: Add Makefile.tem to list of files to remove in trap
|
9935 |
|
|
handler.
|
9936 |
|
|
|
9937 |
|
|
Mon Aug 14 19:27:56 1995 Per Bothner
|
9938 |
|
|
|
9939 |
|
|
* config.guess (*Linux*): Add missing "exit"s.
|
9940 |
|
|
Also, need specific check for alpha-unknown-linux (uses COFF).
|
9941 |
|
|
|
9942 |
|
|
Fri Aug 11 15:38:20 1995 Per Bothner
|
9943 |
|
|
|
9944 |
|
|
* config.guess: Merge with FSF:
|
9945 |
|
|
|
9946 |
|
|
Wed Jun 28 17:57:27 1995 David Edelsohn
|
9947 |
|
|
* config.guess (AIX4): More robust release numbering discovery.
|
9948 |
|
|
|
9949 |
|
|
Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
|
9950 |
|
|
* config.guess (i386-sequent-ptx): Properly get version number.
|
9951 |
|
|
|
9952 |
|
|
Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
|
9953 |
|
|
* config.guess (mips:*:4*:UMIPS): New case.
|
9954 |
|
|
|
9955 |
|
|
Mon Aug 7 09:21:35 1995 Doug Evans
|
9956 |
|
|
|
9957 |
|
|
* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
|
9958 |
|
|
(i386-win32 host): Likewise. Don't build readline.
|
9959 |
|
|
|
9960 |
|
|
Sat Aug 5 09:51:49 1995 Fred Fish
|
9961 |
|
|
|
9962 |
|
|
* Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
|
9963 |
|
|
SUPPORT_FILES to submakes.
|
9964 |
|
|
|
9965 |
|
|
Fri Aug 4 13:04:36 1995 Fred Fish
|
9966 |
|
|
|
9967 |
|
|
* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
|
9968 |
|
|
(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
|
9969 |
|
|
mpw-configure.
|
9970 |
|
|
|
9971 |
|
|
Wed Aug 2 16:32:40 1995 Ken Raeburn
|
9972 |
|
|
|
9973 |
|
|
* configure.in (appdirs): Use =, not ==, in test expression when
|
9974 |
|
|
trying to build the text to print in the warning message for
|
9975 |
|
|
Solaris users.
|
9976 |
|
|
|
9977 |
|
|
Mon Jul 31 09:56:18 1995 steve chamberlain
|
9978 |
|
|
|
9979 |
|
|
* cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
|
9980 |
|
|
|
9981 |
|
|
Fri Jul 28 00:16:31 1995 Jeffrey A. Law
|
9982 |
|
|
|
9983 |
|
|
* config.guess: Recognize lynx-2.3.
|
9984 |
|
|
|
9985 |
|
|
Thu Jul 27 15:47:59 1995 steve chamberlain
|
9986 |
|
|
|
9987 |
|
|
* config.sub (z8ksim): Deleted
|
9988 |
|
|
(z8k-*-coff): New, this is the one true name of the target.
|
9989 |
|
|
|
9990 |
|
|
Thu Jul 27 14:33:33 1995 Doug Evans
|
9991 |
|
|
|
9992 |
|
|
* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
|
9993 |
|
|
|
9994 |
|
|
Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
|
9995 |
|
|
|
9996 |
|
|
* config.guess (*:Linux:*:*): First try asking the linker what the
|
9997 |
|
|
default object file format is (elf, aout, or coff). Then if this
|
9998 |
|
|
fails, try previous methods.
|
9999 |
|
|
|
10000 |
|
|
Thu Jul 27 11:28:17 1995 J.T. Conklin
|
10001 |
|
|
|
10002 |
|
|
* configure.in: Don't build newlib for *-*-vxworks5.1.
|
10003 |
|
|
|
10004 |
|
|
Thu Jul 27 11:18:47 1995 Brendan Kehoe
|
10005 |
|
|
|
10006 |
|
|
* configure.in: Don't build newlib for a29k-*-vxworks5.1.
|
10007 |
|
|
* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
|
10008 |
|
|
|
10009 |
|
|
Tue Jul 25 21:25:39 1995 Doug Evans
|
10010 |
|
|
|
10011 |
|
|
* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
|
10012 |
|
|
|
10013 |
|
|
Fri Jul 21 10:41:12 1995 Doug Evans
|
10014 |
|
|
|
10015 |
|
|
* cfg-ml-com.in: New file.
|
10016 |
|
|
* cfg-ml-pos.in: New file.
|
10017 |
|
|
|
10018 |
|
|
Wed Jul 19 00:37:27 1995 Jeffrey A. Law
|
10019 |
|
|
|
10020 |
|
|
* COPYING.NEWLIB: Add HP free copyright to list.
|
10021 |
|
|
|
10022 |
|
|
Tue Jul 18 10:58:51 1995 Michael Meissner
|
10023 |
|
|
|
10024 |
|
|
* config.sub: Recognize -eabi* for the system, not just -eabi.
|
10025 |
|
|
|
10026 |
|
|
Mon Jul 3 13:44:51 1995 Steve Chamberlain
|
10027 |
|
|
|
10028 |
|
|
* Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
|
10029 |
|
|
* config.sub, configure.in (win32): New target and host.
|
10030 |
|
|
|
10031 |
|
|
Wed Jun 28 23:57:08 1995 Steve Chamberlain
|
10032 |
|
|
|
10033 |
|
|
* configure.in: Add i386-pe configuration.
|
10034 |
|
|
|
10035 |
|
|
Fri Jun 23 14:28:44 1995 Stan Shebs
|
10036 |
|
|
|
10037 |
|
|
* mpw-build.in (install): Install GDB after LD.
|
10038 |
|
|
|
10039 |
|
|
Thu Jun 22 17:10:53 1995 Stan Shebs
|
10040 |
|
|
|
10041 |
|
|
* mpw-config.in (elf/mips.h): Always forward-include, needed
|
10042 |
|
|
for GDB to build.
|
10043 |
|
|
|
10044 |
|
|
Wed Jun 21 15:17:30 1995 Rob Savoye
|
10045 |
|
|
|
10046 |
|
|
* testsuite: New directory for customer acceptance and whole tool
|
10047 |
|
|
chain tests.
|
10048 |
|
|
|
10049 |
|
|
Wed Jun 21 16:50:29 1995 Ken Raeburn
|
10050 |
|
|
|
10051 |
|
|
* configure: If per-host line isn't found, but AC_OUTPUT is found
|
10052 |
|
|
and a configure script exists, run it instead.
|
10053 |
|
|
|
10054 |
|
|
Thu Jun 15 21:09:24 1995 Per Bothner
|
10055 |
|
|
|
10056 |
|
|
* config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
|
10057 |
|
|
|
10058 |
|
|
Tue Jun 13 21:43:27 1995 Rob Savoye
|
10059 |
|
|
|
10060 |
|
|
* configure: Set build_{cpu,vendor,os,alias} to host values when
|
10061 |
|
|
--build isn't specified.
|
10062 |
|
|
|
10063 |
|
|
Mon Jun 5 18:26:36 1995 Jason Merrill
|
10064 |
|
|
|
10065 |
|
|
* Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
|
10066 |
|
|
(FLAGS_TO_PASS): Pass them.
|
10067 |
|
|
(EXTRA_TARGET_FLAGS): Ditto.
|
10068 |
|
|
|
10069 |
|
|
Wed May 31 22:27:42 1995 Jim Wilson
|
10070 |
|
|
|
10071 |
|
|
* Makefile.in (all-libg++): Depend on all-libstdc++.
|
10072 |
|
|
|
10073 |
|
|
Thu May 25 22:40:59 1995 J.T. Conklin
|
10074 |
|
|
|
10075 |
|
|
* configure.in (noconfigdirs): Enable all packages for
|
10076 |
|
|
i386-unknown-netbsd.
|
10077 |
|
|
|
10078 |
|
|
Sat May 20 13:22:31 1995 Angela Marie Thomas
|
10079 |
|
|
|
10080 |
|
|
* configure.in (noconfigdirs): Don't configure tk for i386-go32
|
10081 |
|
|
hosted builds (DOS builds)
|
10082 |
|
|
|
10083 |
|
|
Thu May 18 18:08:49 1995 Ken Raeburn
|
10084 |
|
|
|
10085 |
|
|
Changes for ARM based on patches from Richard Earnshaw:
|
10086 |
|
|
* config.sub: Handle armeb and armel.
|
10087 |
|
|
* configure.in: Omit arm linker only for riscix.
|
10088 |
|
|
|
10089 |
|
|
Thu May 11 17:23:26 1995 Per Bothner
|
10090 |
|
|
|
10091 |
|
|
* config.guess: Update from FSF.
|
10092 |
|
|
|
10093 |
|
|
Tue May 9 15:52:05 1995 Michael Meissner
|
10094 |
|
|
|
10095 |
|
|
* config.sub: Recognize powerpcle as the little endian varient of
|
10096 |
|
|
the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
|
10097 |
|
|
powerpcle variant. Convert pentium into i586, not i486. Add p5
|
10098 |
|
|
alias for i586. Map new x86 variants p6, k5, nexgen into i586
|
10099 |
|
|
temporarily.
|
10100 |
|
|
|
10101 |
|
|
Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
|
10102 |
|
|
|
10103 |
|
|
* configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
|
10104 |
|
|
|
10105 |
|
|
Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
|
10106 |
|
|
|
10107 |
|
|
* config.sub: Accept -lites* as a basic system type.
|
10108 |
|
|
|
10109 |
|
|
Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
|
10110 |
|
|
|
10111 |
|
|
* config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
|
10112 |
|
|
installed, and if so return linuxoldld as the system name.
|
10113 |
|
|
|
10114 |
|
|
Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
|
10115 |
|
|
|
10116 |
|
|
* config.guess: Add hppa1.1-hp-lites support.
|
10117 |
|
|
|
10118 |
|
|
Tue Apr 25 11:08:11 1995 Rob Savoye
|
10119 |
|
|
|
10120 |
|
|
* configure.in: Don't build newlib for m68k-vxworks5.1.
|
10121 |
|
|
|
10122 |
|
|
Wed Apr 19 17:02:43 1995 Jim Wilson
|
10123 |
|
|
|
10124 |
|
|
* configure.in (mips-sgi-irix6): Use mh-irix5.
|
10125 |
|
|
|
10126 |
|
|
Fri Apr 14 15:21:17 1995 Doug Evans
|
10127 |
|
|
|
10128 |
|
|
* Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
|
10129 |
|
|
|
10130 |
|
|
Wed Apr 12 16:06:01 1995 Jason Merrill
|
10131 |
|
|
|
10132 |
|
|
* test-build.mk: Enable building of shared libraries on IRIX 5 and
|
10133 |
|
|
OSF/1. Fix compiler flags.
|
10134 |
|
|
* build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
|
10135 |
|
|
|
10136 |
|
|
Tue Apr 11 18:55:40 1995 Doug Evans
|
10137 |
|
|
|
10138 |
|
|
* configure.in: Recognize --with-newlib.
|
10139 |
|
|
(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
|
10140 |
|
|
|
10141 |
|
|
Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
10142 |
|
|
|
10143 |
|
|
* Makefile.in: move {all,check,install}-gdb from *_MODULES
|
10144 |
|
|
to *_X11_MODULES due to gdbtk needing X include files et al.
|
10145 |
|
|
|
10146 |
|
|
Mon Apr 10 11:42:22 1995 Stan Shebs
|
10147 |
|
|
|
10148 |
|
|
Merge in support for Mac MPW as a host.
|
10149 |
|
|
(Old change descriptions retained for informational value.)
|
10150 |
|
|
|
10151 |
|
|
* mpw-config.in: Add generic include forwards for cpu-specific
|
10152 |
|
|
include files in aout and elf directories.
|
10153 |
|
|
|
10154 |
|
|
* mpw-configure: Added copyright.
|
10155 |
|
|
* mpw-config.in: Check for presence of required build tools.
|
10156 |
|
|
(target_libs): Add newlib.
|
10157 |
|
|
(target_tools): Add examples.
|
10158 |
|
|
(Read Me): Generate as "Read Me for MPW" instead.
|
10159 |
|
|
* mpw-build.in: Base sub-builds on all-foo instead of do-foo.
|
10160 |
|
|
(all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
|
10161 |
|
|
(do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
|
10162 |
|
|
|
10163 |
|
|
* mpw-configure: Remove subdir-specific makefile hackery,
|
10164 |
|
|
delete mk.tmp after using it.
|
10165 |
|
|
|
10166 |
|
|
* mpw-build.in (all): Display start and end times.
|
10167 |
|
|
|
10168 |
|
|
* mpw-configure (host_canonical): Set.
|
10169 |
|
|
(target_cpu): Always add to makefiles.
|
10170 |
|
|
(ARCHDEFS, EMUL): Add to makefile only if nonempty.
|
10171 |
|
|
(TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
|
10172 |
|
|
(mpw-mh-mpw): Look for in srcdir and srcroot.
|
10173 |
|
|
Use sed instead of mpw-edit-prefix to edit prefix definitions.
|
10174 |
|
|
|
10175 |
|
|
* mpw-build.in: (install-only): New target.
|
10176 |
|
|
|
10177 |
|
|
* mpw-configure (host_alias, target_alias): Rename from hostalias
|
10178 |
|
|
and targetalias, add into generated Makefile.
|
10179 |
|
|
(mk.tmp): If present, add into generated Makefile.
|
10180 |
|
|
* mpw-build.in (all-gas): Build config.h first before gas proper.
|
10181 |
|
|
|
10182 |
|
|
* mpw-configure (config.status): Write only if changed.
|
10183 |
|
|
* mpw-config.in (readline): Configure it (not built, just used for
|
10184 |
|
|
definitions).
|
10185 |
|
|
|
10186 |
|
|
* mpw-config.in (elf/mips.h): Add a forward include.
|
10187 |
|
|
|
10188 |
|
|
* mpw-config.in: Forward-include most .h files in include into
|
10189 |
|
|
extra-include.
|
10190 |
|
|
(readline): Don't build.
|
10191 |
|
|
mpw-build.in (install): Install GDB.
|
10192 |
|
|
|
10193 |
|
|
* mpw-configure (prefix, mpw_prefix): Handle it.
|
10194 |
|
|
* mpw-config.in (mmalloc, readline): Don't configure.
|
10195 |
|
|
* mpw-build.in (thisscript): Rename to ThisScript.
|
10196 |
|
|
Use mpw-build instead of BuildProgram everywhere.
|
10197 |
|
|
(mmalloc, readline): Don't build.
|
10198 |
|
|
* mpw-README: New file, basic documentation about the MPW port.
|
10199 |
|
|
|
10200 |
|
|
* mpw-config.in: Use forward-include to create include files.
|
10201 |
|
|
|
10202 |
|
|
* mpw-configure: Add more things to the top of each configured
|
10203 |
|
|
Makefile, including contents of config/mpw-mh-mpw.
|
10204 |
|
|
* mpw-config.in (extra-include): Create this directory and fill it
|
10205 |
|
|
with Posix-like include files when configuring.
|
10206 |
|
|
|
10207 |
|
|
* config.sub (apple, mac, mpw): Add various aliases.
|
10208 |
|
|
|
10209 |
|
|
* mpw-build.in: New file, top-level build script fragment for MPW.
|
10210 |
|
|
* mpw-configure: New file, configure script for MPW.
|
10211 |
|
|
* mpw-config.in: New file, config fragment for MPW.
|
10212 |
|
|
|
10213 |
|
|
Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10214 |
|
|
|
10215 |
|
|
* configure.in (host_libs): Remove glob, since it is gone from the
|
10216 |
|
|
sources.
|
10217 |
|
|
|
10218 |
|
|
Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
10219 |
|
|
|
10220 |
|
|
* Makefile.in: define empty GDB_NLM_DEPS var.
|
10221 |
|
|
|
10222 |
|
|
* configure.in(target_makefile_frag): use config/mt-netware
|
10223 |
|
|
for netware targets.
|
10224 |
|
|
|
10225 |
|
|
Thu Mar 30 13:51:43 1995 Ian Lance Taylor
|
10226 |
|
|
|
10227 |
|
|
* config.sub: Merge in recent FSF changes. Remove linux special
|
10228 |
|
|
cases.
|
10229 |
|
|
|
10230 |
|
|
Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
10231 |
|
|
|
10232 |
|
|
Revert this change:
|
10233 |
|
|
|
10234 |
|
|
Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
|
10235 |
|
|
|
10236 |
|
|
* build-all.mk: Use CC=cc -Xs on Solaris.
|
10237 |
|
|
|
10238 |
|
|
Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10239 |
|
|
|
10240 |
|
|
* glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
|
10241 |
|
|
stop using it.
|
10242 |
|
|
* Makefile.in: Nuke all references to glob subdirectory.
|
10243 |
|
|
|
10244 |
|
|
Thu Mar 16 13:35:30 1995 Jason Merrill
|
10245 |
|
|
|
10246 |
|
|
* configure.in: Fix --enable-shared logic in per-host.
|
10247 |
|
|
|
10248 |
|
|
Mon Mar 13 12:33:15 1995 Ian Lance Taylor
|
10249 |
|
|
|
10250 |
|
|
* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
|
10251 |
|
|
|
10252 |
|
|
Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10253 |
|
|
|
10254 |
|
|
* configure.in (noconfigdirs): Don't build gas on AIX, for
|
10255 |
|
|
powerpc*-*-aix* as well as for rs6000*-*-aix*.
|
10256 |
|
|
|
10257 |
|
|
Wed Mar 1 12:51:53 1995 Ian Lance Taylor
|
10258 |
|
|
|
10259 |
|
|
* configure: Fix --cache-file to work if the file argument is a
|
10260 |
|
|
relative path.
|
10261 |
|
|
|
10262 |
|
|
Tue Feb 28 17:36:07 1995 Ian Lance Taylor
|
10263 |
|
|
|
10264 |
|
|
* configure: If the --cache-file is used, pass it down to
|
10265 |
|
|
configure in subdirectories.
|
10266 |
|
|
|
10267 |
|
|
Mon Feb 27 12:52:46 1995 Kung Hsu
|
10268 |
|
|
|
10269 |
|
|
* config.sub: add vxworks29k configuration.
|
10270 |
|
|
|
10271 |
|
|
Fri Feb 10 16:12:26 1995 Ken Raeburn
|
10272 |
|
|
|
10273 |
|
|
* Makefile.in (taz): Do "diststuff" part quietly.
|
10274 |
|
|
|
10275 |
|
|
Sun Feb 5 14:16:35 1995 Doug Evans
|
10276 |
|
|
|
10277 |
|
|
* config.sub: Mini-merge with gcc/config.sub.
|
10278 |
|
|
|
10279 |
|
|
Sat Feb 4 12:11:35 1995 Jim Wilson
|
10280 |
|
|
|
10281 |
|
|
* config.guess (IRIX): Sed - to _.
|
10282 |
|
|
|
10283 |
|
|
Fri Feb 3 11:54:42 1995 J.T. Conklin
|
10284 |
|
|
|
10285 |
|
|
* Makefile.in (source-vault, binary-vault): New targets.
|
10286 |
|
|
|
10287 |
|
|
Thu Jan 26 13:00:11 1995 Michael Meissner
|
10288 |
|
|
|
10289 |
|
|
* config.sub: Recognize -eabi as a basic system type.
|
10290 |
|
|
|
10291 |
|
|
Thu Jan 12 13:13:23 1995 Jason Merrill
|
10292 |
|
|
|
10293 |
|
|
* configure.in (enable_shared stuff): Fix typo.
|
10294 |
|
|
|
10295 |
|
|
Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
|
10296 |
|
|
|
10297 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
|
10298 |
|
|
|
10299 |
|
|
Wed Jan 11 16:29:53 1995 Jason Merrill
|
10300 |
|
|
|
10301 |
|
|
* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
|
10302 |
|
|
|
10303 |
|
|
Mon Jan 9 12:48:01 1995 Jim Kingdon
|
10304 |
|
|
|
10305 |
|
|
* configure.in (rs6000-*-*): Don't build gas.
|
10306 |
|
|
|
10307 |
|
|
Wed Jan 4 23:53:49 1995 Ian Lance Taylor
|
10308 |
|
|
|
10309 |
|
|
* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
|
10310 |
|
|
reduce command line length.
|
10311 |
|
|
(AS_FOR_TARGET): Check for as.new, not Makefile.
|
10312 |
|
|
(NM_FOR_TARGET): Check for nm.new, not Makefile.
|
10313 |
|
|
|
10314 |
|
|
Wed Jan 4 13:02:39 1995 Per Bothner
|
10315 |
|
|
|
10316 |
|
|
* config.guess: Merge from FSF.
|
10317 |
|
|
|
10318 |
|
|
Thu Dec 15 17:11:37 1994 Ian Lance Taylor
|
10319 |
|
|
|
10320 |
|
|
* configure: Don't use $ when handling program_suffix.
|
10321 |
|
|
|
10322 |
|
|
Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
|
10323 |
|
|
|
10324 |
|
|
* configure.in: Configure tk for hppa/hpux.
|
10325 |
|
|
|
10326 |
|
|
Fri Dec 2 15:55:38 1994 Per Bothner
|
10327 |
|
|
|
10328 |
|
|
* Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
|
10329 |
|
|
|
10330 |
|
|
Tue Nov 29 19:37:56 1994 Per Bothner
|
10331 |
|
|
|
10332 |
|
|
* Makefile.in: Move -fno-implicit-template from CXXFLAGS
|
10333 |
|
|
to LIBCXXFLAGS. Tests are better run without it.
|
10334 |
|
|
|
10335 |
|
|
Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
|
10336 |
|
|
|
10337 |
|
|
* Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
|
10338 |
|
|
|
10339 |
|
|
Mon Nov 21 11:14:01 1994 J.T. Conklin
|
10340 |
|
|
|
10341 |
|
|
* configure.in (*-*-netware*): Don't configure xiberty.
|
10342 |
|
|
|
10343 |
|
|
Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
|
10344 |
|
|
|
10345 |
|
|
* configure.in: Remove tk from native_only list.
|
10346 |
|
|
|
10347 |
|
|
Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
|
10348 |
|
|
|
10349 |
|
|
* build-all.mk: Add mips-ncd-elf target to sun4 targets
|
10350 |
|
|
for special NCD build.
|
10351 |
|
|
|
10352 |
|
|
Mon Nov 7 20:58:17 1994 Ken Raeburn
|
10353 |
|
|
|
10354 |
|
|
* Makefile.in (DEVO_SUPPORT): Remove configure.bat and
|
10355 |
|
|
makeall.bat, they're only useful for binutils snapshots.
|
10356 |
|
|
(binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
|
10357 |
|
|
makeall.bat to specified SUPPORT_FILES.
|
10358 |
|
|
|
10359 |
|
|
Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
|
10360 |
|
|
|
10361 |
|
|
* build-all.mk: Add Ericsson targets to sun4 and solaris
|
10362 |
|
|
hosts. Add BNR's sun4 target to solaris host, so their
|
10363 |
|
|
build-from-source will be tested in-house first.
|
10364 |
|
|
|
10365 |
|
|
Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
|
10366 |
|
|
|
10367 |
|
|
* Makefile.in (LIBCFLAGS): New variable.
|
10368 |
|
|
(CFLAGS_FOR_TARGET): Ditto.
|
10369 |
|
|
(LIBCFLAGS_FOR_TARGET): Ditto.
|
10370 |
|
|
(LIBCXXFLAGS): Ditto.
|
10371 |
|
|
(CXXFLAGS_FOR_TARGET): Ditto.
|
10372 |
|
|
(LIBCXXFLAGS_FOR_TARGET): Ditto.
|
10373 |
|
|
(BASE_FLAGS_TO_PASS): Pass them.
|
10374 |
|
|
(EXTRA_TARGET_FLAGS): Ditto.
|
10375 |
|
|
|
10376 |
|
|
* configure.in: Support --enable-shared.
|
10377 |
|
|
|
10378 |
|
|
Sat Nov 5 15:44:00 1994 Per Bothner
|
10379 |
|
|
|
10380 |
|
|
* configure.in (target_libs): Include libstdc++ again.
|
10381 |
|
|
* config.guess: Update from FSF (for FreeBSD).
|
10382 |
|
|
|
10383 |
|
|
Thu Nov 3 16:32:30 1994 Ken Raeburn
|
10384 |
|
|
|
10385 |
|
|
* Makefile.in (DEVO_SUPPORT): Include configure.bat and
|
10386 |
|
|
makeall.bat.
|
10387 |
|
|
(DISTDOCDIRS): Add `etc'.
|
10388 |
|
|
(ETC_SUPPORT_PFX): New variable.
|
10389 |
|
|
(taz): Include anything from etc starting with a word in
|
10390 |
|
|
ETC_SUPPORT_PFX.
|
10391 |
|
|
|
10392 |
|
|
Wed Oct 26 16:19:35 1994 Ian Lance Taylor
|
10393 |
|
|
|
10394 |
|
|
* config.sub: Update for recent FSF changes. Remove obsolete
|
10395 |
|
|
h8300hds entry. Add -windows* and -osx as basic os. Minor
|
10396 |
|
|
spacing changes.
|
10397 |
|
|
|
10398 |
|
|
Thu Oct 20 18:41:56 1994 Per Bothner
|
10399 |
|
|
|
10400 |
|
|
* configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
|
10401 |
|
|
|
10402 |
|
|
* config.guess: Merge with FSF.
|
10403 |
|
|
* configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
|
10404 |
|
|
|
10405 |
|
|
Thu Oct 20 19:26:56 1994 Ken Raeburn
|
10406 |
|
|
|
10407 |
|
|
* configure: Since the "trap 0" handler will override the exit
|
10408 |
|
|
status on many systems, only use it for "exit 1", and make it set
|
10409 |
|
|
a non-zero exit status; reset it before "exit 0". Also, check
|
10410 |
|
|
exit status of config.sub, and error out if it failed.
|
10411 |
|
|
|
10412 |
|
|
Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
|
10413 |
|
|
|
10414 |
|
|
* Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
|
10415 |
|
|
and install libgloss.
|
10416 |
|
|
|
10417 |
|
|
Tue Oct 18 15:25:24 1994 Ian Lance Taylor
|
10418 |
|
|
|
10419 |
|
|
* Makefile.in (all-binutils): Depend upon all-byacc.
|
10420 |
|
|
|
10421 |
|
|
* configure.in: Don't build emacs on Irix 5.
|
10422 |
|
|
|
10423 |
|
|
Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
10424 |
|
|
|
10425 |
|
|
* configure.in (*-*-netware*): Add libio.
|
10426 |
|
|
|
10427 |
|
|
Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
|
10428 |
|
|
|
10429 |
|
|
* Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
|
10430 |
|
|
(CHECK_TARGET_MODULES): Ditto.
|
10431 |
|
|
(INSTALL_TARGET_MODULES): Ditto.
|
10432 |
|
|
(TARGET_LIBS): Ditto.
|
10433 |
|
|
(all-libstdc++): Note dependencies.
|
10434 |
|
|
|
10435 |
|
|
Thu Oct 13 01:43:08 1994 Ken Raeburn
|
10436 |
|
|
|
10437 |
|
|
* Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
|
10438 |
|
|
|
10439 |
|
|
Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
|
10440 |
|
|
|
10441 |
|
|
* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
|
10442 |
|
|
-fexternal-templates.
|
10443 |
|
|
|
10444 |
|
|
* configure.in (target_libs): Add libstdc++.
|
10445 |
|
|
(noconfigdirs): Add libstdc++ as appropriate.
|
10446 |
|
|
|
10447 |
|
|
Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10448 |
|
|
|
10449 |
|
|
* config.guess: Update from FSF.
|
10450 |
|
|
|
10451 |
|
|
Tue Oct 4 12:05:42 1994 Ian Lance Taylor
|
10452 |
|
|
|
10453 |
|
|
* configure: Use ${config_shell} when running ${configsub}.
|
10454 |
|
|
|
10455 |
|
|
Mon Oct 3 14:28:34 1994 Doug Evans
|
10456 |
|
|
|
10457 |
|
|
* config.sub: No longer recognize h8300h.
|
10458 |
|
|
|
10459 |
|
|
Mon Oct 3 12:40:54 1994 Ian Lance Taylor
|
10460 |
|
|
|
10461 |
|
|
* config.sub: Remove extraneous differences between config.sub and
|
10462 |
|
|
gcc/config.sub.
|
10463 |
|
|
|
10464 |
|
|
Sat Oct 1 00:23:12 1994 Ken Raeburn
|
10465 |
|
|
|
10466 |
|
|
* Makefile.in (DISTSTUFFDIRS): Add gas.
|
10467 |
|
|
|
10468 |
|
|
Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
|
10469 |
|
|
|
10470 |
|
|
* COPYING.NEWLIB: New file.
|
10471 |
|
|
|
10472 |
|
|
Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10473 |
|
|
|
10474 |
|
|
* config.guess (HP-UX): Patch from Harlan Stenn
|
10475 |
|
|
to also emit release level.
|
10476 |
|
|
|
10477 |
|
|
Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
|
10478 |
|
|
|
10479 |
|
|
* config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
|
10480 |
|
|
|
10481 |
|
|
Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10482 |
|
|
|
10483 |
|
|
* config.sub: Merge nextstep cleanup from FSF.
|
10484 |
|
|
|
10485 |
|
|
Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
|
10486 |
|
|
|
10487 |
|
|
* configure.in (arm-*-*): Don't configure ld for this target.
|
10488 |
|
|
|
10489 |
|
|
Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
10490 |
|
|
|
10491 |
|
|
* configure.in (*-*-netware): don't configure libg++, libio,
|
10492 |
|
|
librx, or newlib.
|
10493 |
|
|
|
10494 |
|
|
Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10495 |
|
|
|
10496 |
|
|
* configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
|
10497 |
|
|
configure ld--it works, but it doesn't support shared libraries.
|
10498 |
|
|
|
10499 |
|
|
Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10500 |
|
|
|
10501 |
|
|
* config.guess (*-unknown-freebsd*): Get rid of possible
|
10502 |
|
|
trailing "(Release)" in version string.
|
10503 |
|
|
Patch from Paul Richards .
|
10504 |
|
|
|
10505 |
|
|
Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10506 |
|
|
|
10507 |
|
|
* config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
|
10508 |
|
|
Fix type: *-next-neststep -> *-next-nextstep.
|
10509 |
|
|
|
10510 |
|
|
* config.guess: Merge from FSF:
|
10511 |
|
|
|
10512 |
|
|
Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
|
10513 |
|
|
|
10514 |
|
|
* config.guess: Recognize powerpc-ibm-aix3.2.5.
|
10515 |
|
|
|
10516 |
|
|
Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
|
10517 |
|
|
|
10518 |
|
|
* config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
|
10519 |
|
|
instead of UNIX_SV for UnixWare 1.0).
|
10520 |
|
|
|
10521 |
|
|
Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
|
10522 |
|
|
|
10523 |
|
|
* Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
|
10524 |
|
|
to make gdb/nlm/* build after the compiler and linker.
|
10525 |
|
|
|
10526 |
|
|
Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10527 |
|
|
|
10528 |
|
|
* config.guess (netbsd, freebsd, linux): Accept any machine,
|
10529 |
|
|
not just i[34]86.
|
10530 |
|
|
(m68k-atari-sysv4): Relocate to match FSF version.
|
10531 |
|
|
|
10532 |
|
|
* config.guess: More merges from the FSF:
|
10533 |
|
|
|
10534 |
|
|
Add a space before function call or macro invocation.
|
10535 |
|
|
|
10536 |
|
|
Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
|
10537 |
|
|
|
10538 |
|
|
* config.guess: Add trap cmd to remove dummy.c and dummy when
|
10539 |
|
|
interrupted.
|
10540 |
|
|
|
10541 |
|
|
Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
|
10542 |
|
|
|
10543 |
|
|
* config.guess (dummy.c): Redirect stderr for `hostinfo' command.
|
10544 |
|
|
(dummy): Redirect stderr from compilation of dummy.c.
|
10545 |
|
|
|
10546 |
|
|
Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
|
10547 |
|
|
|
10548 |
|
|
* config.guess: Distinguish between NeXTStep 2.1 and 3.x.
|
10549 |
|
|
|
10550 |
|
|
Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
|
10551 |
|
|
|
10552 |
|
|
* configure: Accept and ignore --cache*, for compatibility with
|
10553 |
|
|
new autoconf.
|
10554 |
|
|
|
10555 |
|
|
Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10556 |
|
|
|
10557 |
|
|
* config.guess: Merge from FSF:
|
10558 |
|
|
|
10559 |
|
|
Thu Aug 25 20:28:51 1994 Richard Stallman
|
10560 |
|
|
|
10561 |
|
|
* config.guess (Pyramid*:OSx*:*:*): New case.
|
10562 |
|
|
(PATH): Add /.attbin at end for finding uname.
|
10563 |
|
|
(dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
|
10564 |
|
|
|
10565 |
|
|
Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
|
10566 |
|
|
|
10567 |
|
|
* config.guess (M88*:DolphinOS:*:*): New case.
|
10568 |
|
|
|
10569 |
|
|
Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
|
10570 |
|
|
|
10571 |
|
|
* config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
|
10572 |
|
|
to select whether to use ELF or COFF.
|
10573 |
|
|
|
10574 |
|
|
Sun Jul 24 16:20:53 1994 Richard Stallman
|
10575 |
|
|
|
10576 |
|
|
* config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
|
10577 |
|
|
|
10578 |
|
|
Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
|
10579 |
|
|
|
10580 |
|
|
* config.guess: Guess the OS version for HPUX.
|
10581 |
|
|
|
10582 |
|
|
Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
|
10583 |
|
|
|
10584 |
|
|
* config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
|
10585 |
|
|
|
10586 |
|
|
Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10587 |
|
|
|
10588 |
|
|
* configure.in: Recognize --with-headers, --with-libs, and
|
10589 |
|
|
--without-newlib.
|
10590 |
|
|
* Makefile.in (all-xiberty): Depend upon all-ld.
|
10591 |
|
|
|
10592 |
|
|
Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10593 |
|
|
|
10594 |
|
|
* configure.in: Change i[34]86 to i[345]86.
|
10595 |
|
|
|
10596 |
|
|
Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10597 |
|
|
|
10598 |
|
|
* configure (version): A few more tweaks to help message.
|
10599 |
|
|
|
10600 |
|
|
Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10601 |
|
|
|
10602 |
|
|
* Makefile.in: Remove (for now) librx as a host library,
|
10603 |
|
|
now that we're building it for target.
|
10604 |
|
|
|
10605 |
|
|
Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10606 |
|
|
|
10607 |
|
|
* configure: Fix up help message; from karl@owl.hq.ileaf.com
|
10608 |
|
|
(Karl Berry).
|
10609 |
|
|
|
10610 |
|
|
Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10611 |
|
|
|
10612 |
|
|
* configure.in: Also configure librx.
|
10613 |
|
|
|
10614 |
|
|
Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10615 |
|
|
|
10616 |
|
|
* Makefile.in: Update various rules to reflect that librx
|
10617 |
|
|
is now needed for libg++.
|
10618 |
|
|
|
10619 |
|
|
Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10620 |
|
|
|
10621 |
|
|
* config.sub: Accept mips64orion and mips64orionel as a CPU name.
|
10622 |
|
|
|
10623 |
|
|
Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
|
10624 |
|
|
|
10625 |
|
|
* configure.in: Configure the examples directory.
|
10626 |
|
|
|
10627 |
|
|
Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10628 |
|
|
|
10629 |
|
|
* configure: Simplify Jun 2 1994 change.
|
10630 |
|
|
|
10631 |
|
|
Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
|
10632 |
|
|
|
10633 |
|
|
* change CC to /usr/latest/bin/gcc for lynx host builds, since
|
10634 |
|
|
/bin/gcc isn't good enough to build gcc.
|
10635 |
|
|
|
10636 |
|
|
Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
|
10637 |
|
|
|
10638 |
|
|
* Makefile.in (GDB_SUPPORT_FILES): Remove
|
10639 |
|
|
(setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
|
10640 |
|
|
(gdb.tar.gz): Add new rule to use standard distribution building
|
10641 |
|
|
mechanism.
|
10642 |
|
|
|
10643 |
|
|
Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10644 |
|
|
|
10645 |
|
|
* configure.in: Warn about use of /usr/ucb/cc on Solaris. From
|
10646 |
|
|
Bill Cox .
|
10647 |
|
|
|
10648 |
|
|
Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10649 |
|
|
|
10650 |
|
|
* config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
|
10651 |
|
|
|
10652 |
|
|
Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
|
10653 |
|
|
|
10654 |
|
|
* configure: Search current dir first in .gdbinit.
|
10655 |
|
|
|
10656 |
|
|
Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10657 |
|
|
|
10658 |
|
|
* config.sub: Recognize freebsd (merged from gcc config.sub).
|
10659 |
|
|
|
10660 |
|
|
Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10661 |
|
|
|
10662 |
|
|
* config.sub: Refer to NeXT's operating system as nextstep.
|
10663 |
|
|
|
10664 |
|
|
* config.sub (case $basic_machine): Re-order the cases, to match
|
10665 |
|
|
the order in the FSF version (which is mostly alphabethical).
|
10666 |
|
|
Merge in some additions and changes from the FSF.
|
10667 |
|
|
|
10668 |
|
|
Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
|
10669 |
|
|
|
10670 |
|
|
* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
|
10671 |
|
|
* config.sub: Recognize cxux7.
|
10672 |
|
|
* configure.in: Use mh-cxux for m88k-harris-cxux*.
|
10673 |
|
|
|
10674 |
|
|
Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10675 |
|
|
|
10676 |
|
|
* config.sub: Fix typo powerpc -> powerpc-*.
|
10677 |
|
|
|
10678 |
|
|
Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
|
10679 |
|
|
|
10680 |
|
|
* Makefile.in: `all-emacs19' depends on `all-byacc'.
|
10681 |
|
|
|
10682 |
|
|
* Makefile.in: Add all-emacs19 and install-emacs19 rules (in
|
10683 |
|
|
parallel with all-emacs and install-emacs). Top-level command
|
10684 |
|
|
`make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
|
10685 |
|
|
|
10686 |
|
|
Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10687 |
|
|
|
10688 |
|
|
* test-build.mk ($(host)-stamp-stage2-installed): Remove
|
10689 |
|
|
$(relbindir)/make before doing ``make install'', and use
|
10690 |
|
|
$(GNU_MAKE) while doing it. Avoids problem on SunOS with
|
10691 |
|
|
installing over running make binary.
|
10692 |
|
|
($(host)-stamp-stage3-installed): Likewise.
|
10693 |
|
|
|
10694 |
|
|
Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10695 |
|
|
|
10696 |
|
|
* config.guess: Recognize Mach.
|
10697 |
|
|
|
10698 |
|
|
Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
10699 |
|
|
|
10700 |
|
|
* configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
|
10701 |
|
|
see whether --exec-prefix was used.
|
10702 |
|
|
|
10703 |
|
|
Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10704 |
|
|
|
10705 |
|
|
* README: Explicitly mention libg++/README. (Zoo's idea.)
|
10706 |
|
|
|
10707 |
|
|
Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10708 |
|
|
|
10709 |
|
|
* Makefile.in: Add all-librx target similar to all-libproc.
|
10710 |
|
|
|
10711 |
|
|
Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
|
10712 |
|
|
|
10713 |
|
|
* config.guess: Rearrange tests for Alpha-OSF1 to properly deal
|
10714 |
|
|
with post 1.2 uname bogosity.
|
10715 |
|
|
|
10716 |
|
|
Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10717 |
|
|
|
10718 |
|
|
* configure: Remove temporary files on receipt of a signal.
|
10719 |
|
|
|
10720 |
|
|
Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
|
10721 |
|
|
|
10722 |
|
|
* configure: If there is a package_makefile_frag, remove
|
10723 |
|
|
${subdir}/Makefile.tem after copying it in.
|
10724 |
|
|
|
10725 |
|
|
Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
|
10726 |
|
|
|
10727 |
|
|
* build_all.mk: support rs6000 lynx identifies itself as
|
10728 |
|
|
rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
|
10729 |
|
|
since /bin/gcc is too feeble to compile a modern gcc.
|
10730 |
|
|
|
10731 |
|
|
Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
|
10732 |
|
|
|
10733 |
|
|
* brought devo/test-build.mk update-to-date with progressive/
|
10734 |
|
|
test-build.mk. Add lynx targets and hppa flag info.
|
10735 |
|
|
|
10736 |
|
|
Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10737 |
|
|
|
10738 |
|
|
* configure.in: Use mh-ncrsvr43. Patch from
|
10739 |
|
|
Tom McConnell .
|
10740 |
|
|
|
10741 |
|
|
Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10742 |
|
|
|
10743 |
|
|
* config.guess (i386-unknown-bsdi): No longer need to
|
10744 |
|
|
check #if defined(__bsdi__) && defined(__i386__).
|
10745 |
|
|
|
10746 |
|
|
Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10747 |
|
|
|
10748 |
|
|
* configure: Set program_transform_nameoption correctly.
|
10749 |
|
|
|
10750 |
|
|
Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
|
10751 |
|
|
|
10752 |
|
|
* brought build-all.mk update-to-date with progressive build-all.mk,
|
10753 |
|
|
added new targets and hppa info.
|
10754 |
|
|
|
10755 |
|
|
Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10756 |
|
|
|
10757 |
|
|
* configure: If config.guess result is a prefix of the user
|
10758 |
|
|
specified target, assume a native build and use the user specified
|
10759 |
|
|
target as the host alias. Remove SunOS patch suffix removal hack.
|
10760 |
|
|
* configure.in: Remove SunOS patch suffix removal hack.
|
10761 |
|
|
|
10762 |
|
|
* Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
|
10763 |
|
|
in NATIVE_CHECK_MODULES.
|
10764 |
|
|
|
10765 |
|
|
Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
|
10766 |
|
|
|
10767 |
|
|
* Makefile.in: Rename HOST_ONLY to NATIVE.
|
10768 |
|
|
* configure: Delete SunOs patch suffix from host_canonical
|
10769 |
|
|
and build_canonical variables that are prepended to Makefiles.
|
10770 |
|
|
* configure.in: Add comments for easier maintenance.
|
10771 |
|
|
|
10772 |
|
|
Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10773 |
|
|
|
10774 |
|
|
* Makefile.in: Add all-libproc target similar to all-gui.
|
10775 |
|
|
|
10776 |
|
|
Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
|
10777 |
|
|
|
10778 |
|
|
* Makefile.in (CHECK_MODULES): split into
|
10779 |
|
|
HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
|
10780 |
|
|
|
10781 |
|
|
Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
|
10782 |
|
|
|
10783 |
|
|
* config.guess (i386-unknown-bsdi): New system to guess.
|
10784 |
|
|
|
10785 |
|
|
Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10786 |
|
|
|
10787 |
|
|
* Makefile.in: Add all-gui target (but not yet build by "all").
|
10788 |
|
|
|
10789 |
|
|
Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
|
10790 |
|
|
|
10791 |
|
|
* config.sub: Move deletion of patch suffix from here...
|
10792 |
|
|
* configure.in: To here, at Ian's suggestion. The top-
|
10793 |
|
|
level scripts might need to know of a patch level.
|
10794 |
|
|
|
10795 |
|
|
Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
|
10796 |
|
|
|
10797 |
|
|
* config.sub: Strip off patch suffix so rtl is recognized
|
10798 |
|
|
as a sunos4.1.3 machine, even though it's been patched.
|
10799 |
|
|
|
10800 |
|
|
Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
|
10801 |
|
|
|
10802 |
|
|
* Makefile.in (INSTALL_LAST): Delete.
|
10803 |
|
|
(INSTALL_DOSREL): New.
|
10804 |
|
|
|
10805 |
|
|
Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10806 |
|
|
|
10807 |
|
|
* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
|
10808 |
|
|
Don't set use_gnu_ld to no for *-*-sysv4; that only controls
|
10809 |
|
|
whether we pass down --with-gnu-ld anyhow.
|
10810 |
|
|
|
10811 |
|
|
Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
|
10812 |
|
|
|
10813 |
|
|
* Makefile.in (INSTALL_LAST): Change operation so it works
|
10814 |
|
|
on more flavors of make.
|
10815 |
|
|
* configure.in (go32): Don't build libg++ or libio.
|
10816 |
|
|
|
10817 |
|
|
Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
|
10818 |
|
|
|
10819 |
|
|
* Makefile.in (Move HOST_PREFIX_1 and friends up so
|
10820 |
|
|
they can be overriden by templates.
|
10821 |
|
|
|
10822 |
|
|
Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
|
10823 |
|
|
|
10824 |
|
|
* configure.in (target==go32): Don't build gdb.
|
10825 |
|
|
* dosrel: New directory.
|
10826 |
|
|
|
10827 |
|
|
Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
|
10828 |
|
|
|
10829 |
|
|
* configure.in (host==go32): Configure dosrel too.
|
10830 |
|
|
* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
|
10831 |
|
|
(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
|
10832 |
|
|
be set by incoming names or templates.
|
10833 |
|
|
(INSTALL_LAST): New rule.
|
10834 |
|
|
|
10835 |
|
|
Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
|
10836 |
|
|
|
10837 |
|
|
* config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
|
10838 |
|
|
|
10839 |
|
|
Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
10840 |
|
|
|
10841 |
|
|
* configure.in (appdirs): New variable. Currently empty, but will
|
10842 |
|
|
be used in gas distribution. If nonempty, lists a set of
|
10843 |
|
|
directories at least one of which must get configured, or top
|
10844 |
|
|
level configuration is considered to have failed.
|
10845 |
|
|
(rs6000-*-lynxos*): Use new file name.
|
10846 |
|
|
|
10847 |
|
|
Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10848 |
|
|
|
10849 |
|
|
Eliminate XTRAFLAGS.
|
10850 |
|
|
* Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
|
10851 |
|
|
newlib include files using -idirafter, and also use -nostdinc.
|
10852 |
|
|
(CXX_FOR_TARGET): Likewise.
|
10853 |
|
|
(XTRAFLAGS): Removed.
|
10854 |
|
|
(BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
|
10855 |
|
|
(EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
|
10856 |
|
|
(EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
|
10857 |
|
|
($(DO_X)): Don't pass down XTRAFLAGS.
|
10858 |
|
|
|
10859 |
|
|
Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
|
10860 |
|
|
|
10861 |
|
|
* configure.in (mips*-dec-bsd*): New target; do build linker.
|
10862 |
|
|
(mips*-*-bsd*): New target; don't build linker.
|
10863 |
|
|
|
10864 |
|
|
Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
|
10865 |
|
|
|
10866 |
|
|
* configure.in: support rs6000-*-lynxos* configuration.
|
10867 |
|
|
support sunos4 as a cross target.
|
10868 |
|
|
|
10869 |
|
|
* config.sub: look for lynx*, not lynx since the OS version may
|
10870 |
|
|
legitimately be part of the name.
|
10871 |
|
|
|
10872 |
|
|
Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
10873 |
|
|
|
10874 |
|
|
* configure.in (i[34]86-*-sco*): Move to be with other i386
|
10875 |
|
|
targets.
|
10876 |
|
|
(romp-*-*): New target. Skip various binary utilities.
|
10877 |
|
|
(vax-*-*): New target. Don't build newlib.
|
10878 |
|
|
(vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
|
10879 |
|
|
|
10880 |
|
|
Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10881 |
|
|
|
10882 |
|
|
* configure.in: Only set host_makefile_frag if config
|
10883 |
|
|
directory exists.
|
10884 |
|
|
|
10885 |
|
|
Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10886 |
|
|
|
10887 |
|
|
* install.sh: If $dstdir exists, don't check whether each
|
10888 |
|
|
component does.
|
10889 |
|
|
|
10890 |
|
|
Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10891 |
|
|
|
10892 |
|
|
* test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
|
10893 |
|
|
|
10894 |
|
|
Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
|
10895 |
|
|
|
10896 |
|
|
* configure.in (*-*-lynxos*): Don't configure newlib for either
|
10897 |
|
|
native or cross Lynx.
|
10898 |
|
|
|
10899 |
|
|
Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
|
10900 |
|
|
|
10901 |
|
|
* config.sub (sparc64-elf): Fix os.
|
10902 |
|
|
(z8k): Remove duplicate.
|
10903 |
|
|
|
10904 |
|
|
Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10905 |
|
|
|
10906 |
|
|
* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
|
10907 |
|
|
gcc/stmp-fixproto, to try to prevent fixproto from being run.
|
10908 |
|
|
|
10909 |
|
|
Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
|
10910 |
|
|
|
10911 |
|
|
* configure: Make file links cleanly even if Lynx fails on
|
10912 |
|
|
an NFS symlink (at least fail cleanly).
|
10913 |
|
|
|
10914 |
|
|
Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
|
10915 |
|
|
|
10916 |
|
|
* test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
|
10917 |
|
|
-XNh2000.
|
10918 |
|
|
|
10919 |
|
|
Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10920 |
|
|
|
10921 |
|
|
* configure: Unknown options are fatal again.
|
10922 |
|
|
|
10923 |
|
|
Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
|
10924 |
|
|
|
10925 |
|
|
* configure: Ignore --x-includes and --x-libraries, for Autoconf
|
10926 |
|
|
compatibility.
|
10927 |
|
|
|
10928 |
|
|
Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
|
10929 |
|
|
|
10930 |
|
|
* build-all.mk: Add `clean' target.
|
10931 |
|
|
|
10932 |
|
|
Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
10933 |
|
|
|
10934 |
|
|
* config.guess: Add SINIX support.
|
10935 |
|
|
* configure.in: Add mips-*-sysv4* support.
|
10936 |
|
|
|
10937 |
|
|
Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
|
10938 |
|
|
|
10939 |
|
|
* build-all.mk: Document all useful targets.
|
10940 |
|
|
If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
|
10941 |
|
|
If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
|
10942 |
|
|
|
10943 |
|
|
Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10944 |
|
|
|
10945 |
|
|
* configure: Support --silent, --quiet.
|
10946 |
|
|
|
10947 |
|
|
Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10948 |
|
|
|
10949 |
|
|
* configure: Support --disable-FEATURE.
|
10950 |
|
|
|
10951 |
|
|
Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10952 |
|
|
|
10953 |
|
|
* config.guess: Recognize NCR running SVR4.3.
|
10954 |
|
|
|
10955 |
|
|
Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
10956 |
|
|
|
10957 |
|
|
* config.guess: Make BSDI generate i386-unknown-bsd386.
|
10958 |
|
|
Patch from Paul Eggert .
|
10959 |
|
|
|
10960 |
|
|
Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
10961 |
|
|
|
10962 |
|
|
* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
|
10963 |
|
|
|
10964 |
|
|
Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10965 |
|
|
|
10966 |
|
|
* configure: Make unrecognized options give nonfatal warnings
|
10967 |
|
|
instead of fatal errors, and pass them to any subdirectory
|
10968 |
|
|
configures in case they recognize them.
|
10969 |
|
|
Make --x equivalent to --with-x.
|
10970 |
|
|
|
10971 |
|
|
Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
10972 |
|
|
|
10973 |
|
|
* configure: Add --enable-* options. Clean up usage message and
|
10974 |
|
|
some comments.
|
10975 |
|
|
|
10976 |
|
|
Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
|
10977 |
|
|
|
10978 |
|
|
* Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
|
10979 |
|
|
|
10980 |
|
|
Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
10981 |
|
|
|
10982 |
|
|
* configure.in (hppa*-*-*): Enable binutils.
|
10983 |
|
|
|
10984 |
|
|
Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10985 |
|
|
|
10986 |
|
|
* config.sub: Recognize cisco.
|
10987 |
|
|
|
10988 |
|
|
Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
|
10989 |
|
|
|
10990 |
|
|
* Makefile.in (CXXFLAGS): Add -fexternal-templates.
|
10991 |
|
|
|
10992 |
|
|
Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
10993 |
|
|
|
10994 |
|
|
* config.guess: about target *-hitachi-hiuxwe2, don't print more
|
10995 |
|
|
than one configuration name. Add comment.
|
10996 |
|
|
|
10997 |
|
|
Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
|
10998 |
|
|
|
10999 |
|
|
* config.guess: about target *-hitachi-hiuxwe2, fixed
|
11000 |
|
|
machine guessing order. [Hitachi's CPU_IS_HP_MC68K
|
11001 |
|
|
macro is incorrect.]
|
11002 |
|
|
|
11003 |
|
|
Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11004 |
|
|
|
11005 |
|
|
* Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
|
11006 |
|
|
than the "make ls" stuff which used to be here.
|
11007 |
|
|
|
11008 |
|
|
Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
11009 |
|
|
|
11010 |
|
|
* config.guess: Recognize i[34]86-unknown-freebsd.
|
11011 |
|
|
From Shawn M Carey .
|
11012 |
|
|
|
11013 |
|
|
Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
11014 |
|
|
|
11015 |
|
|
* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
|
11016 |
|
|
|
11017 |
|
|
Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
11018 |
|
|
|
11019 |
|
|
* config.guess: Check for ptx.
|
11020 |
|
|
|
11021 |
|
|
Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
|
11022 |
|
|
|
11023 |
|
|
* config.sub: Add os9k checking.
|
11024 |
|
|
|
11025 |
|
|
Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
11026 |
|
|
|
11027 |
|
|
* config.guess: Handle OSF1 running on HPPA processors
|
11028 |
|
|
|
11029 |
|
|
Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
|
11030 |
|
|
|
11031 |
|
|
* configure: If subdir configure fails, print out a message with
|
11032 |
|
|
subdirectory name, in case subdir's configure code didn't identify
|
11033 |
|
|
itself.
|
11034 |
|
|
|
11035 |
|
|
Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
|
11036 |
|
|
|
11037 |
|
|
* configure.in: Remove embedded newlines from configdirs.
|
11038 |
|
|
Avoid mismatches of substrings. Fix matching strings at end
|
11039 |
|
|
of configdirs.
|
11040 |
|
|
|
11041 |
|
|
Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
|
11042 |
|
|
|
11043 |
|
|
* config.guess: Add Lynx/rs6000 config support.
|
11044 |
|
|
|
11045 |
|
|
Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
|
11046 |
|
|
|
11047 |
|
|
* configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
|
11048 |
|
|
|
11049 |
|
|
Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
|
11050 |
|
|
|
11051 |
|
|
* configure.in (hppa*-*-osf*): Treat this just like most other
|
11052 |
|
|
PA configurations (eg no binutils or ld).
|
11053 |
|
|
(hppa*-*-*elf*): These configurations have binutils and ld.
|
11054 |
|
|
|
11055 |
|
|
Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
11056 |
|
|
|
11057 |
|
|
* config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
|
11058 |
|
|
|
11059 |
|
|
Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11060 |
|
|
|
11061 |
|
|
* configure.in (rs6000-*-*): Build gas.
|
11062 |
|
|
|
11063 |
|
|
Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
11064 |
|
|
|
11065 |
|
|
* Makefile.in: Avoid bug in losing hpux sed.
|
11066 |
|
|
|
11067 |
|
|
Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11068 |
|
|
|
11069 |
|
|
* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
|
11070 |
|
|
for GDB and GDB has been fixed to not need it.
|
11071 |
|
|
|
11072 |
|
|
Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
11073 |
|
|
|
11074 |
|
|
* config.guess: Recognize vax hosts.
|
11075 |
|
|
|
11076 |
|
|
Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
11077 |
|
|
|
11078 |
|
|
* configure (while loop): Don't use "break 2" inside case
|
11079 |
|
|
statement -- the case statement isn't an enclosing loop.
|
11080 |
|
|
|
11081 |
|
|
Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
11082 |
|
|
|
11083 |
|
|
* config.guess: Clean up NeXT support, to allow nextstep
|
11084 |
|
|
on Intel machines. Make OS be nextstep.
|
11085 |
|
|
|
11086 |
|
|
Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
11087 |
|
|
|
11088 |
|
|
* config.guess: Add alternate forms for Convex.
|
11089 |
|
|
|
11090 |
|
|
Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
|
11091 |
|
|
|
11092 |
|
|
* configure: Completely rewrite option processing. Take
|
11093 |
|
|
advantage of pattern-matching to avoid invoking test frequently.
|
11094 |
|
|
Also clean up host and target defaulting logic.
|
11095 |
|
|
|
11096 |
|
|
Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
11097 |
|
|
|
11098 |
|
|
* Makefile.in: Replace all occurrances of "rootme" with "r" and
|
11099 |
|
|
"$${rootme}" with "$$r", to increase the likelihood that the do-*
|
11100 |
|
|
commands (plus user environment) will fit SCO limits.
|
11101 |
|
|
|
11102 |
|
|
Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11103 |
|
|
|
11104 |
|
|
* configure.in: Don't issue warnings about directories which are
|
11105 |
|
|
not being configured if -norecursion is set. Correct test for
|
11106 |
|
|
--with-gnu-as and --with-gnu-ld to not get confused by substring
|
11107 |
|
|
matches.
|
11108 |
|
|
|
11109 |
|
|
* configure.in: Don't build gas for alpha-dec-osf1*.
|
11110 |
|
|
|
11111 |
|
|
Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
|
11112 |
|
|
|
11113 |
|
|
* configure: Back out Per's change of 12/19/1993. It changes the
|
11114 |
|
|
behavior of configure in unexpected and confusing ways.
|
11115 |
|
|
|
11116 |
|
|
Also, use different delim char when calculating
|
11117 |
|
|
program_transform_name so that the name can contain slashes.
|
11118 |
|
|
|
11119 |
|
|
Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
|
11120 |
|
|
|
11121 |
|
|
* configure.in, config.sub: Add support for VSTa micro-kernel.
|
11122 |
|
|
|
11123 |
|
|
Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
11124 |
|
|
|
11125 |
|
|
* configure.in: Nuke hacks which were used to get a special
|
11126 |
|
|
version of GAS for HPPA configurations.
|
11127 |
|
|
|
11128 |
|
|
Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
11129 |
|
|
|
11130 |
|
|
* configure: If only ${target_alias} is given, use that
|
11131 |
|
|
as the default for ${host_alias}.
|
11132 |
|
|
* configure: Add missing back-slashes before nested quotes.
|
11133 |
|
|
|
11134 |
|
|
Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
|
11135 |
|
|
|
11136 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
|
11137 |
|
|
|
11138 |
|
|
Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
|
11139 |
|
|
|
11140 |
|
|
* config.guess: Recognize some Tektronix configurations.
|
11141 |
|
|
From Kaveh R. Ghazi .
|
11142 |
|
|
|
11143 |
|
|
Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
11144 |
|
|
|
11145 |
|
|
* config.sub: Match any flavor of SH.
|
11146 |
|
|
|
11147 |
|
|
Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
|
11148 |
|
|
|
11149 |
|
|
* configure.in: Don't try to configure newlib for Alpha.
|
11150 |
|
|
|
11151 |
|
|
Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11152 |
|
|
|
11153 |
|
|
* configure.in: Don't build ld for Irix 5. Don't build gas,
|
11154 |
|
|
libg++ or libio for any Alpha target.
|
11155 |
|
|
|
11156 |
|
|
* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
|
11157 |
|
|
|
11158 |
|
|
Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
|
11159 |
|
|
|
11160 |
|
|
* Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
|
11161 |
|
|
default arguments -- so it tried to compress itself.
|
11162 |
|
|
|
11163 |
|
|
Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
|
11164 |
|
|
|
11165 |
|
|
* configure.in (notsupp): ensure that a space is always at the end
|
11166 |
|
|
of the configdirs list, since the grep checks for an explicit space
|
11167 |
|
|
|
11168 |
|
|
Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11169 |
|
|
|
11170 |
|
|
* configure.in (target i386-sysv4.2): don't build ld, since static
|
11171 |
|
|
versions of many libraries are not available.
|
11172 |
|
|
|
11173 |
|
|
Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11174 |
|
|
|
11175 |
|
|
* config.guess: Recognize Apollos (using environment variables).
|
11176 |
|
|
* configure.in: Don't configure ld, binutils, or gprof for Apollo.
|
11177 |
|
|
|
11178 |
|
|
Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11179 |
|
|
|
11180 |
|
|
* config.guess: Recognize Sony news mips running newsos.
|
11181 |
|
|
|
11182 |
|
|
Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
|
11183 |
|
|
|
11184 |
|
|
* Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
|
11185 |
|
|
"fi ; else" for bash.
|
11186 |
|
|
|
11187 |
|
|
Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
|
11188 |
|
|
|
11189 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
|
11190 |
|
|
|
11191 |
|
|
Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
|
11192 |
|
|
|
11193 |
|
|
* config.sub: accept unixware as an alias for svr4.2.
|
11194 |
|
|
Fix some inconsistancies with the gcc version.
|
11195 |
|
|
|
11196 |
|
|
Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11197 |
|
|
|
11198 |
|
|
* Makefile.in (DISTDOCDIRS): Add gdb.
|
11199 |
|
|
|
11200 |
|
|
Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
11201 |
|
|
|
11202 |
|
|
* Makefile.in (DISTDOCDIRS): Add libg++ and libio.
|
11203 |
|
|
|
11204 |
|
|
Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
|
11205 |
|
|
|
11206 |
|
|
* Makefile.in (taz): Only build "info" in DISTDOCDIRS.
|
11207 |
|
|
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
|
11208 |
|
|
this now.
|
11209 |
|
|
|
11210 |
|
|
Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11211 |
|
|
|
11212 |
|
|
* config.sub: Accept hiux* as an OS name.
|
11213 |
|
|
|
11214 |
|
|
* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
|
11215 |
|
|
etc/make-stds.texi. The underscore came from gcc, and dje now
|
11216 |
|
|
agrees that RUNTESTFLAGS is the correct name.
|
11217 |
|
|
|
11218 |
|
|
Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
11219 |
|
|
|
11220 |
|
|
* install.sh: Remove 'set -e'. It makes any conditionals
|
11221 |
|
|
in the script useless.
|
11222 |
|
|
|
11223 |
|
|
* config.guess: Automatically recognize arm-acorn-riscix
|
11224 |
|
|
Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
|
11225 |
|
|
|
11226 |
|
|
Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
|
11227 |
|
|
|
11228 |
|
|
* Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
|
11229 |
|
|
|
11230 |
|
|
Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
11231 |
|
|
|
11232 |
|
|
* Makefile.in (DISTDOCDIRS): New variable.
|
11233 |
|
|
(taz): Edit local Makefile.in sooner, instead of proto-toplev
|
11234 |
|
|
Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
|
11235 |
|
|
|
11236 |
|
|
Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11237 |
|
|
|
11238 |
|
|
* configure.in (hppa target): check the source directory for the
|
11239 |
|
|
pagas sub-directory
|
11240 |
|
|
|
11241 |
|
|
Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
|
11242 |
|
|
|
11243 |
|
|
* config.sub: Allow -aout* and -elf*.
|
11244 |
|
|
|
11245 |
|
|
Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
11246 |
|
|
|
11247 |
|
|
* configure.in: Don't build ld on i386-solaris2, same as for
|
11248 |
|
|
sparc-solaris2.
|
11249 |
|
|
|
11250 |
|
|
Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
11251 |
|
|
|
11252 |
|
|
* Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
|
11253 |
|
|
|
11254 |
|
|
Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
11255 |
|
|
|
11256 |
|
|
* configure.in: Configure gdb for alpha.
|
11257 |
|
|
|
11258 |
|
|
Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11259 |
|
|
|
11260 |
|
|
* Makefile.in (CXXFLAGS): Add -O.
|
11261 |
|
|
|
11262 |
|
|
Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11263 |
|
|
|
11264 |
|
|
* config.guess: added support for DG Aviion
|
11265 |
|
|
|
11266 |
|
|
Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
|
11267 |
|
|
|
11268 |
|
|
* configure.in: Produce warning message for subdirectories not
|
11269 |
|
|
configurable for this host/target combination. Don't try to
|
11270 |
|
|
configure gdb for vms.
|
11271 |
|
|
|
11272 |
|
|
Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
|
11273 |
|
|
|
11274 |
|
|
* Makefile.in (taz): Replace "byacc" with "bison -y" in the
|
11275 |
|
|
appropriate files before making "diststuff".
|
11276 |
|
|
(DISTBISONFILES): New var: list of files to be edited.
|
11277 |
|
|
(DISTSTUFFDIRS): Add binutils.
|
11278 |
|
|
|
11279 |
|
|
Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11280 |
|
|
|
11281 |
|
|
* config.sub: also handle mipsel and mips64el (for little endian mips)
|
11282 |
|
|
|
11283 |
|
|
Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11284 |
|
|
|
11285 |
|
|
* configure.in: Add * to end of all OS names.
|
11286 |
|
|
|
11287 |
|
|
Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
|
11288 |
|
|
|
11289 |
|
|
* configure.in: Build newlib for LynxOS native.
|
11290 |
|
|
|
11291 |
|
|
Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11292 |
|
|
|
11293 |
|
|
* config.guess: Add support for delta 88k running SVR3.
|
11294 |
|
|
|
11295 |
|
|
* configure.in: Add comment about HP compiler vs. emacs.
|
11296 |
|
|
|
11297 |
|
|
Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11298 |
|
|
|
11299 |
|
|
* configure.in: don't build ld on solaris2 (not a viable option
|
11300 |
|
|
due to bugs in getpwnam & getpwuid)
|
11301 |
|
|
|
11302 |
|
|
Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
11303 |
|
|
|
11304 |
|
|
* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
|
11305 |
|
|
config.guess will produce a full version number.
|
11306 |
|
|
|
11307 |
|
|
Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11308 |
|
|
|
11309 |
|
|
* configure.in: Build linker and binutils for alpha-dec-osf1.
|
11310 |
|
|
|
11311 |
|
|
Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11312 |
|
|
|
11313 |
|
|
* Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
|
11314 |
|
|
and gdb/testsuite/Makefile.in.
|
11315 |
|
|
|
11316 |
|
|
Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11317 |
|
|
|
11318 |
|
|
* configure.in: recognize mips*- instead of mips-
|
11319 |
|
|
|
11320 |
|
|
Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
|
11321 |
|
|
|
11322 |
|
|
* config.sub: Accept linux*coff and linux*elf as operating
|
11323 |
|
|
systems.
|
11324 |
|
|
|
11325 |
|
|
Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11326 |
|
|
|
11327 |
|
|
* config.sub: Recognize mips64, and mips3 as an alias for it.
|
11328 |
|
|
|
11329 |
|
|
Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
11330 |
|
|
|
11331 |
|
|
* configure.in: Remove alpha-dec-osf*, no longer necessary now that
|
11332 |
|
|
gdb knows how to handle OSF/1 shared libraries.
|
11333 |
|
|
|
11334 |
|
|
Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11335 |
|
|
|
11336 |
|
|
* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
|
11337 |
|
|
* config.guess: Recognize Hitachi's HIUX.
|
11338 |
|
|
* config.sub: Recognize h3050r* and hppahitachi.
|
11339 |
|
|
Remove redundant cases for hp9k[23]*.
|
11340 |
|
|
|
11341 |
|
|
Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11342 |
|
|
|
11343 |
|
|
* configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
|
11344 |
|
|
if gas and ld are in the source tree and are in ${configdirs}.
|
11345 |
|
|
If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
|
11346 |
|
|
--with options (but still pass them down on the command line,
|
11347 |
|
|
if they were explicitly specified).
|
11348 |
|
|
|
11349 |
|
|
Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11350 |
|
|
|
11351 |
|
|
* configure: substitute SHELL value in Makefile.in with
|
11352 |
|
|
${CONFIG_SHELL}
|
11353 |
|
|
|
11354 |
|
|
Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11355 |
|
|
|
11356 |
|
|
* configure.in: Build gas, ld, and binutils for *-*-sysv4* and
|
11357 |
|
|
*-*-solaris2* targets.
|
11358 |
|
|
|
11359 |
|
|
Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11360 |
|
|
|
11361 |
|
|
* Makefile.in: define M4, and pass it down to sub-makes;
|
11362 |
|
|
all-autoconf now depends on all-m4
|
11363 |
|
|
|
11364 |
|
|
Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11365 |
|
|
|
11366 |
|
|
* Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
|
11367 |
|
|
presence of {ar,ranlib} instead of a configured directory
|
11368 |
|
|
|
11369 |
|
|
Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
|
11370 |
|
|
|
11371 |
|
|
* config.guess: Accept 34?? as well as 33?? for NCR.
|
11372 |
|
|
|
11373 |
|
|
Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11374 |
|
|
|
11375 |
|
|
* configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
|
11376 |
|
|
of 'gas' in sed commands, since 'gash' is now in the tree as well.
|
11377 |
|
|
|
11378 |
|
|
Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11379 |
|
|
|
11380 |
|
|
* configure: grab values for $(CC) and $(CXX) from the
|
11381 |
|
|
environment, so that someone can do "CC=gcc configure; make" and
|
11382 |
|
|
have it work right (matching the way that autoconf works now)
|
11383 |
|
|
|
11384 |
|
|
* configure.in, Makefile.in: add support for gash, the tcl
|
11385 |
|
|
interface to Galaxy
|
11386 |
|
|
|
11387 |
|
|
* config.guess: add NetBSD variants (hp300, x86)
|
11388 |
|
|
|
11389 |
|
|
Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
|
11390 |
|
|
|
11391 |
|
|
* install.sh: Support -d option (in the manner of SunOS 4 install,
|
11392 |
|
|
as it is more deterministic than that of GNU install)
|
11393 |
|
|
(chmodcmd): Set file to mode 755 by default (should also do default
|
11394 |
|
|
chgrp and chown, but I don't feel like dealing with that now)
|
11395 |
|
|
|
11396 |
|
|
Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
|
11397 |
|
|
|
11398 |
|
|
* config.sub: Remove h8300hhms alias.
|
11399 |
|
|
|
11400 |
|
|
Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11401 |
|
|
|
11402 |
|
|
* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
|
11403 |
|
|
|
11404 |
|
|
Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11405 |
|
|
|
11406 |
|
|
* Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
|
11407 |
|
|
as stmp-fixinc
|
11408 |
|
|
|
11409 |
|
|
Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
11410 |
|
|
|
11411 |
|
|
* config.sub: recognize m88110-bug-coff.
|
11412 |
|
|
|
11413 |
|
|
Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11414 |
|
|
|
11415 |
|
|
* Makefile.in (all-libio): all dependencies on the toolchain used
|
11416 |
|
|
to build this (gcc, gas, ld, etc)
|
11417 |
|
|
|
11418 |
|
|
Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11419 |
|
|
|
11420 |
|
|
* config.guess: Deal with OSF/1 1.3 on alpha.
|
11421 |
|
|
|
11422 |
|
|
Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11423 |
|
|
|
11424 |
|
|
* install.sh: add some 'else true' clauses for portability
|
11425 |
|
|
|
11426 |
|
|
* configure.in: don't build libio for h8[35]00-*-* targets
|
11427 |
|
|
|
11428 |
|
|
Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
11429 |
|
|
|
11430 |
|
|
* Makefile.in: Add support for new libio.
|
11431 |
|
|
|
11432 |
|
|
Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11433 |
|
|
|
11434 |
|
|
* install.sh: If one command fails, don't try the rest. Don't try
|
11435 |
|
|
to remove $dsttmp (via trap) unless we have already created it.
|
11436 |
|
|
If $src doesn't exist, detect it and exit with an error.
|
11437 |
|
|
|
11438 |
|
|
* config.guess: Recognize BSD on hp300.
|
11439 |
|
|
|
11440 |
|
|
Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
11441 |
|
|
|
11442 |
|
|
* config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
|
11443 |
|
|
Bug report from "Hamish (H.I.) Macdonald" .
|
11444 |
|
|
|
11445 |
|
|
Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
|
11446 |
|
|
|
11447 |
|
|
* Makefile.in (all-send-pr): depends on all-prms
|
11448 |
|
|
|
11449 |
|
|
Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11450 |
|
|
|
11451 |
|
|
* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
|
11452 |
|
|
|
11453 |
|
|
Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
11454 |
|
|
|
11455 |
|
|
* config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
|
11456 |
|
|
Added test for mips-mips-riscos5.
|
11457 |
|
|
|
11458 |
|
|
Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11459 |
|
|
|
11460 |
|
|
* configure.in: use mh-hp300 for 68k HP hosts
|
11461 |
|
|
|
11462 |
|
|
Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11463 |
|
|
|
11464 |
|
|
* configure: add support for CONFIG_SHELL, so that you can use
|
11465 |
|
|
some alternate shell for evaluating configure scripts
|
11466 |
|
|
|
11467 |
|
|
Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
|
11468 |
|
|
|
11469 |
|
|
* Makefile.in (make-gdb.tar.gz): Sed bug reporting address
|
11470 |
|
|
in configure script to bug-gdb@prep.ai.mit.edu when building
|
11471 |
|
|
distribution archive.
|
11472 |
|
|
* Makefile.in (COMPRESS): Remove def.
|
11473 |
|
|
* Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
|
11474 |
|
|
gdb.tar.Z and make-gdb.tar.Z respectively.
|
11475 |
|
|
* Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
|
11476 |
|
|
* Makefile.in (make-gdb.tar.gz): Minor changes to move closer
|
11477 |
|
|
to convergence with 'taz' target in Makefile.in.
|
11478 |
|
|
|
11479 |
|
|
Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11480 |
|
|
|
11481 |
|
|
* install.sh (dsttmp): use trap to ensure that tmp files go
|
11482 |
|
|
away on error conditions
|
11483 |
|
|
|
11484 |
|
|
Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11485 |
|
|
|
11486 |
|
|
* Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
|
11487 |
|
|
|
11488 |
|
|
Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11489 |
|
|
|
11490 |
|
|
* Makefile.in (install-dirs): Deal with a prefix like /gnu;
|
11491 |
|
|
its parent is '/' not ''.
|
11492 |
|
|
|
11493 |
|
|
* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
|
11494 |
|
|
|
11495 |
|
|
Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
|
11496 |
|
|
|
11497 |
|
|
* configure: if ${newsrcdir}/configure doesn't exist, don't assume
|
11498 |
|
|
that ${newsrcdir}/configure.in does.
|
11499 |
|
|
|
11500 |
|
|
Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
11501 |
|
|
|
11502 |
|
|
* test-build.mk: support for CONFIG_SHELL
|
11503 |
|
|
|
11504 |
|
|
Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
|
11505 |
|
|
|
11506 |
|
|
* config.sub (netware): Add as a basic system type.
|
11507 |
|
|
|
11508 |
|
|
Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
11509 |
|
|
|
11510 |
|
|
* Makefile.in (Makefile): depend on configure.in. Also drop the
|
11511 |
|
|
$(srcdir)/ from the dependency on Makefile.in.
|
11512 |
|
|
|
11513 |
|
|
Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
|
11514 |
|
|
|
11515 |
|
|
* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
|
11516 |
|
|
(h8300hhms is temporary until multi-libraries are implemented).
|
11517 |
|
|
* configure.in: Handle h8300h too.
|
11518 |
|
|
|
11519 |
|
|
Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11520 |
|
|
|
11521 |
|
|
* config.guess: Recognize dpx/2 as m68k-bull-sysv3.
|
11522 |
|
|
|
11523 |
|
|
Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
|
11524 |
|
|
|
11525 |
|
|
* configure: Remove extraneous output when guessing host type.
|
11526 |
|
|
* config.guess: Remove extraneous output when guessing using C
|
11527 |
|
|
compiler rather than uname, or when guessing fails.
|
11528 |
|
|
|
11529 |
|
|
Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
|
11530 |
|
|
|
11531 |
|
|
* Makefile.in: remove all.cross and install.cross targets
|
11532 |
|
|
|
11533 |
|
|
* configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
|
11534 |
|
|
definitions
|
11535 |
|
|
|
11536 |
|
|
Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
|
11537 |
|
|
|
11538 |
|
|
* configure.in (target sh): Build gprof.
|
11539 |
|
|
|
11540 |
|
|
Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11541 |
|
|
|
11542 |
|
|
* config.sub: change -solaris to -solaris2
|
11543 |
|
|
|
11544 |
|
|
Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11545 |
|
|
|
11546 |
|
|
* configure.in: Use config/mh-riscos for mips-*-sysv*.
|
11547 |
|
|
|
11548 |
|
|
Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
|
11549 |
|
|
|
11550 |
|
|
* configure: Correct error message for missing Makefile.in to
|
11551 |
|
|
print correct directory.
|
11552 |
|
|
|
11553 |
|
|
Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11554 |
|
|
|
11555 |
|
|
* install.sh: kludge around 386BSD shell bug
|
11556 |
|
|
|
11557 |
|
|
Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
|
11558 |
|
|
|
11559 |
|
|
* config.guess: Recognize NeXT.
|
11560 |
|
|
* config.guess: Recognize i486-ncr-sysv4.
|
11561 |
|
|
* Makefile.in (taz): rm $(TOOL)-$$VER before linking.
|
11562 |
|
|
|
11563 |
|
|
Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
|
11564 |
|
|
|
11565 |
|
|
* Makefile.in (MAKEINFOFLAGS): New variable.
|
11566 |
|
|
(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
|
11567 |
|
|
* build-all.mk, test-build.mk: Pass down --no-split as
|
11568 |
|
|
MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
|
11569 |
|
|
|
11570 |
|
|
Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
|
11571 |
|
|
|
11572 |
|
|
* Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
|
11573 |
|
|
|
11574 |
|
|
Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
|
11575 |
|
|
|
11576 |
|
|
* Makefile.in (libg++.tar.z): New rule.
|
11577 |
|
|
* Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
|
11578 |
|
|
* Makefile.in (taz): Only do a single chmod.
|
11579 |
|
|
|
11580 |
|
|
Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
|
11581 |
|
|
|
11582 |
|
|
* install.sh: don't use dirname anymore (replaced with sed usage)
|
11583 |
|
|
|
11584 |
|
|
Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
|
11585 |
|
|
|
11586 |
|
|
* Makefile.in: Change extension for gzip'd files from '.z' to
|
11587 |
|
|
'.gz' per new FSF standard usage.
|
11588 |
|
|
|
11589 |
|
|
Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
|
11590 |
|
|
|
11591 |
|
|
* configure: put quotes around the final value of program_transform_name
|
11592 |
|
|
|
11593 |
|
|
Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11594 |
|
|
|
11595 |
|
|
* Makefile.in: new install.sh support; update install-info rules
|
11596 |
|
|
|
11597 |
|
|
Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
|
11598 |
|
|
|
11599 |
|
|
* configure.in: Build diff for crosses, but not for go32 host.
|
11600 |
|
|
|
11601 |
|
|
* configure.in: Build gprof only for native, and don't build it
|
11602 |
|
|
for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
|
11603 |
|
|
|
11604 |
|
|
Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
|
11605 |
|
|
|
11606 |
|
|
* configure.in: don't build gas,ld,binutils on for *-*-sysv4
|
11607 |
|
|
|
11608 |
|
|
Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
|
11609 |
|
|
|
11610 |
|
|
* configure.in (host_tools): Add prms.
|
11611 |
|
|
|
11612 |
|
|
Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11613 |
|
|
|
11614 |
|
|
* Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
|
11615 |
|
|
with $(FLAGS_TO_PASS) on the command line
|
11616 |
|
|
|
11617 |
|
|
* config.sub: Recognize lynx and lynxos
|
11618 |
|
|
|
11619 |
|
|
Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
|
11620 |
|
|
|
11621 |
|
|
* config.sub: Accept -ecoff*, not just -ecoff.
|
11622 |
|
|
|
11623 |
|
|
Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
11624 |
|
|
|
11625 |
|
|
* Makefile.in (taz): Use .gz suffix instead of .z.
|
11626 |
|
|
(binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
|
11627 |
|
|
names.
|
11628 |
|
|
|
11629 |
|
|
Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11630 |
|
|
|
11631 |
|
|
* Makefile.in (vault-install): add an 'else true' (for Ultrix)
|
11632 |
|
|
|
11633 |
|
|
Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11634 |
|
|
|
11635 |
|
|
* Makefile.in (install-no-fixedincludes): install gcc last, so
|
11636 |
|
|
that rebuilds that might happen during 'make install' don't get
|
11637 |
|
|
bogus gcc include files
|
11638 |
|
|
|
11639 |
|
|
Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
11640 |
|
|
|
11641 |
|
|
Change from Utah for HPPA support:
|
11642 |
|
|
* config.guess: Recognize hppa1.x-hp-bsd.
|
11643 |
|
|
|
11644 |
|
|
Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
|
11645 |
|
|
|
11646 |
|
|
* config.guess: Add support for Motorola Delta 68k, up to r3v7.
|
11647 |
|
|
Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
|
11648 |
|
|
|
11649 |
|
|
Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
11650 |
|
|
|
11651 |
|
|
* config.sub: Add support for rom68k and bug boot monitors.
|
11652 |
|
|
|
11653 |
|
|
Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
|
11654 |
|
|
|
11655 |
|
|
* Makefile.in: Make all-opcodes depend on all-bfd.
|
11656 |
|
|
|
11657 |
|
|
Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
|
11658 |
|
|
|
11659 |
|
|
* config.guess: Added special check for i[34]86-univel-sysv4*.
|
11660 |
|
|
|
11661 |
|
|
Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
|
11662 |
|
|
|
11663 |
|
|
* config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
|
11664 |
|
|
the processor rather than assuming i486.
|
11665 |
|
|
|
11666 |
|
|
Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
11667 |
|
|
|
11668 |
|
|
* config.guess: Recognize SunOS6 as Solaris3.
|
11669 |
|
|
|
11670 |
|
|
Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
|
11671 |
|
|
|
11672 |
|
|
* config.guess: Fix typo. Avoid #elif (not in K&R 1).
|
11673 |
|
|
Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
|
11674 |
|
|
|
11675 |
|
|
Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
|
11676 |
|
|
|
11677 |
|
|
* build-all.mk (all-cross): New target for Canadian Cross.
|
11678 |
|
|
Added Q2 go32 targets.
|
11679 |
|
|
* test-build.mk: Configure go32 cross sparclite-aout and
|
11680 |
|
|
mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
|
11681 |
|
|
PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
|
11682 |
|
|
|
11683 |
|
|
Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11684 |
|
|
|
11685 |
|
|
* configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
|
11686 |
|
|
GO32 hosted toolchains
|
11687 |
|
|
|
11688 |
|
|
Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
11689 |
|
|
|
11690 |
|
|
* configure: change so "-exec-prefix" gets passed down rather
|
11691 |
|
|
than "-exec_prefix" so autoconf generated Makefiles get the
|
11692 |
|
|
exec_prefix set right.
|
11693 |
|
|
|
11694 |
|
|
Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11695 |
|
|
|
11696 |
|
|
* config.guess: get the Solaris2 minor version number
|
11697 |
|
|
|
11698 |
|
|
* Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
|
11699 |
|
|
|
11700 |
|
|
Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
|
11701 |
|
|
|
11702 |
|
|
* config.guess: Recognize some Sequent platforms.
|
11703 |
|
|
|
11704 |
|
|
Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11705 |
|
|
|
11706 |
|
|
* Makefile.in: added the vault-install target
|
11707 |
|
|
|
11708 |
|
|
* configure.in: actually use the Sun3 makefile fragment that's in
|
11709 |
|
|
config, also added the release dir to configdirs
|
11710 |
|
|
|
11711 |
|
|
Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
11712 |
|
|
|
11713 |
|
|
* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
|
11714 |
|
|
|
11715 |
|
|
Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11716 |
|
|
|
11717 |
|
|
* configure.in: remove some program from Alpha targetted toolchains
|
11718 |
|
|
|
11719 |
|
|
Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
|
11720 |
|
|
|
11721 |
|
|
* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
|
11722 |
|
|
gprof.
|
11723 |
|
|
(taz): Run "make diststuff" in those directories instead of "make
|
11724 |
|
|
proto-dir". Look for "VERSION=" only at start of line in subdir
|
11725 |
|
|
Makefile. Use "gzip -9" for compression.
|
11726 |
|
|
(TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
|
11727 |
|
|
(binutils.tar.z): New target.
|
11728 |
|
|
|
11729 |
|
|
Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
|
11730 |
|
|
|
11731 |
|
|
* Makefile.in (taz): Include gpl.texinfo.
|
11732 |
|
|
|
11733 |
|
|
Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
|
11734 |
|
|
|
11735 |
|
|
* Makefile.in (setup-dirs): Merged into "taz" target.
|
11736 |
|
|
(taz): Only do `proto-dir' stuff if a directory is actually needed
|
11737 |
|
|
for this target.
|
11738 |
|
|
|
11739 |
|
|
Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
|
11740 |
|
|
|
11741 |
|
|
* Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
|
11742 |
|
|
(FLAGS_TO_PASS): Pass down MUNCH_NM.
|
11743 |
|
|
(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
|
11744 |
|
|
(EXTRA_GCC_FLAGS): Pass down HOST_* variables.
|
11745 |
|
|
(gcc-no-fixedincludes): Correct for current gcc Makefile.
|
11746 |
|
|
|
11747 |
|
|
Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
|
11748 |
|
|
|
11749 |
|
|
* Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
|
11750 |
|
|
config.sub, and move-if-change to gdb testsuite distribution
|
11751 |
|
|
archive, so the testsuite can be extracted, configured, and
|
11752 |
|
|
run separately from the gdb distribution. Blow away the Chill
|
11753 |
|
|
tests that require a Chill compiled executable, since GNU Chill
|
11754 |
|
|
is not yet publically available.
|
11755 |
|
|
|
11756 |
|
|
Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11757 |
|
|
|
11758 |
|
|
* test-build.mk: set environment variables in a single command,
|
11759 |
|
|
instead of a list of assignments and exports
|
11760 |
|
|
|
11761 |
|
|
* config.guess: recognize Alpha/OSF1 systems
|
11762 |
|
|
|
11763 |
|
|
Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
11764 |
|
|
|
11765 |
|
|
* configure: Change help message to prefer --options rather than
|
11766 |
|
|
-options.
|
11767 |
|
|
|
11768 |
|
|
Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
|
11769 |
|
|
|
11770 |
|
|
* config.sub: Convergent Tech. "miniframe" uses m68010, sez
|
11771 |
|
|
zippy@ecst.csuchico.edu.
|
11772 |
|
|
* config.guess: Recognize miniframe.
|
11773 |
|
|
|
11774 |
|
|
Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
11775 |
|
|
|
11776 |
|
|
* Makefile.in: Use srcroot to find runtest rather than rootme.
|
11777 |
|
|
Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
|
11778 |
|
|
|
11779 |
|
|
Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
|
11780 |
|
|
|
11781 |
|
|
* test-build.mk: Extensive additions to support building on a
|
11782 |
|
|
machine other than the host.
|
11783 |
|
|
|
11784 |
|
|
Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
|
11785 |
|
|
|
11786 |
|
|
* configure (tooldir): Fix for i386-aix again.
|
11787 |
|
|
|
11788 |
|
|
Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
|
11789 |
|
|
|
11790 |
|
|
* configure, Makefile.in: Change definition of $(tooldir)
|
11791 |
|
|
to match the FSF.
|
11792 |
|
|
|
11793 |
|
|
Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
|
11794 |
|
|
|
11795 |
|
|
* config.guess: Recognize i[34]86/SVR4.
|
11796 |
|
|
|
11797 |
|
|
Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
11798 |
|
|
|
11799 |
|
|
* Makefile.in (all-gdb): gdb depends on sim.
|
11800 |
|
|
|
11801 |
|
|
Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
|
11802 |
|
|
|
11803 |
|
|
* Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
|
11804 |
|
|
at the same time we make the prototype gdb directory.
|
11805 |
|
|
* Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
|
11806 |
|
|
files at the same time as the gdb base release distribution.
|
11807 |
|
|
|
11808 |
|
|
Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
|
11809 |
|
|
|
11810 |
|
|
* Makefile.in (check): Use individual check targets rather than
|
11811 |
|
|
DO_X rule.
|
11812 |
|
|
(check-gcc): Added.
|
11813 |
|
|
|
11814 |
|
|
Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
|
11815 |
|
|
|
11816 |
|
|
* config.sub: Use sysv3.2 not sysv32 for canonical OS
|
11817 |
|
|
for System V release 3.2.
|
11818 |
|
|
|
11819 |
|
|
Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
11820 |
|
|
|
11821 |
|
|
* config.sub: Recognize hppaosf.
|
11822 |
|
|
* configure.in: Do configure ld/binutils/gas for it.
|
11823 |
|
|
|
11824 |
|
|
Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
|
11825 |
|
|
|
11826 |
|
|
* configure (tooldir): Alter syntax used to set this, for systems
|
11827 |
|
|
where "\$" isn't handled right, like i386-aix.
|
11828 |
|
|
|
11829 |
|
|
Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
|
11830 |
|
|
|
11831 |
|
|
* configure: Pass program-transform-name, not
|
11832 |
|
|
program_transform_name, to recursive configures.
|
11833 |
|
|
|
11834 |
|
|
Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
|
11835 |
|
|
|
11836 |
|
|
* Makefile.in (gas+binutils.tar.z): New rule for building snapshots
|
11837 |
|
|
of gas+ld+binutils.
|
11838 |
|
|
|
11839 |
|
|
Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
|
11840 |
|
|
|
11841 |
|
|
* config.guess: Recognize AIX3.2 as distinct from 3.1.
|
11842 |
|
|
|
11843 |
|
|
Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11844 |
|
|
|
11845 |
|
|
* configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
|
11846 |
|
|
|
11847 |
|
|
Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
|
11848 |
|
|
|
11849 |
|
|
* Makefile.in (PRMS): Set back to all-prms.
|
11850 |
|
|
|
11851 |
|
|
Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
|
11852 |
|
|
|
11853 |
|
|
* test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
|
11854 |
|
|
targets, rather than for MIPS hosts.
|
11855 |
|
|
|
11856 |
|
|
Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11857 |
|
|
|
11858 |
|
|
* configure.in: add comment for --with-x default values
|
11859 |
|
|
|
11860 |
|
|
* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
|
11861 |
|
|
|
11862 |
|
|
* Makefile.in: add check-* targets for each of the directories in
|
11863 |
|
|
the tree. Add a definition of RUNTEST that will use the one we
|
11864 |
|
|
just built, if it exists. Pass this down via FLAGS_TO_PASS.
|
11865 |
|
|
|
11866 |
|
|
Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
|
11867 |
|
|
|
11868 |
|
|
* configure.in: Removed obsolete references to bfd_target and
|
11869 |
|
|
target_makefile_frag.
|
11870 |
|
|
|
11871 |
|
|
* build-all.mk: Set assorted targets for Q2.
|
11872 |
|
|
* config.sub: Recognize z8k-sim and h8300-hms.
|
11873 |
|
|
* test-build.mk: Really don't pass host to configure.
|
11874 |
|
|
(HOLES): Added uname.
|
11875 |
|
|
|
11876 |
|
|
Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
|
11877 |
|
|
|
11878 |
|
|
* configure: Handle an empty program-prefix, program-suffix or
|
11879 |
|
|
program-transform-name correctly.
|
11880 |
|
|
|
11881 |
|
|
Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
|
11882 |
|
|
|
11883 |
|
|
* build-all.mk: -G 8 no longer required for MIPS targets.
|
11884 |
|
|
* test-build.mk: Don't pass host argument to configure; make it
|
11885 |
|
|
guess.
|
11886 |
|
|
|
11887 |
|
|
Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
|
11888 |
|
|
|
11889 |
|
|
* Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
|
11890 |
|
|
* Makefile.in (COMPRESS): New macro, like GZIP.
|
11891 |
|
|
|
11892 |
|
|
Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
|
11893 |
|
|
|
11894 |
|
|
* test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
|
11895 |
|
|
|
11896 |
|
|
* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
|
11897 |
|
|
with gas currently defaults to -G 0.
|
11898 |
|
|
|
11899 |
|
|
Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
|
11900 |
|
|
|
11901 |
|
|
* Makefile.in (all-flex): flex depends on byacc.
|
11902 |
|
|
|
11903 |
|
|
* build-all.mk: If host not specified, use config.guess. Pass TAG
|
11904 |
|
|
to test-build.mk as RELEASE_TAG.
|
11905 |
|
|
* test-build.mk (configargs): New variable containing arguments to
|
11906 |
|
|
pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
|
11907 |
|
|
(FLAGS_TO_PASS): Pass down RELEASE_TAG.
|
11908 |
|
|
|
11909 |
|
|
* config.guess: Use /bin/uname when checking -X argument on SCO,
|
11910 |
|
|
to avoid invoking GNU uname which doesn't understand -X.
|
11911 |
|
|
|
11912 |
|
|
* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
|
11913 |
|
|
|
11914 |
|
|
* configure.in: Build gas for mips-*-*.
|
11915 |
|
|
|
11916 |
|
|
Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
11917 |
|
|
|
11918 |
|
|
* Makefile.in (all.normal): insert missing backslash.
|
11919 |
|
|
|
11920 |
|
|
Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
|
11921 |
|
|
|
11922 |
|
|
* build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
|
11923 |
|
|
|
11924 |
|
|
* Makefile.in: Complete overhaul to merge many almost identical
|
11925 |
|
|
targets.
|
11926 |
|
|
|
11927 |
|
|
Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
11928 |
|
|
|
11929 |
|
|
* Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
|
11930 |
|
|
(gdb.tar.Z): Adjusted.
|
11931 |
|
|
|
11932 |
|
|
* Makefile.in (setup-dirs, taz): New targets; should be general
|
11933 |
|
|
enough to adapt for gdb sometime. Build only .z file.
|
11934 |
|
|
(gas.tar.z): New target.
|
11935 |
|
|
|
11936 |
|
|
Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
|
11937 |
|
|
|
11938 |
|
|
* build-all.mk: Use CC=cc -Xs on Solaris.
|
11939 |
|
|
|
11940 |
|
|
Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
|
11941 |
|
|
|
11942 |
|
|
* Makefile.in: Incorporate changes suggested by wilson@cygnus.com
|
11943 |
|
|
for handling BISON for FSF releases.
|
11944 |
|
|
|
11945 |
|
|
Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
|
11946 |
|
|
|
11947 |
|
|
* configure: Actually implement the change zoo just documented.
|
11948 |
|
|
|
11949 |
|
|
Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
|
11950 |
|
|
|
11951 |
|
|
* configure: when using config.guess, only set target_alias when
|
11952 |
|
|
it's not already been set (ie, on the command line)
|
11953 |
|
|
|
11954 |
|
|
Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11955 |
|
|
|
11956 |
|
|
* Makefile.in: add installcheck target, set PRMS to install-prms
|
11957 |
|
|
|
11958 |
|
|
Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11959 |
|
|
|
11960 |
|
|
* configure: add support for package_makefile_fragment, handle the
|
11961 |
|
|
case where a directory has a configure.in file but no Makefile.in
|
11962 |
|
|
more gracefully (with an actual understandable error message, even);
|
11963 |
|
|
add support for --without (and add this to the usage message); also
|
11964 |
|
|
explicitly add a --host=${host_alias} to the command line when
|
11965 |
|
|
config.guess is used
|
11966 |
|
|
|
11967 |
|
|
Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
|
11968 |
|
|
|
11969 |
|
|
* configure: Must use both --host and --target in recursive calls.
|
11970 |
|
|
|
11971 |
|
|
Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
|
11972 |
|
|
|
11973 |
|
|
* Makefile.in: Change deja-gnu to dejagnu.
|
11974 |
|
|
|
11975 |
|
|
Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
|
11976 |
|
|
|
11977 |
|
|
* configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
|
11978 |
|
|
|
11979 |
|
|
Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11980 |
|
|
|
11981 |
|
|
* configure.in: canonicalize all instances to *-*-solaris2*,
|
11982 |
|
|
also strip out a number of tools to not build for go32 host
|
11983 |
|
|
|
11984 |
|
|
Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
11985 |
|
|
|
11986 |
|
|
* config.guess: add GPL.
|
11987 |
|
|
|
11988 |
|
|
* Makefile.in, config.guess, config.sub, configure: bump
|
11989 |
|
|
copyrights to 93.
|
11990 |
|
|
|
11991 |
|
|
Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
|
11992 |
|
|
|
11993 |
|
|
* Makefile.in (do-info): Removed obsolete check for existence of
|
11994 |
|
|
localenv file.
|
11995 |
|
|
|
11996 |
|
|
* Makefile.in (MAKEOVERRIDES): Define to be empty.
|
11997 |
|
|
|
11998 |
|
|
Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
11999 |
|
|
|
12000 |
|
|
* Makefile.in: a couple of 'else true' for decstation,
|
12001 |
|
|
support for TclX
|
12002 |
|
|
|
12003 |
|
|
* configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
|
12004 |
|
|
|
12005 |
|
|
Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
|
12006 |
|
|
|
12007 |
|
|
* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
|
12008 |
|
|
|
12009 |
|
|
Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
|
12010 |
|
|
|
12011 |
|
|
* config.guess: Recognize i386-ibm-aix (PS/2).
|
12012 |
|
|
* configure.in: Use config/mh-aix386 file for it.
|
12013 |
|
|
|
12014 |
|
|
Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
|
12015 |
|
|
|
12016 |
|
|
* Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
|
12017 |
|
|
CC_FOR_TARGET instead.
|
12018 |
|
|
(BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
|
12019 |
|
|
|
12020 |
|
|
Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
|
12021 |
|
|
|
12022 |
|
|
* Makefile.in: Add sim to list of directories sent with gdb
|
12023 |
|
|
|
12024 |
|
|
Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
|
12025 |
|
|
|
12026 |
|
|
* configure.in: Put back mips-dec-bsd* case.
|
12027 |
|
|
|
12028 |
|
|
Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
|
12029 |
|
|
|
12030 |
|
|
(Ultrix 2.2 support from Michael Rendell )
|
12031 |
|
|
* configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
|
12032 |
|
|
* config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
|
12033 |
|
|
|
12034 |
|
|
Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12035 |
|
|
|
12036 |
|
|
* configure.in: remove no-op mips-dec-bsd* in "case $target"
|
12037 |
|
|
|
12038 |
|
|
* Makefile.in (dir.info): only run gen-info-dir if it exists,
|
12039 |
|
|
(install-info): install dir.info only if it exists,
|
12040 |
|
|
(all-expect, install-expect): pass along X11_FLAGS_TO_PASS
|
12041 |
|
|
|
12042 |
|
|
Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
|
12043 |
|
|
|
12044 |
|
|
* configure.in: For vms target, skip bfd, ld, binutils. Do build
|
12045 |
|
|
gas for mips-dec-bsd.
|
12046 |
|
|
|
12047 |
|
|
Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
|
12048 |
|
|
|
12049 |
|
|
* configure (makesrcdir): If ${srcdir} is relative and not ".",
|
12050 |
|
|
and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
|
12051 |
|
|
|
12052 |
|
|
Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
|
12053 |
|
|
|
12054 |
|
|
* configure.in: Added "dejagnu" to hosttools list.
|
12055 |
|
|
|
12056 |
|
|
Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
|
12057 |
|
|
|
12058 |
|
|
* config.sub, configure.in, config.guess: Add support
|
12059 |
|
|
for Bosx, an AIX variant from Bull.
|
12060 |
|
|
Patches from F.Pierresteguy@frcl.bull.fr.
|
12061 |
|
|
|
12062 |
|
|
Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
|
12063 |
|
|
|
12064 |
|
|
* devo/dejagnu: Initial creation of devo/dejagnu.
|
12065 |
|
|
Migrated dejagnu testcases and support files for testing software
|
12066 |
|
|
tools to reside as subdirectories, currently called "testsuite",
|
12067 |
|
|
within the directory of the software tool. Migrated all programs,
|
12068 |
|
|
support libraries, etc. beloging to dejagnu proper from
|
12069 |
|
|
devo/deja-gnu to devo/dejagnu. These files were moved "as is"
|
12070 |
|
|
with no modifications. The changes to these files which will
|
12071 |
|
|
allow them to configure, build, and execute properly will be made
|
12072 |
|
|
in a future update.
|
12073 |
|
|
|
12074 |
|
|
Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
|
12075 |
|
|
|
12076 |
|
|
* Makefile.in: Change send_pr to send-pr.
|
12077 |
|
|
* configure.in: Likewise.
|
12078 |
|
|
* send_pr: Renamed directory to send-pr.
|
12079 |
|
|
|
12080 |
|
|
Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
|
12081 |
|
|
|
12082 |
|
|
* Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
|
12083 |
|
|
|
12084 |
|
|
Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
|
12085 |
|
|
|
12086 |
|
|
* README: Update for gdb-4.8 release.
|
12087 |
|
|
* Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
|
12088 |
|
|
gdb-xxx.tar.z (gzip'd) file also.
|
12089 |
|
|
|
12090 |
|
|
Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12091 |
|
|
|
12092 |
|
|
* Makefile.in: make all-diff depend on all-libiberty
|
12093 |
|
|
|
12094 |
|
|
Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
|
12095 |
|
|
|
12096 |
|
|
* config.guess: add vax-ultrix in the spirit of mips-ultrix.
|
12097 |
|
|
|
12098 |
|
|
Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12099 |
|
|
|
12100 |
|
|
* configure.in, Makefile.in: add hello, tar, gzip, recode, indent
|
12101 |
|
|
|
12102 |
|
|
Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
|
12103 |
|
|
|
12104 |
|
|
* Makefile.in (DEVO_SUPPORT): Remove etc directory
|
12105 |
|
|
(ETC_SUPPORT): Only add the files GDB wants from etc/.
|
12106 |
|
|
(gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
|
12107 |
|
|
|
12108 |
|
|
Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12109 |
|
|
|
12110 |
|
|
* Makefile.in: makeinfo binary is in a new location
|
12111 |
|
|
|
12112 |
|
|
Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
|
12113 |
|
|
|
12114 |
|
|
* config.sub: Accept -ecoff as an OS.
|
12115 |
|
|
|
12116 |
|
|
* Makefile.in: Various changes to eliminate a level of make
|
12117 |
|
|
recursion and reduce the required command line length.
|
12118 |
|
|
(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
|
12119 |
|
|
sub-makes.
|
12120 |
|
|
(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
|
12121 |
|
|
variables holding settings for specific sub-makes.
|
12122 |
|
|
(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
|
12123 |
|
|
in terms of BASE_FLAGS_TO_PASS.
|
12124 |
|
|
(TARGET_LIBS): New variable listing directories which use
|
12125 |
|
|
TARGET_FLAGS_TO_PASS.
|
12126 |
|
|
(subdir_do): Eliminated.
|
12127 |
|
|
(do-*): New set of targets to replace subdir_do.
|
12128 |
|
|
(various): All targets which used subdir_do now depend on do-*.
|
12129 |
|
|
(local-clean): Renamed from do_clean.
|
12130 |
|
|
(local-distclean): New target, dependency of distclean and
|
12131 |
|
|
realclean.
|
12132 |
|
|
(install-info): Don't create directories. Depend on dir.info
|
12133 |
|
|
rather than calling make recursively.
|
12134 |
|
|
(install-dir.info): Eliminated.
|
12135 |
|
|
(install-info-dirs): Create all info directories here.
|
12136 |
|
|
(dir.info): Depend upon do-install-info.
|
12137 |
|
|
|
12138 |
|
|
* test-build.mk (HOLES): Added false.
|
12139 |
|
|
|
12140 |
|
|
Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
|
12141 |
|
|
|
12142 |
|
|
* config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
|
12143 |
|
|
|
12144 |
|
|
Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12145 |
|
|
|
12146 |
|
|
* Makefile.in (info): remove dependency on all-texinfo. The
|
12147 |
|
|
problem was really in texinfo/C, not at this level.
|
12148 |
|
|
|
12149 |
|
|
Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
|
12150 |
|
|
|
12151 |
|
|
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
|
12152 |
|
|
|
12153 |
|
|
Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
|
12154 |
|
|
|
12155 |
|
|
* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
|
12156 |
|
|
GDB releases.
|
12157 |
|
|
|
12158 |
|
|
Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
12159 |
|
|
|
12160 |
|
|
* configure: Include srcdir in message about target of link not
|
12161 |
|
|
being found. Don't convert `-' to `_' in `with' options being
|
12162 |
|
|
passed to subdirs.
|
12163 |
|
|
|
12164 |
|
|
Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12165 |
|
|
|
12166 |
|
|
* configure.in: add uudecode to host_tools
|
12167 |
|
|
|
12168 |
|
|
* Makefile.in: added {all,install}-uudecode targets, added them to
|
12169 |
|
|
the appropriate lists
|
12170 |
|
|
|
12171 |
|
|
Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
|
12172 |
|
|
|
12173 |
|
|
* Makefile.in (all-gcc): Added dependency on all-gas.
|
12174 |
|
|
|
12175 |
|
|
* configure.in (mips-*-*): Build ld and binutils.
|
12176 |
|
|
|
12177 |
|
|
Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
12178 |
|
|
|
12179 |
|
|
* configure: check return code from mkdir, print error message and
|
12180 |
|
|
exit on failure.
|
12181 |
|
|
|
12182 |
|
|
Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
|
12183 |
|
|
|
12184 |
|
|
* Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
|
12185 |
|
|
|
12186 |
|
|
Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
|
12187 |
|
|
|
12188 |
|
|
* test-build.mk (HOLES): Added tar, cpio and uudecode.
|
12189 |
|
|
|
12190 |
|
|
Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
|
12191 |
|
|
|
12192 |
|
|
* config.sub (h8500): Recognize this as a cpu type.
|
12193 |
|
|
|
12194 |
|
|
Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12195 |
|
|
|
12196 |
|
|
* configure: source directory missing is no longer a warning
|
12197 |
|
|
|
12198 |
|
|
* configure.in: recognize irix[34]* instead of irix[34]
|
12199 |
|
|
|
12200 |
|
|
* Makefile.in: define and pass down X11_LIB
|
12201 |
|
|
|
12202 |
|
|
Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
|
12203 |
|
|
|
12204 |
|
|
* guess-systype: Renamed to ...
|
12205 |
|
|
* config.guess: ... by popular request.
|
12206 |
|
|
* configure.in, Makefile.in: Update accordingly.
|
12207 |
|
|
|
12208 |
|
|
Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
|
12209 |
|
|
|
12210 |
|
|
* guess-systype: Patches from John Eaton :
|
12211 |
|
|
+ Add Convex, Cray/Unicos, and Encore/Multimax support.
|
12212 |
|
|
+ Execute ./dummy instead of assuming . is in PATH.
|
12213 |
|
|
|
12214 |
|
|
Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
|
12215 |
|
|
|
12216 |
|
|
* guess-systype: New shell script. Attempts to guess the
|
12217 |
|
|
canonical host name of the executing host.
|
12218 |
|
|
Only a few hosts are supported so far.
|
12219 |
|
|
* configure: Call guess-systype if no host is specified.
|
12220 |
|
|
|
12221 |
|
|
Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
|
12222 |
|
|
|
12223 |
|
|
* Makefile.in (gcc-no-fixedincludes): Made to work with current
|
12224 |
|
|
gcc Makefile.
|
12225 |
|
|
|
12226 |
|
|
|
12227 |
|
|
Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
|
12228 |
|
|
|
12229 |
|
|
* Makefile.in (GCC_FLAGS_TO_PASS): New variable.
|
12230 |
|
|
(all-gcc, install-gcc, subdir_do): Use it.
|
12231 |
|
|
|
12232 |
|
|
Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
|
12233 |
|
|
|
12234 |
|
|
* Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
|
12235 |
|
|
|
12236 |
|
|
Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
|
12237 |
|
|
|
12238 |
|
|
* Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
|
12239 |
|
|
set exclusively by configure, using configure.in .
|
12240 |
|
|
|
12241 |
|
|
Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12242 |
|
|
|
12243 |
|
|
* test-build.mk: set $PATH for all builds
|
12244 |
|
|
|
12245 |
|
|
* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
|
12246 |
|
|
|
12247 |
|
|
Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
|
12248 |
|
|
|
12249 |
|
|
* Makefile.in (GCC_FOR_TARGET): Supply a default that matches
|
12250 |
|
|
the one used in gcc/Makefile.in, so that a null expansion doesn't
|
12251 |
|
|
override the one needed to build gcc with a native cc.
|
12252 |
|
|
|
12253 |
|
|
|
12254 |
|
|
Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
12255 |
|
|
|
12256 |
|
|
* configure: Accept -with arguments.
|
12257 |
|
|
|
12258 |
|
|
Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
12259 |
|
|
|
12260 |
|
|
* Makefile.in: added h8300sim
|
12261 |
|
|
|
12262 |
|
|
Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
|
12263 |
|
|
|
12264 |
|
|
* build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
|
12265 |
|
|
to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
|
12266 |
|
|
(all-cygnus, native, build-cygnus): Make
|
12267 |
|
|
$(canonhost)-stamp-3stage-done, not $(host)....
|
12268 |
|
|
* test-build.mk (stamp-3stage-compared): Use tail +10c for
|
12269 |
|
|
i386-sco3.2v4. Added else true to if command.
|
12270 |
|
|
|
12271 |
|
|
Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
|
12272 |
|
|
|
12273 |
|
|
* config.sub: (from FSF) Sequent uses a BSD-like OS.
|
12274 |
|
|
|
12275 |
|
|
Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
|
12276 |
|
|
|
12277 |
|
|
* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
|
12278 |
|
|
|
12279 |
|
|
Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12280 |
|
|
|
12281 |
|
|
* configure.in: don't remove binutils from Solaris builds
|
12282 |
|
|
|
12283 |
|
|
Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
|
12284 |
|
|
|
12285 |
|
|
* Makefile.in: get rid of earlier definitions for *clean,
|
12286 |
|
|
also handle the recursive info rule better
|
12287 |
|
|
|
12288 |
|
|
Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
|
12289 |
|
|
|
12290 |
|
|
* Makefile.in (mostlyclean, distclean, realclean): Fix to
|
12291 |
|
|
do more-or-less the right thing.
|
12292 |
|
|
|
12293 |
|
|
Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
|
12294 |
|
|
|
12295 |
|
|
* Makefile.in: Add lines defining CC and CXX, and use CXX rather
|
12296 |
|
|
than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
|
12297 |
|
|
|
12298 |
|
|
Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12299 |
|
|
|
12300 |
|
|
* Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
|
12301 |
|
|
$(host_canonical).
|
12302 |
|
|
|
12303 |
|
|
* configure.in: split the configdirs list into 4 categories (native
|
12304 |
|
|
v. cross, library v. tool) and handle the cross-only and native-
|
12305 |
|
|
only in more reasonable (and correct!) way.
|
12306 |
|
|
|
12307 |
|
|
Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
|
12308 |
|
|
|
12309 |
|
|
* configure.in (hppa*-*-*): Don't remove bfd and gdb from
|
12310 |
|
|
configdirs anymore.
|
12311 |
|
|
|
12312 |
|
|
Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12313 |
|
|
|
12314 |
|
|
* Makefile.in: extensive cleanup:: removed all of the explicit
|
12315 |
|
|
clean-* targets, collapsed many wrappers around subdir_do into
|
12316 |
|
|
one, added additional targets to satisfy standards.texi, deleted
|
12317 |
|
|
some old targets, some changes for consistency
|
12318 |
|
|
|
12319 |
|
|
Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12320 |
|
|
|
12321 |
|
|
* configure.in: handle some programs as cross-only, and others as
|
12322 |
|
|
native only
|
12323 |
|
|
|
12324 |
|
|
* test-build.mk: handle partial holes in a more generic manner
|
12325 |
|
|
|
12326 |
|
|
* Makefile.in: m4 depends on libiberty
|
12327 |
|
|
|
12328 |
|
|
Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12329 |
|
|
|
12330 |
|
|
* configure.in: add m4, textutils, fileutils, sed, shellutils,
|
12331 |
|
|
time, wdiff, and find to configdirs
|
12332 |
|
|
|
12333 |
|
|
* Makefile.in: all, clean, and install rules for the new programs
|
12334 |
|
|
added to configure.in
|
12335 |
|
|
|
12336 |
|
|
Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12337 |
|
|
|
12338 |
|
|
* configure.in: use mh-sun for all *-sun-* hosts
|
12339 |
|
|
|
12340 |
|
|
Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12341 |
|
|
|
12342 |
|
|
* Makefile.in: define flags for X11 include files and library file
|
12343 |
|
|
locations, pass them down to the programs that need this info
|
12344 |
|
|
|
12345 |
|
|
* build-all.mk: added a 'native' target, to 3stage the native toolchain
|
12346 |
|
|
|
12347 |
|
|
Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12348 |
|
|
|
12349 |
|
|
* configure.in: start building libg++ for HP-UX targets
|
12350 |
|
|
|
12351 |
|
|
Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
|
12352 |
|
|
|
12353 |
|
|
* README: Update references to files moved into etc/.
|
12354 |
|
|
|
12355 |
|
|
Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
|
12356 |
|
|
|
12357 |
|
|
* config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
|
12358 |
|
|
* configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
|
12359 |
|
|
|
12360 |
|
|
Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
|
12361 |
|
|
|
12362 |
|
|
* configure: accept dash as well as underscore in long option
|
12363 |
|
|
names for FSF compatibility.
|
12364 |
|
|
|
12365 |
|
|
Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
|
12366 |
|
|
|
12367 |
|
|
* config.sub: added -sco3.2v4 support from FSF.
|
12368 |
|
|
|
12369 |
|
|
Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12370 |
|
|
|
12371 |
|
|
* configure.in: expand the section that adds or removes
|
12372 |
|
|
directories from the list of programs to build, to handle native
|
12373 |
|
|
vs. cross in addition to host v. native
|
12374 |
|
|
|
12375 |
|
|
Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
|
12376 |
|
|
|
12377 |
|
|
* Makefile.in: Replace C++ in macro names with CXX.
|
12378 |
|
|
This is less likely to break ...
|
12379 |
|
|
|
12380 |
|
|
Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12381 |
|
|
|
12382 |
|
|
* test-build.mk: add -w to GNU_MAKE
|
12383 |
|
|
|
12384 |
|
|
Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12385 |
|
|
|
12386 |
|
|
* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
|
12387 |
|
|
add 'sparc' to list of recognized cpus. This needed to make
|
12388 |
|
|
'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
|
12389 |
|
|
Delete some redundant ose68 variants. Recognize -wrs as an os,
|
12390 |
|
|
then changes that into $CPU-wrs-vxworks.
|
12391 |
|
|
|
12392 |
|
|
* configure.in: remove most references to gdbtest, regularize
|
12393 |
|
|
target based program removal
|
12394 |
|
|
|
12395 |
|
|
* test-build.mk: import from p3 tree (many fixes and changes)
|
12396 |
|
|
|
12397 |
|
|
Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
|
12398 |
|
|
|
12399 |
|
|
* Makefile.in: added rules to handle tcl, tk, and expect
|
12400 |
|
|
|
12401 |
|
|
* configure.in: handle those directories if they exist
|
12402 |
|
|
|
12403 |
|
|
Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12404 |
|
|
|
12405 |
|
|
* config.sub: removed bogus hppabsd and hppahpux names, since
|
12406 |
|
|
"hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
|
12407 |
|
|
|
12408 |
|
|
Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12409 |
|
|
|
12410 |
|
|
* Makefile.in: all-gcc now depends on all-binutils. all-libg++
|
12411 |
|
|
depends upon all-xiberty
|
12412 |
|
|
|
12413 |
|
|
* Makefile.in: changes from p3, including:
|
12414 |
|
|
|
12415 |
|
|
Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
|
12416 |
|
|
|
12417 |
|
|
* Makefile.in (XTRAFLAGS): include newlib directories if
|
12418 |
|
|
newlib/Makefile exists, rather than if host != target.
|
12419 |
|
|
|
12420 |
|
|
Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
|
12421 |
|
|
|
12422 |
|
|
* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
|
12423 |
|
|
from the same source tree and not building a cross-compiler. This
|
12424 |
|
|
matters for the libg++ configuration if reconfiguring a tree that
|
12425 |
|
|
has already been installed.
|
12426 |
|
|
|
12427 |
|
|
Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
|
12428 |
|
|
|
12429 |
|
|
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
|
12430 |
|
|
pick up the machine and system specific header files.
|
12431 |
|
|
|
12432 |
|
|
* Makefile.in: added AS_FOR_TARGET, passed down in
|
12433 |
|
|
TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
|
12434 |
|
|
the C compiler to use to create programs which are run in the
|
12435 |
|
|
build environment, set it to default to $(CC), and passed it down
|
12436 |
|
|
in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
|
12437 |
|
|
|
12438 |
|
|
Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
|
12439 |
|
|
|
12440 |
|
|
* Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
|
12441 |
|
|
We need them for unusual native builds, like systems without
|
12442 |
|
|
ranlib.
|
12443 |
|
|
|
12444 |
|
|
* configure: also define $(host_canonical) and
|
12445 |
|
|
$(target_canonical), which are the full, canonical names for the
|
12446 |
|
|
given host and target
|
12447 |
|
|
|
12448 |
|
|
Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
|
12449 |
|
|
|
12450 |
|
|
* Makefile.in: Added separate definitions for C++.
|
12451 |
|
|
|
12452 |
|
|
Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
|
12453 |
|
|
|
12454 |
|
|
* configure.in (configdirs): Add deja-gnu.
|
12455 |
|
|
|
12456 |
|
|
Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
|
12457 |
|
|
|
12458 |
|
|
* README: Update for configure.texi and gdb-4.7 release.
|
12459 |
|
|
|
12460 |
|
|
Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
|
12461 |
|
|
|
12462 |
|
|
* Makefile.in: Move "all" target to top of file.
|
12463 |
|
|
Previously, first target was ".PHONY" which caused BSD4.4 make
|
12464 |
|
|
to build .PHONY when make was run without arguments.
|
12465 |
|
|
|
12466 |
|
|
Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
|
12467 |
|
|
|
12468 |
|
|
* Makefile.in: Add COPYING.LIB to GDB releases, now that there's
|
12469 |
|
|
Library-copylefted code in libiberty.
|
12470 |
|
|
|
12471 |
|
|
Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
|
12472 |
|
|
|
12473 |
|
|
* config.sub: Replace m68kmote with plain old m68k.
|
12474 |
|
|
|
12475 |
|
|
Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
|
12476 |
|
|
|
12477 |
|
|
* Makefile.in: Remove space from blank line, avoid Make complaints.
|
12478 |
|
|
|
12479 |
|
|
Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
|
12480 |
|
|
|
12481 |
|
|
* config.sub: Complain if no argument is given. Added support for
|
12482 |
|
|
386bsd as OS and target alias.
|
12483 |
|
|
|
12484 |
|
|
Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
|
12485 |
|
|
|
12486 |
|
|
* Makefile.in (XTRAFLAGS): include newlib directories if
|
12487 |
|
|
newlib/Makefile exists, rather than if host != target.
|
12488 |
|
|
|
12489 |
|
|
Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
|
12490 |
|
|
|
12491 |
|
|
* config.sub: recognize sparclite-wrs-vxworks.
|
12492 |
|
|
|
12493 |
|
|
* Makefile.in (install-xiberty): added *-xiberty make rules (from
|
12494 |
|
|
p3.) Added clean-xiberty to clean.
|
12495 |
|
|
|
12496 |
|
|
Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12497 |
|
|
|
12498 |
|
|
* configure.in: use *-*-* instead of nested cases for host and target
|
12499 |
|
|
|
12500 |
|
|
Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
|
12501 |
|
|
|
12502 |
|
|
* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
|
12503 |
|
|
from the same source tree and not building a cross-compiler. This
|
12504 |
|
|
matters for the libg++ configuration if reconfiguring a tree that
|
12505 |
|
|
has already been installed.
|
12506 |
|
|
|
12507 |
|
|
Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
|
12508 |
|
|
|
12509 |
|
|
* config.sub (i486v/i486v4): Merge in from FSF version.
|
12510 |
|
|
|
12511 |
|
|
Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
|
12512 |
|
|
|
12513 |
|
|
* configure: only set PWD if it is already set.
|
12514 |
|
|
|
12515 |
|
|
Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
|
12516 |
|
|
|
12517 |
|
|
* configure: just set PWD=`pwd` at the top, since Ultrix sh
|
12518 |
|
|
doesn't have unset and all success paths (and most error paths)
|
12519 |
|
|
out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
|
12520 |
|
|
to just ${PWD} to avoid confusion.)
|
12521 |
|
|
|
12522 |
|
|
Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
|
12523 |
|
|
|
12524 |
|
|
* configure: always set $(tooldir) to $(libdir)/$(target_alias),
|
12525 |
|
|
even for a native compilation.
|
12526 |
|
|
|
12527 |
|
|
Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
|
12528 |
|
|
|
12529 |
|
|
Changes to make the gdb.tar.Z rule work better.
|
12530 |
|
|
|
12531 |
|
|
* Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
|
12532 |
|
|
(DEVO_SUPPORT): Add configure.texi.
|
12533 |
|
|
(bfd-ilrt.tar.Z): Remove ancient rule.
|
12534 |
|
|
|
12535 |
|
|
Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
|
12536 |
|
|
|
12537 |
|
|
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
|
12538 |
|
|
pick up the machine and system specific header files.
|
12539 |
|
|
|
12540 |
|
|
* configure.in, config.sub: added new target m68010-adobe-scout,
|
12541 |
|
|
with alias of adobe68k. Changed configure.in to check for
|
12542 |
|
|
-scout before -sco* to avoid a false match.
|
12543 |
|
|
|
12544 |
|
|
* Makefile.in: added AS_FOR_TARGET, passed down in
|
12545 |
|
|
TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
|
12546 |
|
|
the C compiler to use to create programs which are run in the
|
12547 |
|
|
build environment, set it to default to $(CC), and passed it down
|
12548 |
|
|
in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
|
12549 |
|
|
|
12550 |
|
|
Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
|
12551 |
|
|
|
12552 |
|
|
* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
|
12553 |
|
|
AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
|
12554 |
|
|
TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
|
12555 |
|
|
FOR_TARGET variants, to newlib and libg++.
|
12556 |
|
|
|
12557 |
|
|
Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
12558 |
|
|
|
12559 |
|
|
* Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
|
12560 |
|
|
first.
|
12561 |
|
|
|
12562 |
|
|
Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
|
12563 |
|
|
|
12564 |
|
|
* config.sub: Accept `elf' as an environment.
|
12565 |
|
|
|
12566 |
|
|
Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
12567 |
|
|
|
12568 |
|
|
* Makefile.in (all-opcodes): cd into the right directory
|
12569 |
|
|
|
12570 |
|
|
Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
|
12571 |
|
|
|
12572 |
|
|
* configure: added -program_transform_name option, used as
|
12573 |
|
|
argument to sed when installing programs.
|
12574 |
|
|
configure.texi: added documentation for -program_prefix,
|
12575 |
|
|
-program_suffix and -program_transform_name.
|
12576 |
|
|
|
12577 |
|
|
Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
|
12578 |
|
|
|
12579 |
|
|
* config.sub: Accept i486 where i386 ok.
|
12580 |
|
|
|
12581 |
|
|
Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
|
12582 |
|
|
|
12583 |
|
|
* config.sub: accept we32k
|
12584 |
|
|
|
12585 |
|
|
Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
|
12586 |
|
|
|
12587 |
|
|
* config.sub, configure.in: accept OSE68000 and OSE68k.
|
12588 |
|
|
|
12589 |
|
|
* Makefile.in: don't create all directories for ``make install'';
|
12590 |
|
|
let the subdirectories create the ones they need.
|
12591 |
|
|
|
12592 |
|
|
Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12593 |
|
|
|
12594 |
|
|
* COPYING: new file, GPL v2
|
12595 |
|
|
|
12596 |
|
|
Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12597 |
|
|
|
12598 |
|
|
* Makefile.in: use the new gen-info-dir, which needs a template
|
12599 |
|
|
argument (which also lives in texinfo)
|
12600 |
|
|
|
12601 |
|
|
* configure.texi, standards.texi: fix INFO-DIR-ENTRY
|
12602 |
|
|
|
12603 |
|
|
Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
|
12604 |
|
|
|
12605 |
|
|
* config.sub (ncr3000): Change i386 to i486.
|
12606 |
|
|
|
12607 |
|
|
Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12608 |
|
|
|
12609 |
|
|
* Makefile.in: add install-rcs, install-grep to
|
12610 |
|
|
install-no-fixedincludes, removed install-bison and install-libgcc
|
12611 |
|
|
|
12612 |
|
|
Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
|
12613 |
|
|
|
12614 |
|
|
* configure.in: grab the HPUX makefile fragment if on HPUX
|
12615 |
|
|
|
12616 |
|
|
Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
|
12617 |
|
|
|
12618 |
|
|
* Makefile.in: eradicate bison spoor (ditto libgcc).
|
12619 |
|
|
configure.in: recognise m68{k,000}-ericsson-OSE.
|
12620 |
|
|
es1800 is alias for m68k-ericsson-OSE
|
12621 |
|
|
|
12622 |
|
|
Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12623 |
|
|
|
12624 |
|
|
* configure.in: rearrange the parts that remove programs from
|
12625 |
|
|
configdirs, based now on HOST==TARGET or by canonical triple.
|
12626 |
|
|
|
12627 |
|
|
Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12628 |
|
|
|
12629 |
|
|
* test-build.mk: recurse explicitly with -f test-build.mk when
|
12630 |
|
|
appropriate. predicate stage3 and comparison on the existence
|
12631 |
|
|
of gcc. That is, if gcc isn't around, we aren't three-staging.
|
12632 |
|
|
On very clean, also remove ...stamp-co. Build in-place before
|
12633 |
|
|
doing other builds.
|
12634 |
|
|
|
12635 |
|
|
Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
12636 |
|
|
|
12637 |
|
|
* Makefile.in, configure.in: add tgas
|
12638 |
|
|
|
12639 |
|
|
Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12640 |
|
|
|
12641 |
|
|
* Makefile.in: a number of changes merged in from progressive.
|
12642 |
|
|
|
12643 |
|
|
* configure.in: add libm.
|
12644 |
|
|
|
12645 |
|
|
* .cvsignore: ignore some stuff that comes from test-build.mk.
|
12646 |
|
|
|
12647 |
|
|
Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
|
12648 |
|
|
|
12649 |
|
|
* config.sub: Add es1800 (m68k-ericsson-es1800).
|
12650 |
|
|
|
12651 |
|
|
Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
|
12652 |
|
|
|
12653 |
|
|
* configure: Add program_suffix (parallel to program_prefix)
|
12654 |
|
|
* Makefile.in: adjust directory-creating script for losing decstation
|
12655 |
|
|
|
12656 |
|
|
Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
|
12657 |
|
|
|
12658 |
|
|
* configure: Minor $subdir-related fixes.
|
12659 |
|
|
|
12660 |
|
|
Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
12661 |
|
|
|
12662 |
|
|
* configure: fix various problems with propogating
|
12663 |
|
|
makefile_target_frag in subdirs.
|
12664 |
|
|
* configure.in: config libgcc if its there
|
12665 |
|
|
|
12666 |
|
|
Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
|
12667 |
|
|
|
12668 |
|
|
* config.sub: HPPA merge.
|
12669 |
|
|
|
12670 |
|
|
Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
|
12671 |
|
|
|
12672 |
|
|
* Makefile.in: Replace all-bison with all-byacc in all
|
12673 |
|
|
dependency lines for other tools (which now use byacc).
|
12674 |
|
|
|
12675 |
|
|
Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
|
12676 |
|
|
|
12677 |
|
|
* config.sub: Add sun4sol2 => sparc-sun-solaris2.
|
12678 |
|
|
|
12679 |
|
|
Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
|
12680 |
|
|
|
12681 |
|
|
* Makefile.in: make gprof rules similar to byacc rules (instead of
|
12682 |
|
|
vestigal $(unsubdir) that didn't work...)
|
12683 |
|
|
|
12684 |
|
|
Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
|
12685 |
|
|
|
12686 |
|
|
* config.sub: Add support for Linux.
|
12687 |
|
|
* Makefile.in: Use $(FLAGS_TO_PASS) more consistently
|
12688 |
|
|
(at least for libg++).
|
12689 |
|
|
|
12690 |
|
|
Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
|
12691 |
|
|
|
12692 |
|
|
* configure.texi: fix doc for the -nfp option to configure
|
12693 |
|
|
|
12694 |
|
|
Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
|
12695 |
|
|
|
12696 |
|
|
* Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
|
12697 |
|
|
|
12698 |
|
|
Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
|
12699 |
|
|
|
12700 |
|
|
* config.sub: changed [^-]+ to [^-][^-]* so that it works under
|
12701 |
|
|
Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
|
12702 |
|
|
* configure.in: added solaris* host_makefile_frag hook.
|
12703 |
|
|
|
12704 |
|
|
Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12705 |
|
|
|
12706 |
|
|
* config.sub: changed recognition of m68000 so that various
|
12707 |
|
|
m68k types can be specified via m680[01234]0
|
12708 |
|
|
|
12709 |
|
|
Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12710 |
|
|
|
12711 |
|
|
* config.sub (basic_machine): fix sed so that '-foo' isn't
|
12712 |
|
|
completely substituted out while .+'-foo' loses the '-foo'
|
12713 |
|
|
|
12714 |
|
|
Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
|
12715 |
|
|
|
12716 |
|
|
* config.sub ($os): Add -aout.
|
12717 |
|
|
|
12718 |
|
|
Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
|
12719 |
|
|
|
12720 |
|
|
* configure: If host_makefile_frag is absolute, don't
|
12721 |
|
|
prefix ${invsubdir} (relevant to libg++ auto-configure).
|
12722 |
|
|
|
12723 |
|
|
Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
|
12724 |
|
|
|
12725 |
|
|
* Makefile.in (tooldir): Define it.
|
12726 |
|
|
(all-ld): Depend on all-flex.
|
12727 |
|
|
|
12728 |
|
|
Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
|
12729 |
|
|
|
12730 |
|
|
* Makefile.in (check): Fix libg++ special case.
|
12731 |
|
|
|
12732 |
|
|
Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
|
12733 |
|
|
|
12734 |
|
|
* configure: do not bury `pwd` into config.status, thus do fewer
|
12735 |
|
|
pwd's.
|
12736 |
|
|
|
12737 |
|
|
* configure: print the "Building in" message only when building in
|
12738 |
|
|
other than "." AND verbose.
|
12739 |
|
|
|
12740 |
|
|
* configure: remove -s, rework -v to better accomodate guested
|
12741 |
|
|
configures.
|
12742 |
|
|
|
12743 |
|
|
* standards.texi: updated to 3 may, fixed librid <-> libdir typo.
|
12744 |
|
|
|
12745 |
|
|
Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
|
12746 |
|
|
|
12747 |
|
|
* Makefile.in: macroize flags passed on recursion. remove
|
12748 |
|
|
fileutils.
|
12749 |
|
|
|
12750 |
|
|
Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
|
12751 |
|
|
|
12752 |
|
|
* configure: get makesrcdir right for subdirs deeper than 1.
|
12753 |
|
|
|
12754 |
|
|
* Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
|
12755 |
|
|
install.
|
12756 |
|
|
|
12757 |
|
|
Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
|
12758 |
|
|
|
12759 |
|
|
* Makefile.in: don't print subdir_do or recursion lines.
|
12760 |
|
|
|
12761 |
|
|
Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
|
12762 |
|
|
|
12763 |
|
|
* standards.texi: added menu item.
|
12764 |
|
|
|
12765 |
|
|
* Makefile.in: build and install standards.info.
|
12766 |
|
|
|
12767 |
|
|
* standards.texi: new file.
|
12768 |
|
|
|
12769 |
|
|
Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12770 |
|
|
|
12771 |
|
|
* configure: test for and move config.status pieces from
|
12772 |
|
|
${subdir}/.
|
12773 |
|
|
|
12774 |
|
|
Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
|
12775 |
|
|
|
12776 |
|
|
* configure: Test for existance of files before trying to mv
|
12777 |
|
|
them, to avoid numerous non-existance messages.
|
12778 |
|
|
|
12779 |
|
|
Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
|
12780 |
|
|
|
12781 |
|
|
* configure: correct final line of config.status.
|
12782 |
|
|
|
12783 |
|
|
* configure: patch from eggert. Avoids a protection problem if
|
12784 |
|
|
the original Makefile.in is read only.
|
12785 |
|
|
|
12786 |
|
|
* configure: use move-if-change from gcc to create config.status.
|
12787 |
|
|
Some makefiles depend on config.status to tell if a directory
|
12788 |
|
|
has been reconfigured for a different host. This change
|
12789 |
|
|
prevents those directories from remaking everything in the case
|
12790 |
|
|
where the reconfig was only intended to rebuild a Makefile.
|
12791 |
|
|
|
12792 |
|
|
* configure: test for config.sub with "config.sub sun4" rather
|
12793 |
|
|
than "config.sub ${host_alias}". Otherwise we can't tell a bad
|
12794 |
|
|
host alias from a missing config.sub.
|
12795 |
|
|
|
12796 |
|
|
Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12797 |
|
|
|
12798 |
|
|
* Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
|
12799 |
|
|
MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
|
12800 |
|
|
|
12801 |
|
|
Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
|
12802 |
|
|
|
12803 |
|
|
* configure: mkdir ${subdir} as needed.
|
12804 |
|
|
|
12805 |
|
|
Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
|
12806 |
|
|
|
12807 |
|
|
* Makefile.in,configure.in: added autoconf.
|
12808 |
|
|
|
12809 |
|
|
Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12810 |
|
|
|
12811 |
|
|
* Makefile.in: no longer pass against on recursion.
|
12812 |
|
|
|
12813 |
|
|
* Makefile.in: added .NOEXPORT: so that stray makefile_frag
|
12814 |
|
|
definitions are not inherited.
|
12815 |
|
|
|
12816 |
|
|
* configure: correct makesrcdir when subdir is .
|
12817 |
|
|
|
12818 |
|
|
Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
|
12819 |
|
|
|
12820 |
|
|
* configure: Add support for 'subdirs' variable, which is
|
12821 |
|
|
like 'configdirs', except that configure doesn't re-invoke
|
12822 |
|
|
itself for subdirs, it just creates a Makefile for each subdir.
|
12823 |
|
|
* configure.texi: Document subdirs.
|
12824 |
|
|
|
12825 |
|
|
Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
12826 |
|
|
|
12827 |
|
|
* configure.in: added flex to configdirs
|
12828 |
|
|
|
12829 |
|
|
Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
|
12830 |
|
|
|
12831 |
|
|
* Makefile.in: remove clean-stamps from clean.
|
12832 |
|
|
|
12833 |
|
|
Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
|
12834 |
|
|
|
12835 |
|
|
* configure.in: Add gdbtest to configdirs.
|
12836 |
|
|
|
12837 |
|
|
Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
|
12838 |
|
|
|
12839 |
|
|
* Makefile.in (MINUS_G): Add macro, default to -g, pass on
|
12840 |
|
|
to recursive makes.
|
12841 |
|
|
* configure.in: Recognize new ncr3000 config.
|
12842 |
|
|
|
12843 |
|
|
Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
|
12844 |
|
|
|
12845 |
|
|
* Makefile.in, configure.in: removed references to gdbm.
|
12846 |
|
|
|
12847 |
|
|
Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
|
12848 |
|
|
|
12849 |
|
|
* config.sub: Don't canonicalize os value
|
12850 |
|
|
newsos* to bsd (readline needs to check for newsos).
|
12851 |
|
|
(This fix was earlier made Jan 31, but got re-broken.)
|
12852 |
|
|
|
12853 |
|
|
Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
|
12854 |
|
|
|
12855 |
|
|
* configure.in: sco is an os, not a vendor!
|
12856 |
|
|
|
12857 |
|
|
* configure: Quote $( better. Keep various shells happy.
|
12858 |
|
|
|
12859 |
|
|
Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
|
12860 |
|
|
|
12861 |
|
|
* Makefile.in: eliminate stamp-files.
|
12862 |
|
|
|
12863 |
|
|
Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
|
12864 |
|
|
|
12865 |
|
|
* Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
|
12866 |
|
|
Supress echoing of all the "if [ -d ... $(MAKE)" lines.
|
12867 |
|
|
|
12868 |
|
|
Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
|
12869 |
|
|
|
12870 |
|
|
* config.sub: fix iris/iris3.
|
12871 |
|
|
|
12872 |
|
|
Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
|
12873 |
|
|
|
12874 |
|
|
* configure: re-add -rm.
|
12875 |
|
|
|
12876 |
|
|
Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
|
12877 |
|
|
|
12878 |
|
|
* Maskefile.in: add .stmp-rcs to all.
|
12879 |
|
|
|
12880 |
|
|
* configure.in: remove gas from rs6000 build, use aix host fragment.
|
12881 |
|
|
|
12882 |
|
|
Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
|
12883 |
|
|
|
12884 |
|
|
* configure: pass down site_option during recursion.
|
12885 |
|
|
|
12886 |
|
|
Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
|
12887 |
|
|
|
12888 |
|
|
* Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
|
12889 |
|
|
|
12890 |
|
|
Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
|
12891 |
|
|
|
12892 |
|
|
* configure: Change exec_prefix so that it really defaults to prefix.
|
12893 |
|
|
|
12894 |
|
|
Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
|
12895 |
|
|
|
12896 |
|
|
* Makefile.in, configure.in: Add support for mmalloc library.
|
12897 |
|
|
|
12898 |
|
|
Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
|
12899 |
|
|
|
12900 |
|
|
* Makefile.in: add stmp dependencies for a few more things.
|
12901 |
|
|
|
12902 |
|
|
Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
|
12903 |
|
|
|
12904 |
|
|
* configure: adjusted error message on objdir/srcdir configure
|
12905 |
|
|
collision, per john's suggestion.
|
12906 |
|
|
|
12907 |
|
|
* Makefile.in: add libiberty stmp to all and all.cross.
|
12908 |
|
|
|
12909 |
|
|
Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
|
12910 |
|
|
|
12911 |
|
|
* Makefile.in: remove force dependencies, add grep to all.
|
12912 |
|
|
|
12913 |
|
|
Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
|
12914 |
|
|
|
12915 |
|
|
* Makefile.in: drop flex. make stamp files work.
|
12916 |
|
|
|
12917 |
|
|
* configure: added test for conflicting configuration in srcdir,
|
12918 |
|
|
remove trailing slashes from srcdir. Otherwise emacs gdb mode
|
12919 |
|
|
gets cranky. use relative paths for configure and srcdir
|
12920 |
|
|
whenever possible. Send some error messages to stderr that were
|
12921 |
|
|
going to stdout.
|
12922 |
|
|
|
12923 |
|
|
Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
|
12924 |
|
|
|
12925 |
|
|
* Makefile.in: Fix libg++ rule to check for gcc directory
|
12926 |
|
|
before using gcc/gcc. Also pass XTRAFLAGS.
|
12927 |
|
|
|
12928 |
|
|
Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
|
12929 |
|
|
|
12930 |
|
|
* Makefile.in: added stmp-files so that directories aren't polled
|
12931 |
|
|
when they are already built.
|
12932 |
|
|
|
12933 |
|
|
* configure.texi: fixed a node pointer problem.
|
12934 |
|
|
|
12935 |
|
|
Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
|
12936 |
|
|
|
12937 |
|
|
* config.sub configure.in gdb/configure.in
|
12938 |
|
|
gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
|
12939 |
|
|
gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
|
12940 |
|
|
gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
|
12941 |
|
|
|
12942 |
|
|
Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12943 |
|
|
|
12944 |
|
|
* configure: -recurring becomes -silent. corrected help message
|
12945 |
|
|
for -site= option.
|
12946 |
|
|
|
12947 |
|
|
* Makefile.in: mkdir $(exec_prefix) and $(tooldir).
|
12948 |
|
|
|
12949 |
|
|
Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12950 |
|
|
|
12951 |
|
|
* configure: when building Makefile for crosses, replace
|
12952 |
|
|
tooldir and program_prefix. default srcdir from location of
|
12953 |
|
|
config.sub. remove "for host in hosts" and "for target in
|
12954 |
|
|
targets" loops.
|
12955 |
|
|
|
12956 |
|
|
Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
12957 |
|
|
|
12958 |
|
|
* Makefile.in: Do not pass bindir or mandir to cvs.
|
12959 |
|
|
|
12960 |
|
|
Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
|
12961 |
|
|
|
12962 |
|
|
* Makefile.in, configure.in: removed traces of namesubdir,
|
12963 |
|
|
-subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
|
12964 |
|
|
copyrights to '92, changed some from Cygnus to FSF.
|
12965 |
|
|
|
12966 |
|
|
* configure.texi: remove most references to multiple hosts,
|
12967 |
|
|
multiple targets, subdirs, etc.
|
12968 |
|
|
|
12969 |
|
|
* configure.man: removed rcsid. reference config.sub not
|
12970 |
|
|
config.subr.
|
12971 |
|
|
|
12972 |
|
|
* Makefile.in: mkdir $(infodir) on install-info.
|
12973 |
|
|
|
12974 |
|
|
Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
|
12975 |
|
|
|
12976 |
|
|
* configure.texi: Explain better about .gdbinit and about
|
12977 |
|
|
the environment that configure.in sections run in.
|
12978 |
|
|
|
12979 |
|
|
Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
|
12980 |
|
|
|
12981 |
|
|
* configure.in: Ultrix is only a decstation if it's a MIPS.
|
12982 |
|
|
|
12983 |
|
|
Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
|
12984 |
|
|
|
12985 |
|
|
* README: DOC.configure => cfg-paper.texi.
|
12986 |
|
|
|
12987 |
|
|
Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
|
12988 |
|
|
|
12989 |
|
|
* config.sub (near case $os): Don't convert newsos* to bsd!
|
12990 |
|
|
|
12991 |
|
|
Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
|
12992 |
|
|
|
12993 |
|
|
* Makefile.in: Reinstall change from gdb-4.3 that reduces
|
12994 |
|
|
the number of copies of COPYING that go into the GDB tar file.
|
12995 |
|
|
|
12996 |
|
|
Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
|
12997 |
|
|
|
12998 |
|
|
* bfd/configure.in, gdb/config/mh-i386sco,
|
12999 |
|
|
gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
|
13000 |
|
|
Fix SCO configuration stuff.
|
13001 |
|
|
|
13002 |
|
|
Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
|
13003 |
|
|
|
13004 |
|
|
* Makefile.in: For libg++, make sure the -I pointing
|
13005 |
|
|
to the gcc directory goes *after* all the libg++-local -I flags.
|
13006 |
|
|
Also, move just-gcc dependency from just-libg++ to all-libg++.
|
13007 |
|
|
|
13008 |
|
|
Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
|
13009 |
|
|
|
13010 |
|
|
* configure: Change -x to -f to keep Ultrix /bin/test happy.
|
13011 |
|
|
|
13012 |
|
|
Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
|
13013 |
|
|
|
13014 |
|
|
* Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
|
13015 |
|
|
|
13016 |
|
|
Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
|
13017 |
|
|
|
13018 |
|
|
* config.sub: Add stratus configuration frags. Also
|
13019 |
|
|
submitted to FSF.
|
13020 |
|
|
|
13021 |
|
|
Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
|
13022 |
|
|
|
13023 |
|
|
* Makefile.in (DEV_SUPPORT): add configure.man.
|
13024 |
|
|
|
13025 |
|
|
* config.sub(Decode manufacturer-specific): add -none*.
|
13026 |
|
|
|
13027 |
|
|
Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
|
13028 |
|
|
|
13029 |
|
|
* Makefile.in: remove form feeds to make Sun's make happy.
|
13030 |
|
|
(DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
|
13031 |
|
|
|
13032 |
|
|
Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
|
13033 |
|
|
|
13034 |
|
|
* Makefile.in (AR_FLAGS): Make quieter.
|
13035 |
|
|
|
13036 |
|
|
Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
|
13037 |
|
|
|
13038 |
|
|
* configure.in: Add libg++.
|
13039 |
|
|
* configure: When verbose, don't output the command line at each
|
13040 |
|
|
level; it will be unremarkably the same as the previous version,
|
13041 |
|
|
which will be the same as what the user typed.
|
13042 |
|
|
|
13043 |
|
|
Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
|
13044 |
|
|
|
13045 |
|
|
* configure.in, Makefile.in: fix clean-info, add flex. add
|
13046 |
|
|
fileutils.
|
13047 |
|
|
|
13048 |
|
|
* configure: be less sensitive to spaces in Makefile.in. Do not
|
13049 |
|
|
look for sources in "..". Doing so breaks subdirectories that
|
13050 |
|
|
might have their own configure. If a subdir has it's own
|
13051 |
|
|
configure script, use it.
|
13052 |
|
|
|
13053 |
|
|
Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
|
13054 |
|
|
|
13055 |
|
|
* cfg-paper.texi: some changes suggested by rms.
|
13056 |
|
|
|
13057 |
|
|
Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
|
13058 |
|
|
|
13059 |
|
|
* config.sub: Merge in some small additions from the FSF version,
|
13060 |
|
|
taken from the gcc distribution, to bring the Cygnus and FSF
|
13061 |
|
|
versions into closer sync.
|
13062 |
|
|
|
13063 |
|
|
Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
|
13064 |
|
|
|
13065 |
|
|
* configure.in: Changed svr4 references to sysv4.
|
13066 |
|
|
|
13067 |
|
|
Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
|
13068 |
|
|
|
13069 |
|
|
* configure: added -V for version number option.
|
13070 |
|
|
|
13071 |
|
|
Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
|
13072 |
|
|
|
13073 |
|
|
* DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
|
13074 |
|
|
renamed from DOC.configure to cfg-paper.texi.
|
13075 |
|
|
|
13076 |
|
|
Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
13077 |
|
|
|
13078 |
|
|
* configure, config.subr, config.sub: config.subr is now
|
13079 |
|
|
config.sub again.
|
13080 |
|
|
|
13081 |
|
|
Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
|
13082 |
|
|
|
13083 |
|
|
* configure.texi: new file, in progress.
|
13084 |
|
|
|
13085 |
|
|
* Makefile.in: build info file and install the man page for
|
13086 |
|
|
configure.
|
13087 |
|
|
|
13088 |
|
|
* configure.man: new file, first cut.
|
13089 |
|
|
|
13090 |
|
|
* configure: find config.subr again now that configuration "none"
|
13091 |
|
|
has gone. removed all traces of the -ansi option. removed all
|
13092 |
|
|
traces of the -languages option.
|
13093 |
|
|
|
13094 |
|
|
* config.subr: resync from rms.
|
13095 |
|
|
|
13096 |
|
|
1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
|
13097 |
|
|
|
13098 |
|
|
* configure, config.sub, config.subr: merge config.sub into
|
13099 |
|
|
config.subr, call the result config.subr, remove config.sub, use
|
13100 |
|
|
config.subr.
|
13101 |
|
|
|
13102 |
|
|
* Makefile.in: revised install for dir.info.
|
13103 |
|
|
|
13104 |
|
|
1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
|
13105 |
|
|
|
13106 |
|
|
* configure.in: add decstation host makefile frag.
|
13107 |
|
|
|
13108 |
|
|
* Makefile.in: BISON now bison -y again. also install-gcc on
|
13109 |
|
|
install. clean-gdbm on clean. infodir belongs in datadir.
|
13110 |
|
|
Make directories for info install. Build dir.info here then
|
13111 |
|
|
install it.
|
13112 |
|
|
|
13113 |
|
|
1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
|
13114 |
|
|
|
13115 |
|
|
* Makefile.in: fix for bad directory tests.
|
13116 |
|
|
|
13117 |
|
|
1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
|
13118 |
|
|
|
13119 |
|
|
* configure: \{1,2\} appears to be a sysv'ism. Use a different
|
13120 |
|
|
regexp. -srcdir relative was being handled incorrectly.
|
13121 |
|
|
|
13122 |
|
|
* Makefile.in: unwrapped some for loops so that parallel makes
|
13123 |
|
|
work again and so one can focus one's attention on a particular
|
13124 |
|
|
package.
|
13125 |
|
|
|
13126 |
|
|
1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
|
13127 |
|
|
|
13128 |
|
|
* configure: added PWD as a stand in for `pwd` (for speed). use
|
13129 |
|
|
elif wherever possible. make -srcdir work without -objdir.
|
13130 |
|
|
-objdir= commented out.
|
13131 |
|
|
|
13132 |
|
|
1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
|
13133 |
|
|
|
13134 |
|
|
* configure: +options become --options. -subdirs commented out.
|
13135 |
|
|
added -host, -datadir. Renamed -destdir to -prefix. Comment in
|
13136 |
|
|
Makefile now at top of generated Makefile. Removed cvs log
|
13137 |
|
|
entries. added -srcdir. create .gdbinit only if there is one
|
13138 |
|
|
in ${srcdir}.
|
13139 |
|
|
|
13140 |
|
|
* Makefile.in: idestdir and ddestdir go away. Added copyrights
|
13141 |
|
|
and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
|
13142 |
|
|
and mandir now keyed off datadir by default.
|
13143 |
|
|
|
13144 |
|
|
1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
|
13145 |
|
|
|
13146 |
|
|
* Freshly created ChangeLog.
|
13147 |
|
|
|
13148 |
|
|
|
13149 |
|
|
Local Variables:
|
13150 |
|
|
mode: change-log
|
13151 |
|
|
left-margin: 8
|
13152 |
|
|
fill-column: 76
|
13153 |
|
|
version-control: never
|
13154 |
|
|
End:
|