missed in previous giant commit
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
a0da8069
NN
12002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2
3 * configure.in: Convert to autoconf script. Blow away lots
4 of now-redundant Makefile fragments.
5 * configure: Generate using Autoconf.
6 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7 * Makefile.in: Regenerate.
8
c567df0a
NN
92002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10
11 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13
14 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
15 where they belong.
2c7f9a32 16
2dabcfb4
AS
172002-12-24 Andreas Schwab <schwab@suse.de>
18
19 * Makefile.tpl (multilib.out): Fix missing space.
20 * Makefile.in: Regenerate.
21
1086bc09
NN
222002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
23
24 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
25 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
26 * Makefile.in: Regenerate.
27 * configure.in: Remove unnecessary leftovers.
28
292002-12-22 Geoffrey Keating <geoffk@apple.com>
30
31 * config/mt-aix43: Delete.
32
332002-12-21 Geoffrey Keating <geoffk@apple.com>
34
35 * configure.in (extra_ranlibflags_for_target): New variable.
36 (*-*-darwin): Add -c to ranlib commands.
37 * configure (tooldir): Handle extra_ranlibflags_for_target.
38
14e9ca95
JJ
392002-12-20 Jeff Johnston <jjohnstn@redhat.com>
40
41 * COPYING.NEWLIB: Updated.
42 * COPYING.LIBGLOSS: Ditto.
43
14c428fb
NN
442002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
45
46 * Makefile.tpl: Revert HJL's change.
47 * Makefile.in: Regenerated.
48 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
49 always.
50
313b8244
AS
512002-12-19 Andreas Schwab <schwab@suse.de>
52
53 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
54 * Makefile.in: Regenerate.
55
efeae3db
L
562002-12-18 H.J. Lu <hjl@gnu.org>
57
58 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
59 * Makefile.in: Regenerated.
60
61 * configure.in (build_prefix): New. Substitute.
62
43d92c63
NN
632002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
64
59da4fe6
NN
65 * Makefile.tpl: Don't let real targets depend on phony targets.
66 * Makefile.in: Regenerate.
67
43d92c63
NN
68 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
69 * Makefile.in: Regenerate.
70
b72e6a2d
JM
712002-12-16 Jason Merrill <jason@redhat.com>
72
73 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
74 previous 'make bootstrap'.
75 * Makefile.in: Regenerate.
76
95c72c44
HPN
772002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
78
79 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
80
7d695d07
JM
812002-12-13 Jason Merrill <jason@redhat.com>
82
83 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
84 library tests.
85 (check-c++): Just depend on it and check-target-libstdc++-v3.
86 * Makefile.in: Regenerate.
87
54103d1e
NN
882002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
89
90 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
91 * Makefile.in: Regenerate.
92
4024f1e1
JJ
932002-12-12 Jeff Johnston <jjohnstn@redhat.com>
94
95 * COPYING.NEWLIB: Update list of alternate Regent of California
96 licenses and discuss official revoking of advertising clause.
97 * COPYING.LIBGLOSS: Ditto.
98
7dda0df6
AO
992002-12-12 Alexandre Oliva <aoliva@redhat.com>
100
101 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
102 * Makefile.in: Rebuilt.
103
d03be79e 1042002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 105
929293f4
NN
106 * configure: Fix bug put in by gremlins.
107
d03be79e
NN
108 * Makefile.tpl: Substitute more autoconfily.
109 * configure: Substitute more autoconfily.
110 * Makefile.in: Regenerate.
111
1122002-12-08 Andrew Cagney <ac131313@redhat.com>
113
114 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
115 * Makefile.in (all-sim): Ditto.
a36d530e
DD
116
1172002-12-06 DJ Delorie <dj@redhat.com>
118
119 * Makefile.tpl: Change configure dependencies to not have real
120 targets depend on phony targets.
b4a77b47 121
db1ac78d
NN
1222002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
123
bcaf2395
NN
124 * configure.in: Revert unintentional change.
125
b4fa093e
NN
126 * src-release: Configure host subdirs.
127
db1ac78d
NN
128 * Makefile.tpl: Change dependency for */multilib.out so that
129 it works when gcc isn't in the tree.
130
131 * configure.in: Substitute more.
132 * configure: Run subconfigures from the Makefile.
133 * Makefile.tpl: Run subconfigures from the Makefile; add a few
134 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
135
15723a45
NN
1362002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
137
e2b9e2dc
NN
138 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
139 and corresponding dependencies.
140 * Makefile.in: Regenerate.
141
2af579c4
NN
142 * configure.in (host_tools): Order binutils, gas and ld for
143 convenience in running the testsuites.
144
a2cc058a
NN
145 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
146 * Makefile.in: Regenerate.
147 * configure.in: Introduce rules to serialize subconfigure runs.
148
15723a45
NN
149 * configure.in: Introduce BASE_CC_FOR_TARGET.
150 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
151 Realize configure-build-* targets. Realize configure-target-* targets.
152 * Makefile.in: Regenerate.
153
ae831be5
NN
1542002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
155
156 * configure: Move gcc_version_trigger stuff from here...
157 * configure.in: ...to here.
158
159 * configure.in: Separate subconfigure options added by this file from
160 options given by the user. Add machinery to put args for host
161 subconfigures into the Makefile.
162
163 * Makefile.tpl: Remove 'vault' targets.
164 * Makefile.tpl: Reorder and comment dependencies.
165 * Makefile.in: Regenerate.
166
bbf7c8ac
NN
1672002-11-28 Geoffrey Keating <geoffk@apple.com>
168
169 * configure.in: Move host-specific darwin noconfigdirs into
170 the host-specific section.
171
930314a4
NN
1722002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
173
52d7cdee
NN
174 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
175 during replay.
176 * Makefile.in: Regenerate.
177
930314a4
NN
178 (finishing slow-motion replay)
179 * configure: Remove skip-this-dir support.
180 * Makefile.tpl: Remove skip-this-dir support.
181
182 * Makefile.tpl: Remove leftover support for non-autoconfiscated
183 subdirectories.
184 * Makefile.in: Regenerate.
185
186 * Makefile.tpl: Strip out useless setting of 'dir'.
187 * Makefile.in: Regenerate.
188
1892002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
190
191 (finishing slow-motion replay)
192 * configure.in: Fix deeply stupid bug.
193
194 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
195 shell code in CXX_FOR_TARGET
196 * Makefile.def: Introduce raw_cxx.
197 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
198 RAW_CXX_FOR_TARGET.
199 * Makefile.in: Regenerate.
200
2012002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
202
203 (finishing slow-motion replay)
204 * Makefile.tpl: Remove unnecessary ifs.
205 * Makefile.in: Regenerate.
206
207 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
208 dependencies. Maybe-ize build-libiberty. Create dummy install
209 targets for 'no_install' modules.
210 * configure: Move GDB_TK substitution to configure.in. Move
211 build_modules stuff to configure.in.
212 * configure.in: Implement soft dependency machinery. Maybe-ize
213 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
214 * Makefile.in: Regenerate.
215
3866be5d
NN
2162002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
217
218 (continuing slow-motion replay)
219 * Makefile.tpl: Make all-target, install-target behave similarly
220 to all, install (only hitting configured targets). Eliminate
221 unused macro defintions.
222
223 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
224 build != host.
225
226 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
227
228 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
229
230 * configure.in: Produce lists of subdir targets we're actually
231 configuring. Remove references to "dosrel".
232 * Makefile.tpl: Let configure set which subdir targets are hit.
233 Remove install-cross; clean up install; remove ALL. Remove
234 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
235 Autogenerate host module targets. Remove empty dependency lines
236 and redundant dependency; rearrange slightly.
237 * Makefile.def: Add host-side libtermcap, utils.
238
239 * Makefile.in: Regenerate.
240
e393202e
NN
2412002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
242
243 (Continuing slow-motion replay)
244 * Makefile.def: Add list of recursive targets to autogenerate.
245 Add build_modules.
246 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
247 targets. Autogenerate *-build-* targets.
248 * Makefile.in: Regenerate.
249
583d52d7
NN
2502002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
251
252 (Continuing slow-motion replay)
253 * configure: More autoconf-style substitutions.
254 * Makefile.tpl: More autoconf-style substitutions.
255 * Makefile.in: Regenerate.
256
2572002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
258
259 (Continuing slow-motion replay)
260 * configure: Substitute more variables in a more autoconf-friendly
261 way. Simplify slightly.
262 * Makefile.tpl: Make more variables substitutable in an
263 autoconf-friendly way.
264 * Makefile.in: Regenerate.
265
874e38b4
NN
2662002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
267
268 (Continuing slow-motion replay)
269 * configure.in (v810*): Remove special setting of tools.
270
271 * configure: Add support for extra required flags for ar or nm.
272 * configure.in (aix4.3+): Use above support for target-specific
273 issues, rather than using config/mt-aix43.
274
852e5f18
NN
2752002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
276
277 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
278 * configure: Remove 'removing', which doesn't work. Replace $subdir
279 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
280 with $srcdir. Reformat indentation. Substitute some variables
281 formerly hard-coded in the Makefile for build=host.
282 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
283 * Makefile.def: Autogenerate more.
284 * Makefile.in: Regenerate.
285
c9a0d920
DD
2862002-11-13 Bruce Korb <bkorb@gnu.org>
287
288 * Makefile.tpl: syntactic cleanup
289
dd2768ff
KB
2902002-11-04 Kevin Buettner <kevinb@redhat.com>
291
292 * Makefile.def (host_modules): Add rda.
293 * Makefile.in: Regenerate.
294 * configure.in (target_tool): Add target-rda to list.
295
1aa8389d
DD
2962002-10-25 Phil Edwards <pme@gcc.gnu.org>
297
298 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
299 and restrap targets to this rule.
300 * Makefile.in: Regenerate.
301
28f46298
HPN
3022002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
303
304 * configure.in (i[3456]86-*-linux*): Add check to disable
305 ${libgcj} for glibc1.
306
ff72e302
NC
3072002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
308
309 * configure.in: Add tic4x target.
310
8607b6c9
NN
3112002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
312
313 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
314 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
315 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
316 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
317 * Makefile.in: Regenerate.
318
f8f61f4a
NN
3192002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
320
c86f794b
NN
321 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
322 * Makefile.in: Regenerate.
323
a9590527
NN
324 * Makefile.def: Remove order dependency comments.
325 * Makefile.tpl: Add explicit install-install dependencies.
326 * Makefile.in: Regenerate.
327
8412ce72
NN
328 * Makefile.tpl: Remove material now in src-release. (Finally!)
329 * Makefile.in: Regenerate.
330
8b9f37f1
NN
331 * configure: Restore my original patch by syncing with gcc version.
332
f8f61f4a
NN
333 * Bring following over from gcc:
334
3352002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
336
337 * configure.in (s390*-*-linux*): Enable libgcj.
338
403d9505
NN
3392002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
340
341 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
342
95f6f383
AM
3432002-10-02 Alan Modra <amodra@bigpond.net.au>
344
e4673b0a 345 * configure: Move stray lines back to where they belong.
95f6f383 346
748503c8
NN
3472002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
348
a581b5c3
NN
349 * Makefile.tpl: Insert configure-target target, for src-release.
350
c084f5b4
NN
351 * configure: Finish reverting change which Andrew Cagney started
352 reverting. Should fix bustage.
353
7aa673ed 354 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
355 * src-release: New file. Contains material for making net
356 releases for gdb, binutils, et al., formerly in Makefile.in.
357
82a9b2d9
NC
3582002-09-30 Nick Clifton <nickc@redhat.com>
359
360 * cpu: New top level directory. Intended to hold input files for
361 CGEN which have FSF copyright assignment.
362 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
363
c2463a00
AC
3642002-09-29 Andrew Cagney <ac131313@redhat.com>
365
366 Revert below (note that src does not contain Makefile.tpl):
367 * Makefile.tpl: Make subsituted variables more autoconfy.
368 * Makefile.in: Regenerate.
369
f03b4789
NN
3702002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
371
c11e16a9
NN
372 * configure: Revert accidentally applied changes.
373
f03b4789
NN
374 * Makefile.tpl: Make more autoconf-friendly.
375 * Makefile.in: Regenerate.
376 * configure: Make substitution more autoconf-like.
377
3782002-09-28 Richard Earnshaw <rearnsha@arm.com>
379
380 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
381 single entry to handle all these.
382 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
383 libjava on arm-*-elf.
384
c0292023
GK
3852002-09-27 Geoffrey Keating <geoffk@apple.com>
386
387 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
388 things that depend on them.
389
c66d951e
NN
3902002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
391
392 * Makefile.tpl: Make subsituted variables more autoconfy.
393 * Makefile.in: Regenerate.
394 * configure: Make seds more autoconfy.
395
907a7241 3962002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
397
398 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
399 * Makefile.in: Regenerate.
400 * configure.in: Rewrite sed statements to look autoconfy.
401
907a7241
NN
402 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
403 all-target-foo on configure-target-foo.
404 * Makefile.def: Ditto.
405 * Makefile.in: Rebuild.
406
405ea7a0
NN
4072002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
408
409 * Makefile.def: New file.
410 * Makefile.tpl: New file.
411 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
412
413 * configure.in: Minor rearrangement. Simplify tests.
414
bdc57bfd
JT
4152002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
416
417 * configure.in (with_headers): Skip copy if value is "yes".
418 (with_libs): Likewise.
419
ae03d6e2
NN
4202002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
421
422 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
423 * configure.in (sh*-*-pe*): Ditto.
424 * configure.in (mips*-*-pe*): Ditto.
425 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
426
427 * configure.in: Rearrange.
428
707960fe
NC
4292002-09-12 Nick Clifton <nickc@redhat.com>
430
431 * Import these changes from the config master repository:
432
433 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
434
435 * config.sub: Add tic4x target.
436
437 2002-09-03 Ben Elliston <bje@redhat.com>
438
439 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
440 Reported by <Duncan_Stodart@insession.com>.
441
36ea319f
JJ
4422002-09-10 Jeff Johnston <jjohnstn@redhat.com>
443
444 * COPYING.NEWLIB: More updates.
445
cf57480a
JJ
4462002-09-09 Jeff Johnston <jjohnstn@redhat.com>
447
448 * COPYING.NEWLIB: Update.
449
fd31a171
AC
4502002-08-23 Andrew Cagney <ac131313@redhat.com>
451
23b632fc
AC
452 * texinfo/texinfo.tex: Import version 2002-06-04.06.
453
fd31a171
AC
454 * config.guess: Import version 2002-08-23.
455 * config.sub: Import version 2002-08-22.
456
a08bafb5
AO
4572002-08-20 Alexandre Oliva <aoliva@redhat.com>
458
459 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
460 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
461 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
462
17240c1f
NC
4632002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
464
465 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
466
e70ad0c6
L
4672002-08-04 H.J. Lu (hjl@gnu.org)
468
469 * configure.in (mips*-*-linux*): Don't skip target-libffi.
470
574e6d11
DD
4712002-07-31 Alan Modra <amodra@bigpond.net.au>
472
473 * configure.in: Move generic linux case to end. Copy generic
474 linux noconfigdirs to mips*-*-linux* entry and new
475 powerpc64*-*-linux* entry. Add target-libffi for the latter.
476
611e7523
CD
4772002-07-19 Chris Demetriou <cgd@broadcom.com>
478
479 * MAINTAINERS: Clarify on config.guess and config.sub, and add
480 one instance of them which was missed to the list to update.
481
51759676
CD
4822002-07-16 Chris Demetriou <cgd@broadcom.com>
483
484 * config.guess: Update to 2002-07-09 version.
485 * config.sub: Update to 2002-07-03 version.
486
7c1f909c
DD
4872002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
488
489 * configure.in: Remove two redundant tests.
490
d7cf5d30
DD
4912002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
492
493 * configure.in (mips*-*-irix6*o32): Enable stabs.
494
c74222f7
DD
4952002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
496
5b53c336
DD
497 * configure.in: Don't build grez.
498 * Makefile.in: Ditto.
499
c74222f7
DD
500 * Makefile.in: Remove references to bsp, cygmon, libstub.
501 * configure.in: Ditto.
502
503 * configure.in: Remove leftover reference to gdbtest.
504
edd1b227
DD
5052002-07-08 Phil Edwards <pme@gcc.gnu.org>
506
507 * configure.in (gxx_include_dir): Change to match versioned
508 C++ headers if --enable-version-specific-runtime-libs is used.
509
486186e3
AO
5102002-07-04 Steve Ellcey <sje@cup.hp.com>
511
512 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
513
ff0a3bf8
DD
5142002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
515
516 * configure.in: Make --without-x work.
517
1dfa8174
NC
5182002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
519
520 * contrib: New directory. Created to contain a copy of the
521 texi2pod.pl script so that it is in the same place as the version in
522 the FSF GCC sources.
523
07637366
DD
5242002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
525
b6f83f2a
DD
526 * configure.in: Rearrange target Makefile fragment collection.
527
07637366
DD
528 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
529 cvs[src].
530 * configure.in: Ditto.
531
f48556b1
DD
5322002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
533
534 * Makefile.in: Eliminate 'apache' targets.
535 * configure.in: Eliminate 'apache' targets.
536
537 * configure.in: Eliminate redundant tests. Reorganize.
538
539 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
540
541 * config-ml.in: Eliminate references to Cygnus configure.
542
543 * Makefile.in: Eliminate references to building emacs.
544
5452002-07-01 Denis Chertykov <denisc@overta.ru>
546
547 * configure.in: Add support for ip2k.
548
cdb9e2b8
BE
5492002-06-24 Ben Elliston <bje@redhat.com>
550
551 * configure.in (host_tools): Remove cgen.
552
553 * Makefile.in (all-cgen): Remove; runs from its source directory.
554 (check-cgen, install-cgen, clean-cgen): Likewise.
555 (all-opcodes): No not depend on all-cgen.
556 (all-sim): Likewise.
557
3558860c
DD
5582002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
559
560 * configure.in: Fix AIX configury bug.
561
e3b0c936
DD
5622002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
563
cdb9e2b8 564 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 565
cdb9e2b8
BE
566 * configure.in: Move definition of libstdcxx_flags right above
567 usage, rather than way earlier.
8ee424c0 568
c712250a
DD
569 * configure.in: Pull definition of is_cross_compiler earlier.
570
9ee1a75c
DD
571 * configure.in: Rearrange a little.
572
e3b0c936
DD
573 * configure.in: Remove references to librx.
574 * Makefile.in: Remove references to librx.
575
b2bd228e
DD
5762002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
577
578 * configure.in: Eliminate ${gasdir} variable.
579
7cd52483
DB
5802002-06-18 Dave Brolley <brolley@redhat.com>
581
582 * configure.in: Add support for frv.
583 * config.sub: Add support for frv.
584
6c5e141a
DD
5852002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
586
587 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
588
0d18b56d
JT
5892002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
590
591 * configure.in (vax-*-netbsd*): Re-enable gas.
592
fd8958d5
DD
5932002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
594
27f15fdd
DD
595 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
596 BUILD_PREFIX_1, to correct nomenclature.
597 * configure: Likewise.
598
fd8958d5
DD
599 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
600 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
601
0c2442b7
DD
6022002-05-31 Olaf Hering <olh@suse.de>
603
604 * config-ml.in: Propogate DESTDIR also.
605
a3602181
JT
6062002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
607
608 * configure.in (vax-*-netbsd*): Don't build gas for this
609 platform.
610
c95f53ae
MM
6112002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
612
613 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
614 and libgcj for AVR.
615
1d7c1053
NC
6162002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
617
618 * config.sub: Add DLX target.
619
4b37028f
JT
6202002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
621
622 * config.guess: Update to 2002-05-22 version.
623 * config.sub: Likewise.
624
d5de0a84
NC
6252002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
626
627 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
628 * config-ml.in: Likewise.
629 * configure: Likewise.
630 * configure.in: Likewise.
631
c92a0210
DD
6322002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
633
115a77aa
DD
634 * configure.in: Simplify makefile fragment collection.
635
636 * configure.in: Remove code to build emacs.
e99daf2b 637
91e060aa
DD
638 * configure.in : Remove --srcdir argument from targargs and buildargs
639 (it's always overridden in the Makefile anyway). Rearrange a bit.
640
641 * configure: Move some logic to configure.in.
642 * configure.in: Move some logic from configure.
c92a0210 643
91217342
JJ
6442002-05-07 Jeff Johnston <jjohnstn@redhat.com>
645
646 * COPYING.LIBGLOSS: New file.
647
d3d8a9ee
NC
6482002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
649
650 * Makefile.in: Honour DESTDIR.
651
3a036cdc
AO
6522002-05-05 Alexandre Oliva <aoliva@redhat.com>
653
654 * configure.in (noconfigdirs): Don't disable libgcj on
655 sparc64-*-solaris* and sparcv9-*-solaris*.
656
6d095fe4
AO
6572002-05-03 Alexandre Oliva <aoliva@redhat.com>
658
659 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
660
dac55df9
TF
6612002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
662
663 * configure.in (FLAGS_FOR_TARGET): Do not add
664 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
665 on i[3456]86-*-linux*.
666
a018e15b
TF
6672002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
668
669 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
670
671 * configure.in (noconfigdirs): Do not add target-newlib if
672 target == i[3456]86-*-linux*, and host == target.
673
5f284831
MM
6742002-04-29 Mark Mitchell <mark@codesourcery.com>
675
676 * config.guess: Updated to 2002-04-26's version.
677 * config.sub: Updated to 2002-04-26's version.
678
33babf59
DD
6792002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
680
bd5f7da2
DD
681 * configure.in: delete reference to absent file
682
a0c4f3a0
DD
683 * configure.in: replace '[' with 'test'
684
66f1ba4f
DD
685 * configure.in: Eliminate references to gash.
686 * Makefile.in: Eliminate references to gash.
687
7c3ab50c
DD
688 * configure.in: remove useless references to 'pic' makefile fragments.
689
bbc025f5
DD
690 * configure.in: (*-*-windows*) Finish removing.
691
33babf59
DD
692 * configure.in: Eliminate redundant test for libgui.
693
d5ec694c
DD
6942002-04-26 Joel Sherrill <joel@OARcorp.com>
695
696 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
697 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
698
57a5346c
DD
6992002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
700
701 * configure.in: remove references to dead files
702
dbf93899
DD
7032002-04-18 Tom Tromey <tromey@redhat.com>
704
705 * configure.in: Disallow configuring libgcj when it is already
706 installed and we're using Solaris 2.8 linker. Do enable libgcj on
707 Solaris 2.8 by default. For PR libgcj/6158.
708
26eadf68
DD
7092002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
710
711 * configure.in: Move default CC setting out of config/mh-* fragments
712 directly into here.
713
a0a2c6c6
DD
7142002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
715
716 * configure.in: don't even try to configure or make a subdirectory
717 if there's no configure script for it.
718
9972f812
DD
7192002-04-15 Mark Mitchell <mark@codesourcery.com>
720
721 * MAINTAINERS: Remove chill maintainers.
722 * Makefile.in (CHILLFLAGS): Remove.
723 (CHILL_LIB): Remove.
724 (TARGET_CONFIGDIRS): Remove libchill.
725 (CHILL_FOR_TARGET): Remove.
726 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
727 CHILL_LIB.
728 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
729 (CHECK_TARGET_MODULES): Likewise.
730 (INSTALL_TARGET_MODULES): Likewise.
731 (CLEAN_TARGET_MODULES): Likewise.
732 (configure-target-libchill): Remove.
733 (all-target-libchill): Remove.
734 * configure.in (target_libs): Remove target-libchill.
735 Do not compute CHILL_FOR_TARGET.
736 * libchill: Remove directory.
737
75205f78
DD
7382002-04-15 DJ Delorie <dj@redhat.com>
739
740 * Makefile.in, configure.in, configure: Sync with gcc, entries
741 follow...
742
7432002-04-08 Tom Tromey <tromey@redhat.com>
744
745 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
746 Fixes PR libgcj/6068.
747
7482002-03-30 Krister Walfridsson <cato@df.lth.se>
749
750 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
751
7522002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
753
754 * configure.in (alpha*-dec-osf*): Enable libgcj.
755
7562002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
757
758 Fix for: PR bootstrap/3591, target/5676
759 * configure.in (mcore-pe): Disable the configuration of
760 libstdc++-v3 since exceptions are not supported.
761
7622002-03-20 Anthony Green <green@redhat.com>
763
764 * configure.in: Enable libgcj for xscale-elf target.
765
7662002-02-28 Alexandre Oliva <aoliva@redhat.com>
767
768 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
769 libjava.
770 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
771
7722002-02-22 Alexandre Oliva <aoliva@redhat.com>
773
774 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
775 libstdc++-v3 and libjava.
776
7772002-02-11 Adam Megacz <adam@xwt.org>
778
779 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
780 boehm-gc
781
7822002-02-09 Alexandre Oliva <aoliva@redhat.com>
783
784 * config.guess: Updated to 2002-01-30's version.
785 * config.sub: Updated to 2002-02-01's version.
786 Contribute sh64-elf.
787 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
788 * configure.in: Added sh64-*-*.
789
7902002-01-17 H.J. Lu <hjl@gnu.org>
791
792 * Makefile.in (all-fastjar): Also depend on all-libiberty.
793 (all-target-fastjar): Also depend on all-target-libiberty.
794
795Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
796
797 * configure, configure.in: Use temp file for long sed commands.
798
7992001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
800
801 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
802 libf2c.
803
8042001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
805
806 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
807
8082001-10-11 Hans-Peter Nilsson <hp@axis.com>
809
810 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
811
8122001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
813
814 * configure: Handle temporary files securely using mkdir.
815
8162001-09-26 Will Cohen <wcohen@redhat.com>
817
818 * configure.in (*-*-linux*): Disable configuration of target-newlib
819 and target-libgloss.
820
8212001-09-26 Alexandre Oliva <aoliva@redhat.com>
822
823 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
824 RANLIB.
825
8262001-08-11 Graham Stott <grahams@redhat.com>
827
828 * Makefile.in (check-c++): Add missing semicolon.
829
8302001-07-25 Andrew Haley <aph@cambridge.redhat.com>
831
832 * configure.in (sh-*-linux*): New.
833
8342001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
835
836 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
837 and libgcj on m68hc11/m68hc12.
838
8392001-06-27 H.J. Lu (hjl@gnu.org)
840
841 * Makefile (CFLAGS_FOR_BUILD): New.
842 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
843
8442001-06-01 Hans-Peter Nilsson <hp@axis.com>
845
846 * configure.in (libstdcxx_flags): Do not try to execute
847 libstdc++-v3/testsuite_flags until it exists.
848
8492001-05-18 Benjamin Kosnik <bkoz@redhat.com>
850
851 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
852
8532001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
854
855 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
856
857Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
858
859 * configure.in: Move *-chorusos target case to the proper switch.
860 Disable libgcj.
861
8622001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
863
864 * Makefile.in (STAGE1_CFLAGS): Pass down.
865
8662001-04-13 Alan Modra <amodra@one.net.au>
867
868 * config.guess: Add hppa64-linux support. Note for next import that
869 this is already in the master file.
870 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
871
8722001-03-22 Colin Howell <chowell@redhat.com>
873
874 * Makefile.in (DO_X): Do not backslash single-quotes in
875 backquotes (two places).
876
8772001-03-18 Laurynas Biveinis <lauras@softhome.net>
878
879 * Makefile.in (DO_X): Quote nested quotes.
880
8812001-03-15 Laurynas Biveinis <lauras@softhome.net>
882
883 * Makefile.in (DO_X): Use double quotes for quoting
884 "RANLIB=$${RANLIB}".
885
8862001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
887
888 * configure.in: Only use `lang_requires' for languages athat are
889 actually enabled.
890
8912001-03-07 Tom Tromey <tromey@redhat.com>
892
893 * configure.in: Allow config-lang.in to set `lang_requires' to list
894 of other required languages.
895
8962001-03-06 Laurynas Biveinis <lauras@softhome.net>
897
898 * Makefile.in: Remove RANLIB definition. Use RANLIB
899 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
900 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
901
9022001-02-28 Benjamin Kosnik <bkoz@redhat.com>
903 Alexandre Oliva <aoliva@redhat.com>
904
905 * Makefile.in (check-c++): Use tabs, not spaces.
906
9072001-02-19 Benjamin Kosnik <bkoz@redhat.com>
908
909 * Makefile.in (check-c++): New rule.
910
911 * configure.in (target_libs): Remove libg++.
912 (noconfigdirs): Remove libg++.
913 (noconfigdirs): Same.
914 (noconfigdirs): Same.
915 (noconfigdirs): Same.
916
917 * config-ml.in: Remove libg++ references.
918
919 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
920 (ALL_TARGET_MODULES): Same.
921 (configure-target-libg++): Remove.
922 (all-target-libg++): Remove.
923 (configure-target-libio): Remove.
924 (all-target-libio): Remove.
925 (check-target-libio): Remove.
926 (.PHONY): Remove.
927 (libg++.tar.bz2): Remove.
928 (all-target-cygmon): Remove libio.
929 (all-target-libstdc++): Remove.
930 (configure-target-libstdc++): Remove.
931 (TARGET_LIB_PATH): Remove libstdc++.
932 (ALL_GCC_CXX): Remove libstdc++.
933 (all-target-gperf): Correct.
934
9352001-02-15 Anthony Green <green@redhat.com>
936
937 * configure: Introduce GCJ_FOR_TARGET.
938 * configure.in: Ditto.
939 * Makefile.in: Ditto.
940
9412001-02-08 Chandrakala Chavva <cchavva@redhat.com>
942
943 * configure.in: for *-chorusos, don't config target-newlib and
944 target-libgloss.
945
9462001-02-04 Mark Mitchell <mark@codesourcery.com>
947
948 Remove V2 C++ library.
949 * configure.in: Remove --enable-libstdcxx_v3 support.
950
9512001-01-27 Richard Henderson <rth@redhat.com>
952
953 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
954
9552001-01-26 Tom Tromey <tromey@redhat.com>
956
957 * configure.in: Allow libgcj to be built on Sparc Solaris.
958
9592001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
960
961 * configure.in: Enable libgcj on several additional platforms.
962
9632001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
964
965 * configure.in: Enable libgcj for linux targets.
966
9672001-01-09 Mike Stump <mrs@wrs.com>
968
969 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
970 failures of subdirectories.
971
9722001-01-02 Laurynas Biveinis <lauras@softhome.net>
973
974 * configure: handle DOS-style absolute paths.
975
9762001-01-02 Laurynas Biveinis <lauras@softhome.net>
977
978 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
979
9802000-12-18 Benjamin Kosnik <bkoz@redhat.com>
981
982 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
983 (libstdcxx_incdir): Pass down.
984 * config.if: Remove expired bits for cxx_interface, add stub.
985 (libstdcxx_incdir): Add variable for g++ include directory.
986 * configure.in (gxx_include_dir): Use it.
987
9882000-12-15 Andreas Jaeger <aj@suse.de>
989
990 * configure.in: Handle lang_dirs.
991
9922000-12-13 Anthony Green <green@redhat.com>
993
994 * configure.in: Disable libgcj for any target not specifically
995 listed. Disable libgcj for x86 and Alpha Linux until compatible
996 with g++ abi.
997
9982000-12-13 Mike Stump <mrs@wrs.com>
999
1000 * Makefile.in (local-distclean): Also remove fastjar.
1001
10022000-12-10 Anthony Green <green@redhat.com>
1003
1004 * configure.in: Define libgcj. Disable libgcj target libraries for
1005 most targets.
1006
10072000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
1008
1009 * configure.in (target_libs): Revert 2000-12-08 patch.
1010 (noconfigdirs): Added target-libjava.
1011
10122000-12-09 Laurynas Biveinis <lauras@softhome.net>
1013
1014 * Makefile.in: handle DOS-style absolute paths.
1015
10162000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
1017
1018 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
1019 libjava.
1020 * configure.in (target_libs): Removed `target-libjava'.
1021
10222000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
1023
1024 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
1025 (ALL_MODULES): Added fastjar.
1026 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
1027 (all-target-libjava): all-fastjar replaces all-zip.
1028 (all-fastjar): Added.
1029 (configure-target-fastjar, all-target-fastjar): Likewise.
1030 * configure.in (host_tools): Added fastjar.
1031
10322000-12-07 Mike Stump <mrs@wrs.com>
1033
1034 * Makefile.in (local-distclean): Remove leftover built files.
1035
10362000-11-16 Fred Fish <fnf@be.com>
1037
1038 * configure.in (enable_libstdcxx_v3): Fix typo,
1039 libstd++ -> libstdc++.
1040
10412000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
1042
1043 * configure: Provide the original toplevel configure arguments
1044 (including $0) to subprocesses in the environment rather than
1045 through gcc/configargs.h.
1046
10472000-11-12 Mark Mitchell <mark@codesourcery.com>
1048
1049 * configure: Turn on libstdc++ V3 by default.
1050
10512000-10-16 Michael Meissner <meissner@redhat.com>
1052
1053 * configure (gcc/configargs.h): Only create if there is a build GCC
1054 directory created.
1055
10562000-10-05 Phil Edwards <pme@gcc.gnu.org>
1057
1058 * configure: Save configure arguments to gcc/configargs.h.
1059
10602000-10-04 Andris Pavenis <pavenis@latnet.lv>
1061
1062 * Makefile.in (bootstrap): avoid recursion if subdir missing
1063 (cross): ditto
1064 (do-proto-toplev): ditto
1065
1066Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
1067
1068 * configure.in: Do not build byacc for hppa64. Provide paths to the
1069 X11 libraries for hppa64.
1070
10712000-09-02 Anthony Green <green@cygnus.com>
1072
1073 * Makefile.in (all-gcc): Depend on all-zlib.
1074 (CLEAN_MODULES): Add clean-zlib.
1075 (ALL_MODULES): Add all-zlib.
1076 * configure.in (host_libs): Add zlib.
1077
10782000-08-25 Alexandre Oliva <aoliva@redhat.com>
1079
1080 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
1081 $targargs to tell whether newlib is going to be built.
1082
1083 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
1084 $$r/TARGET_SUBDIR/libio for _G_config.h.
1085
10862000-08-14 Zack Weinberg <zack@wolery.cumb.org>
1087
1088 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
1089
1090 * configure: Make enable_threads and enable_shared defaults
1091 explicit. Substitute enable_threads into generated Makefiles.
1092 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
1093 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
1094
10952000-08-02 Manfred Hollstein <manfredh@redhat.com>
1096
1097 * configure.in: Re-enable all references to libg++ and librx.
1098
ffb97b2f
DD
10992002-04-09 Loren James Rittle <rittle@labs.mot.com>
1100
1101 * configure.in: Add *-*-freebsd* configurations.
1102
bbf6e9e3
AC
11032002-04-07 Andrew Cagney <ac131313@redhat.com>
1104
1105 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
1106 (do-tar, do-bz2): New rules.
1107 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
1108 (gdb-tar): New rule.
1109 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
1110 (insight_dejagnu.tar): New rule.
1111 (insight.tar): New rule.
1112 (gdb+dejagnu.tar): New rule.
1113 (gdb.tar): New rule.
1114
8f1579c0
AC
11152002-04-07 Andrew Cagney <ac131313@redhat.com>
1116
1117 * MAINTAINERS: Update dejagnu/
1118
ba3c59ab
AO
11192002-03-16 Alexandre Oliva <aoliva@redhat.com>
1120
1121 * ltmain.sh (relink_command): Fix typo in previous change.
1122
6243d5dd
AO
11232002-03-15 Alexandre Oliva <aoliva@redhat.com>
1124
1125 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
1126 (relink_command): Added --tag flags.
1127 (mode=install): If relinking fails; error out.
1128
80413487
RH
11292002-03-12 Richard Henderson <rth@redhat.com>
1130
1131 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
1132 .NOTPARALLEL tag.
1133 (do-check): Rename from check.
1134 (check): Allow parallel check.
1135
3daeddf6
RH
11362002-03-11 Richard Henderson <rth@redhat.com>
1137
1138 * Makefile.in (.NOTPARALLEL): Add fake tag.
1139
fad93c55
L
11402002-03-07 H.J. Lu (hjl@gnu.org)
1141
1142 * configure.in: Enable gprof for mips*-*-linux*.
1143
2e8357fc
AO
11442002-02-28 Alexandre Oliva <aoliva@redhat.com>
1145
1146 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
1147 libjava.
1148 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
1149
bd48e1a9
AC
11502002-02-24 Andrew Cagney <ac131313@redhat.com>
1151
1152 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
1153
39121370
DJ
11542002-02-23 Daniel Jacobowitz <drow@mvista.com>
1155
1156 * config.guess: Import from master sources, rev 1.232.
1157 * config.sub: Import from master sources, rev 1.246.
1158
081ff160
AO
11592002-02-23 Alexandre Oliva <aoliva@redhat.com>
1160
1161 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
1162 because its Makefile is there; test for the executable instead.
1163
20a5393b
AO
11642002-02-09 Alexandre Oliva <aoliva@redhat.com>
1165
1166 Contribute sh64-elf.
1167 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
1168 * configure.in: Added sh64-*-*.
1169
38135629
JJ
11702002-02-04 Jeff Johnston <jjohnstn@redhat.com>
1171
80413487
RH
1172 * COPYING.NEWLIB: Remove advertising clause from
1173 Berkeley and Red Hat licenses.
38135629 1174
48d19748
MD
11752002-02-01 Mo DeJong <supermo@bayarea.net>
1176
1177 * Makefile.in: Add all-tix to deps for all-snavigator
1178 so that tix is built when building snavigator.
1179
f6e1c110
BE
11802002-02-01 Ben Elliston <bje@redhat.com>
1181
1182 * config.guess: Import from master sources, rev 1.229.
1183 * config.sub: Import from master sources, rev 1.240.
1184
4867be41
DJ
11852002-01-27 Daniel Jacobowitz <drow@mvista.com>
1186
1187 From Steve Ellcey <sje@cup.hp.com>:
1188 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
1189 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
1190 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
1191 IA64.
1192 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
1193 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
1194 soname_spec, sys_lib_search_path_spec): Ditto.
1195
e82380cc
JT
11962002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
1197
1198 * configure.in (*-*-netbsd*): New. Skip target-newlib,
1199 target-libiberty, and target-libgloss. Skip Java-related
1200 libraries if not supported for NetBSD on target CPU.
1201
1319fb9c
NC
12022002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1203
1204 * configure.in: Import StrongARM and XScale target_configdirs from
1205 FSF GCC version.
1206
b020f6ac
L
12072002-01-16 H.J. Lu (hjl@gnu.org)
1208
1209 * config.guess: Import from master sources, rev 1.225.
1210 * config.sub: Import from master sources, rev 1.238.
1211
1212 * MAINTAINERS: Updated notes on config.guess and config.sub.
1213
a0c1c920
NC
12142002-01-11 Steve Ellcey <sje@cup.hp.com>
1215
1216 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
1217 ld and gdb are not supported.
1218
a9fa5e1f
JJ
12192002-01-07 Jeff Johnston <jjohnstn@redhat.com>
1220
1221 * Change reference to Cygnus Solutions to be Red Hat.
1222
94077108
JJ
12232002-01-07 Jeff Johnston <jjohnstn@redhat.com>
1224
1225 * COPYING.NEWLIB: Update generic copyright date.
1226
05ecd75c
MS
12272002-01-07 Mark Salter <msalter@redhat.com>
1228
1229 * configure.in: Remove target-bsp and target-cygmon from arm builds.
1230 Allow target-libgloss to be built for arm, strongarm, and xscale.
1231
a106bb62
BE
12322002-01-03 Ben Elliston <bje@redhat.com>
1233
1234 * MAINTAINERS: Update URL for config.* scripts.
1235
0e254642
AM
12362001-12-18 Alan Modra <amodra@bigpond.net.au>
1237
1238 * config.sub: Import latest version.
1239 * config.guess: Likewise.
1240
0a0d0041
TF
12412001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
1242
1243 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
1244 options for i[3456]86-pc-linux* native builds.
1245
d932cae7
NC
12462001-12-05 Laurent Guerby <guerby@acm.org>
1247
1248 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 1249 libiberty.
d932cae7
NC
1250
1251 Import this patch from gcc:
1252
1253 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
1254
1255 * symlink-tree: handle DOS-style absolute paths.
1256
49b7683b
DD
12572001-11-28 DJ Delorie <dj@redhat.com>
1258 Zack Weinberg <zack@codesourcery.com>
1259
1260 When build != host, create libiberty for the build machine.
1261
1262 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
1263 CONFIG_ARGUMENTS.
1264 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
1265 New variables.
1266 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
1267 and rules.
1268 (all.normal): Depend on ALL_BUILD_MODULES.
1269 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
1270 (all-build-libiberty): Depend on configure-build-libiberty.
1271
1272 * configure: Calculate and substitute proper value for
1273 ALL_BUILD_MODULES.
1274 * configure.in: Create the build subdirectory.
1275 Calculate and substitute TARGET_CONFIGARGS (formerly
1276 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
1277
26ef82f4
GK
12782001-11-26 Geoffrey Keating <geoffk@redhat.com>
1279
1280 * config.sub: Update to version 1.232 on subversion.
1281
43e64072
NC
12822001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
1283
1284 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
1285 files from .po files for a distribution.
1286
66f6c0d5
HPN
12872001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
1288
1289 * COPYING.NEWLIB: Mention preserved notice in specific parts.
1290
4a02fdb2
JH
12912001-11-13 Jeff Holcomb <jeffh@redhat.com>
1292
1293 Merged from net gcc:
1294 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
1295 * ltcf-c.sh: Use $objext, not $ac_objext.
1296 2001-07-27 Mark Kettenis <kettenis@gnu.org>
1297 * ltcf-cxx.sh: Add support for GNU.
1298 2001-07-22 Timothy Wall <twall@redhat.com>
1299 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
1300 default settings if using GNU tools with that configuration.
1301 * ltcf-cxx.sh: Ditto.
1302 * ltcf-gcj.sh: Ditto.
1303 2001-07-21 Michael Chastain <chastain@redhat.com>
1304 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
1305 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
1306 * ltmain.sh: Mark as gcc-local.
1307
227b9953
JH
13082001-11-13 Jeff Holcomb <jeffh@redhat.com>
1309
1310 * Makefile.in (all-bison): Revert 2001-10-24.
1311 Don't depend on texinfo.
1312
cbbab8fb
JJ
13132001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
1314
80413487 1315 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 1316
922b2485
DD
13172001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
1318
1319 * configure.in (--enable-languages): Be more permissive about
1320 syntax. Check for empty lists better. Warn about $LANGUAGES.
1321
f08fa01d
HPN
13222001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
1323
1324 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
1325
fee3da4e
JH
13262001-10-24 Jeff Holcomb <jeffh@redhat.com>
1327
1328 Makefile.in (all-bison): Don't depend on texinfo.
1329
73fb1ef9
AM
13302001-10-03 Alan Modra <amodra@bigpond.net.au>
1331
1332 * gettext.m4: Test po/POTFILES.in exists before trying to read.
1333
373688ac
AO
13342001-09-29 Alexandre Oliva <aoliva@redhat.com>
1335
1336 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
1337
9c07660b
HPN
13382001-09-28 Hans-Peter Nilsson <hp@axis.com>
1339
1340 * config.sub, config.guess: Import latest from subversions.
1341
3f152009
AO
13422001-09-21 Alexandre Oliva <aoliva@redhat.com>
1343
1344 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
1345 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
1346 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
1347 avoid quotes nesting problems.
1348 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
1349 (DO_X): Export only variables that are set.
1350
8f6a59e5
BE
13512001-09-19 Ben Elliston <bje@redhat.com>
1352
1353 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
1354 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
1355 semantics. Use the shell built-in "type" command instead.
1356
a1ec19fa
TS
13572001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1358
1359 * config.sub: Reverted the earlier change, this version is not the
1360 master file.
1361
4008bd9b
TS
13622001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1363
1364 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
1365 Add support for mips64.
1366
dd1e52a4
JH
13672001-09-03 Jeff Holcomb <jeffh@redhat.com>
1368
1369 * configure.in: Enable libstdc++-v3 for h8300 targets.
1370
91549d1c
EC
13712001-08-30 Eric Christopher <echristo@redhat.com>
1372 Jason Eckhardt <jle@redhat.com>
1373
1374 * config.sub: Add support for mipsisa32.
1375
cf966cf9
EC
13762001-08-30 Eric Christopher <echristo@redhat.com>
1377
1378 * config.sub, config.guess: Import latest from subversions.
1379
82208dc5
AM
13802001-08-20 Alan Modra <amodra@bigpond.net.au>
1381
1382 * config.sub, config.guess: Import latest from subversions.
1383
4dca8403
DD
13842001-07-26 DJ Delorie <dj@redhat.com>
1385
1386 * MAINTAINERS: Clarify libiberty merge rules and procedures.
1387
1107dce2
AM
13882001-06-19 Alan Modra <amodra@bigpond.net.au>
1389
1390 * Makefile.in: Revert 2001-06-17.
1391 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
1392
e09a6604
L
13932001-06-17 H.J. Lu <hjl@gnu.org>
1394
1395 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
1396 (gas+binutils.tar.bz2): Likewise.
1397 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
1398
31a8b634
AC
1399Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
1400
1401 * Makefile.in (VER): When present, extract the version number from
1402 the file version.in.
1403
dc70af01
AO
14042001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
1405
1406 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
1407 gcc/xgcc is built, use -print-prog-name to find out the program
1408 name to use.
1409
839bbd8c
AO
14102001-06-04 Mark Mitchell <mark@codesourcery.com>
1411
1412 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
1413 with_gcc]: Use `gcc -shared' to build a shared library.
1414
566e9a30
AO
14152001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
1416
1417 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
1418 archives.
1419
e877bb69
AO
14202001-05-28 Simon Patarin <simon.patarin@inria.fr>
1421
1422 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
1423 libraries when using g++ with native linker.
1424
1605288b
AO
14252001-05-28 Alexandre Oliva <aoliva@redhat.com>
1426
1427 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
1428
11a383ba
TR
14292001-05-24 Tom Rix <trix@redhat.com>
1430
1431 * configure.in : enable ld for aix
cf966cf9 1432
18611226
AO
14332001-05-22 Alexandre Oliva <aoliva@redhat.com>
1434
1435 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
1436 [aix4*|aix5*]: Prepend blank.
1437
6be7c12c
AO
14382001-05-20 Alexandre Oliva <aoliva@redhat.com>
1439
1440 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
1441 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
1442 of subdir/configure scripts to use the new libtool.m4.
1443
4ed00bba
L
14442001-05-14 H.J. Lu <hjl@gnu.org>
1445
1446 * config.if (libc_interface): Set to -libc6.2- for cross
1447 compiling to Linux/glibc 2.2.
1448
b1af961c
AO
14492001-05-03 Alexandre Oliva <aoliva@redhat.com>
1450
1451 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
1452 libgcj.
1453
5ec3e74e
AO
14542001-04-26 Alexandre Oliva <aoliva@redhat.com>
1455
1456 * configure.in (noconfigdirs): Don't reset it from scratch in the
1457 target case; only append to it.
1458
b3ed1d6b
AO
14592001-04-26 Alexandre Oliva <aoliva@redhat.com>
1460
1461 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
1462 sparc-*-solaris2.8]: Disable ${libgcj}.
1463
96111c10
AO
14642001-04-25 Alexandre Oliva <aoliva@redhat.com>
1465
1466 * configure.in (libgcj_saved): Copy from $libgcj.
1467 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
1468 --disable-libgcj.
1469
b5bf43f2
AO
14702001-04-20 Alexandre Oliva <aoliva@redhat.com>
1471
1472 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
1473 1.641.2.228.
1474
8cc32590
AO
14752001-04-12 Alexandre Oliva <aoliva@redhat.com>
1476
1477 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
1478 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
1479
dec0cb0c
AO
14802001-04-01 Alexandre Oliva <aoliva@redhat.com>
1481
1482 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
1483 New macros.
1484 (bootstrap, cross): Use RECURSE_FLAGS.
1485 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
1486
6a9c3886
AO
14872001-03-27 Alexandre Oliva <aoliva@redhat.com>
1488
1489 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
1490
d4fc7db8
NC
14912001-03-23 Nick Clifton <nickc@redhat.com>
1492
1493 * README-maintainer-mode: Add note about inability to use "make
1494 distclean" in maintainer mode.
1495
7389ff65
AO
14962001-03-22 Alexandre Oliva <aoliva@redhat.com>
1497
1498 Re-installed:
1499 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
1500 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
1501 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
1502 * ltcf-cxx.sh: Likewise.
1503 * ltcf-gcj.sh: Likewise.
1504
b3e0dc8e
PB
15052001-03-22 Philip Blundell <philb@gnu.org>
1506
1507 * config.sub, config.guess: Import latest from subversions.
1508
469b781c
AO
15092001-03-22 Alexandre Oliva <aoliva@redhat.com>
1510
1511 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
1512 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
1513
b0dad762
MC
15142001-03-20 Michael Chastain <chastain@redhat.com>
1515
1516 * Makefile.in: all-m4 depends on all-texinfo.
1517
c559bb17
AO
15182001-03-08 Alexandre Oliva <aoliva@redhat.com>
1519
1520 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
1521
fef4ae2e
JJ
15222001-02-22 Jeff Johnston <jjohnstn@redhat.com>
1523
1524 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
1525 longer valid.
1526
8d6dd99d
NC
15272001-02-16 Nick Clifton <nickc@redhat.com>
1528
1529 * configure.in (noconfigdirs): Allow configuration of texinfo
1530 for Cygwin hosts.
1531
a85d7ed0
NC
15322001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1533
1534 * config.guess: Add linux target for S/390.
1535 * config.sub: Likewise.
1536 * configure.in: Likewise.
1537
51221c5e
DD
15382001-02-06 Ben Elliston <bje@redhat.com>
1539
1540 * configure: Output host type to stdout, not stderr.
1541
9dec4c71
MS
15422001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1543
1544 * config.guess: Import from subversions.gnu.org (revision 1.181).
1545 * config.sub: Import from subversions.gnu.org (revision 1.199).
1546
9add9c04
AM
15472001-01-30 Alan Modra <alan@linuxcare.com.au>
1548
1549 * config.guess: Handle hppa64-linux systems.
1550
8679174d
MS
15512001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1552
1553 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
1554 Don't unset, it's non-portable and no longer necessary, set to empty
1555 instead.
1556
02d01ed4
MS
15572001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1558
1559 * ltconfig: Shell portability fix for the tagname validity check.
1560
4cc5853d
MS
15612001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1562
1563 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
1564
7487e485
AO
15652001-01-27 Alexandre Oliva <aoliva@redhat.com>
1566
1567 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
1568 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
1569
f332af52
AO
15702001-01-24 Alexandre Oliva <aoliva@redhat.com>
1571
1572 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
1573 keep at least one of build_libtool_libs or build_old_libs set to
1574 yes.
1575
ef099754
AO
15762001-01-24 Alexandre Oliva <aoliva@redhat.com>
1577
1578 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
1579 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
1580
8341f2fc 15812000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 1582
8341f2fc
AJ
1583 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
1584
15852000-11-03 Philip Blundell <pb@futuretv.com>
1586
1587 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
1588 files.
ebf0fa2e 1589
c320a39f
JJ
15902001-01-15 Jeff Johnston <jjohnstn@redhat.com>
1591
1592 * COPYING.NEWLIB: Put into source repository.
1593
8817b92e
BE
15942001-01-15 Ben Elliston <bje@redhat.com>
1595
1596 * configure.in (host_tools): Add sid.
1597 Always configure cgen.
1598 * Makefile.in (all-sid): New target.
1599 (check-sid, clean-sid, install-sid): Likewise.
1600
35590697
AJ
16012001-01-07 Andreas Jaeger <aj@suse.de>
1602
80413487 1603 * config.sub, config.guess: Update from subversions.
35590697 1604
6ee6cea6
AO
16052000-12-12 Alexandre Oliva <aoliva@redhat.com>
1606
1607 * configure.in: Disable language-specific target libraries for
1608 languages that aren't enabled.
1609
077b8428
NC
16102000-11-24 Nick Clifton <nickc@redhat.com>
1611
1612 * configure.in (xscale-elf): Add target.
1613 (xscale-coff): Add target.
1614 (c4x, c5x, tic54x): Move after ARM targets.
1615
9e28a1ed
AO
16162000-11-23 Alexandre Oliva <aoliva@redhat.com>
1617
1618 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
1619
be98a80a
ILT
16202000-11-20 Ian Lance Taylor <ian@zembu.com>
1621
1622 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
1623
5cec67bf
AO
16242000-11-18 Alexandre Oliva <aoliva@redhat.com>
1625
1626 * Makefile.in: Merge with GCC and libgcj.
1627 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
1628 configure-target-<library> when their configure scripts need the C
1629 or C++ library to have already been built to work properly.
1630 (do_proto_toplev): Set them to an empty string.
1631
d932cae7 16322000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
1633
1634 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
1635 (REALLY_SET_LIB_PATH): Use them.
1636
d932cae7 16372000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
1638
1639 * config.sub: Add support for Sun Chorus
1640
8602ff0c
NC
16412000-11-02 Per Lundberg <plundis@chaosdev.org>
1642
1643 * config.sub: Add support for the *-storm-chaos OS.
1644
f9e0997d
NC
16452000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
1646
80413487
RH
1647 * configure.in (noconfigdirs): Don't compile some
1648 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 1649
d64552c5
AO
16502000-09-30 Alexandre Oliva <aoliva@redhat.com>
1651
1652 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
1653 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
1654 all affected `configure' scripts.
1655
97f60b31
AO
16562000-09-25 Alexandre Oliva <aoliva@redhat.com>
1657
1658 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
1659 ltcf-c.sh.
1660
6e8dd58f
PB
16612000-09-12 Philip Blundell <philb@gnu.org>
1662
1663 * config.sub, config.guess: Update from subversions.
1664
103a2e99
AO
16652000-09-06 Alexandre Oliva <aoliva@redhat.com>
1666
51601921
AO
1667 * Makefile.in (all-zlib): Added dummy target.
1668
103a2e99
AO
1669 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
1670 multi-language branch.
1671
2809b4b9
AO
16722000-09-05 Alexandre Oliva <aoliva@redhat.com>
1673
1674 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
1675 (bootstrap*): Depend on all-bootstrap.
1676
7450026c
AO
16772000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
1678
1679 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
1680 crosses, but add gcc/include to the header search path for them.
1681
6cf86f7f
AO
16822000-08-31 Alexandre Oliva <aoliva@redhat.com>
1683
1684 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
1685 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
1686 * gettext.m4: New file, extracted from aclocal.m4.
1687
ce2ea6e3
AO
16882000-08-22 Alexandre Oliva <aoliva@redhat.com>
1689
1690 * config-ml.in (CC, CXX): Avoid trailing whitespace.
1691 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
1692 sub-configures.
1693
9765193e
DE
16942000-08-20 Doug Evans <dje@casey.transmeta.com>
1695
1696 * Makefile.in (ALL_MODULES): Add all-cgen.
1697 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
1698 (all-cgen): New target.
1699 (all-opcodes,all-sim): Depend on all-cgen.
1700 * configure.in (host_tools): Add cgen.
1701 Only configure cgen if --enable-cgen-maint.
1702
d7b32520
AO
17032000-08-17 Alexandre Oliva <aoliva@redhat.com>
1704
1705 * config-ml.in (CC, CXX): Don't introduce a leading space.
1706
e52ef561
AO
17072000-08-16 Alexandre Oliva <aoliva@redhat.com>
1708
1709 * configure.in (libstdcxx_flags): Use
1710 libstdc++-v3/src/libstdc++.INC.
1711
88f9c2a0
AO
17122000-08-15 Alexandre Oliva <aoliva@redhat.com>
1713
1714 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
1715
98fbe43f
JM
17162000-08-11 Jason Merrill <jason@redhat.com>
1717
1718 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
1719 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
1720 (FLAGS_FOR_TARGET): Not here.
1721 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
1722
279ddab4
DD
17232000-08-07 DJ Delorie <dj@redhat.com>
1724
1725 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
1726 "if we're also building gcc, and it's a gcc that will run on the
1727 build machine, we want to use its includes instead of the system's
1728 default includes".
1729
60523a83
AO
17302000-08-03 Alexandre Oliva <aoliva@redhat.com>
1731
24ffec7a
AO
1732 * configure.in (libstdcxx_flags): Don't use `"'.
1733
60523a83
AO
1734 * config-ml.in: Adjust multilib search paths to the
1735 appropriate multilib tree.
1736
daf644b5
AO
17372000-08-02 Alexandre Oliva <aoliva@redhat.com>
1738
1739 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
1740 commas in $LANGUAGES.
1741
63266560
DD
17422000-08-01 Alexandre Oliva <aoliva@redhat.com>
1743
1744 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
1745
17462000-07-31 Alexandre Oliva <aoliva@redhat.com>
1747
1748 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
1749 CXX_FOR_TARGET for sed.
1750
17512000-07-30 Alexandre Oliva <aoliva@redhat.com>
1752
1753 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
1754 Do not override if already set in the environment or in configure.
1755 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
1756 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
1757
9e449d3e
AO
17582000-07-27 Alexandre Oliva <aoliva@redhat.com>
1759
1760 * Makefile.in (FLAGS_FOR_TARGET): New macro.
1761 (GCC_FOR_TARGET): Use it.
1762 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
1763 * configure.in: ... here.
1764 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
1765 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
1766
8bbd92e0
AO
17672000-07-24 Alexandre Oliva <aoliva@redhat.com>
1768
fd1f87b2
AO
1769 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
1770 (configure-target-libchill, configure-target-libobjc): Likewise.
1771
8bbd92e0
AO
1772 * configure.in: Use the same cache file for all target libs.
1773 * config-ml.in: But different cache files per multilib variant.
1774
25c6c112
JL
17752000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1776
1777 * configure (topsrcdir): Don't use dirname.
1778
ba73c63f
JM
17792000-07-20 Jason Merrill <jason@redhat.com>
1780
1781 * configure.in: Remove all references to libg++ and librx.
1782
1783 * configure, configure.in, Makefile.in: Unify gcc and binutils.
1784
1af08294
HPN
17852000-07-20 Hans-Peter Nilsson <hp@axis.com>
1786
1787 * config.sub: Update to subversions version 2000-07-06.
1788
ba73c63f
JM
17892000-07-12 Andrew Haley <aph@cygnus.com>
1790
1791 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
1792 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
1793
17942000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
1795
1796 * symlink-tree: Check number of arguments.
1797
d932cae7 17982000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
1799
1800 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
1801
ba73c63f
JM
18022000-07-05 Jim Wilson <wilson@cygnus.com>
1803
1804 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
1805 search path for a g++ extracted from the build tree. This
1806 will allow link tests run by configure scripts in
1807 subdirectories to succeed.
1808
92ee2f86
UC
18092000-07-01 Koundinya K <kk@ddeorg.soft.net>
1810
80413487 1811 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 1812
23f2f29f
CV
18132000-06-28 Corinna Vinschen <vinschen@cygnus.com>
1814
1815 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
1816 `os2'. Force ac_cv_exeext to be ".exe" in that case.
1817
f04f5a67
TW
18182000-06-19 Timothy Wall <twall@cygnus.com>
1819
1820 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
1821 * config.sub: Add tic54x target.
1822
11da68be
NC
18232000-06-07 Phillip Thomas <pthomas@suse.de>
1824
1825 * README-maintainer-mode: New file: Contains notes on using
1826 --enable-maintainer-mode with binutils.
1827
d932cae7 18282000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
1829
1830 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
1831
d932cae7 18322000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
1833
1834 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
1835 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
1836
9442cea3
L
183720000-05-21 H.J. Lu (hjl@gnu.org)
1838
80413487
RH
1839 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
1840 directory are used if they exist. Make sure
1841 $(build_tooldir)/include is searched for header files,
1842 $(build_tooldir)/lib/ for library files.
9442cea3 1843 (GCC_FOR_TARGET): Likewise.
80413487 1844 (CXX_FOR_TARGET): Likewise.
9442cea3 1845
d932cae7 18462000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
1847
1848 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
1849
d932cae7 18502000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
1851
1852 * Makefile.in (configure-target-libiberty): Depend on
1853 configure-target-newlib.
1854
ba73c63f
JM
18552000-05-16 Alexandre Oliva <aoliva@cygnus.com>
1856
1857 * configure.in, Makefile.in: Merge all libffi-related
1858 configury stuff from the libgcj tree.
1859
d932cae7 18602000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
1861
1862 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
1863 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
1864
d932cae7 18652000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
1866
1867 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
1868 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 1869 current version information. Add to proto-toplev directory.
b5a23627
AC
1870 (gdb-taz): Build do-djunpack.
1871
ba73c63f
JM
18722000-05-15 David Edelsohn <edelsohn@gnu.org>
1873
1874 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
1875
7c86ed39
L
18762000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1877
1878 * ltmain.sh: Preserve in relink_command any environment
1879 variables that may affect the linker behavior.
1880
d932cae7 18812000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
1882
1883 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
1884
d932cae7 18852000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
1886
1887 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
1888
ed0a91a5
EZ
18892000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1890
1891 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 1892 with the version name.
ed0a91a5 1893
ba73c63f 18942000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 1895
ba73c63f 1896 * config.if: Tweak.
6cafa39f 1897
ba73c63f 18982000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 1899
ba73c63f 1900 * djunpack.bat: New file.
66156876 1901
d932cae7 19022000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
1903
1904 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
1905 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
1906 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
1907 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 1908
ba73c63f
JM
19092000-04-16 Dave Pitts <dpitts@cozx.com>
1910
80413487
RH
1911 * config.sub (case $basic_machine): Change default for "ibm-*"
1912 to "openedition".
ba73c63f 1913
d932cae7 19142000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
1915
1916 * Makefile.in (gdb-taz): New target. GDB specific archive.
1917 (do-md5sum): New target.
1918 (MD5PROG): Define.
1919 (PACKAGE): Default to TOOL.
1920 (VER): Default to a shell script.
1921 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 1922 md5 checksum generation.
b35ece4e
AC
1923 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
1924 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
1925 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 1926 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 1927
d932cae7 19282000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
1929
1930 * configure (warn_cflags): Delete.
1931
ba73c63f 19322000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 1933 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 1934
80413487
RH
1935 * configure.in (enable_libstdcxx_v3): Add.
1936 (target_libs): Add bits here to switch between libstdc++-v2 and
1937 libstdc++-v3.
1938 * config.if: And this file too.
1939 * Makefile.in: Add libstdc++-v3 targets.
35590697 1940
ba73c63f
JM
19412000-04-05 Michael Meissner <meissner@redhat.com>
1942
1943 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 1944
d332c5ac
JM
19452000-03-29 Jason Merrill <jason@casey.cygnus.com>
1946
1947 * configure.in: -linux-gnu*, not -linux-gnu.
1948
d932cae7 19492000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
1950
1951 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
1952 (do-tar-bz2): Replace TOOL with PACKAGE.
1953 (gdb.tar.bz2): Remove GDBTK from GDB package.
1954 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 1955 dejagnu.tar.bz2): New packages.
6dcbc97b 1956
96ce09a7
ILT
19572000-02-27 Andreas Jaeger <aj@suse.de>
1958
1959 * configure.in: Add entry for mips*-*-linux*, move catch all
1960 *-*-*linux* entry below this one.
1961
2031769e
ILT
19622000-02-27 Ian Lance Taylor <ian@zembu.com>
1963
1964 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1965
4bab746c
NC
19662000-02-24 Nick Clifton <nickc@cygnus.com>
1967
1968 * config.sub: Support an OS of "wince".
1969
d932cae7 19702000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
1971
1972 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 1973 version.
ada59422 1974
5b93d8bb
AM
19752000-02-23 Linas Vepstas <linas@linas.org>
1976
1977 * config.sub: Add support for Linux/IBM 370.
1978 * configure.in: Likewise.
1979
2fb651f6
NC
19802000-02-22 Nick Clifton <nickc@cygnus.com>
1981
1982 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
1983
b8441c25
CF
19842000-02-20 Christopher Faylor <cgf@cygnus.com>
1985
1986 * config.guess: Guess "cygwin" rather than "cygwin32".
1987
d332c5ac
JM
19882000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1989
1990 * configure (gcc_version): When setting, narrow search to
1991 lines containing `version_string'.
1992
ba73c63f
JM
19932000-02-15 Denis Chertykov <denisc@overta.ru>
1994
1995 * config.sub: Add support for avr target.
1996
d932cae7 19972000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
1998
1999 * config.sub: Add mmix-knuth-mmixware.
2000
20012000-01-27 Christopher Faylor <cgf@redhat.com>
2002
2003 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
2004 structure stuff to -L library search.
2005 (CXX_FOR_TARGET): Ditto.
2006 (CROSS_CHECK_MODULES): Fix spelling mistake.
2007
20082000-01-24 Mark Mitchell <mark@codesourcery.com>
2009
2010 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
2011 the C++ compiler.
2012
20132000-01-12 Richard Henderson <rth@cygnus.com>
2014
2015 * configure.in: Don't build some bits for beos.
2016
20172000-01-12 Joel Sherrill (joel@OARcorp.com)
2018
2019 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
2020 as include files.
2021
91b2c84d
GK
20222000-01-06 Geoff Keating <geoffk@cygnus.com>
2023
2024 * configure.in: Use mt-aix43 to handle *_TARGET defs,
2025 not mh-aix43.
2026
ba73c63f
JM
20271999-12-14 Richard Henderson <rth@cygnus.com>
2028
2029 * config.guess (alpha-osf, alpha-linux): Detect ev67.
2030 * config.sub: Accept alphaev[78], alphaev8.
2031
20321999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2033
2034 * config.guess, config.sub: Update from autoconf.
2035
2036Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2037
2038 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
2039 necessary libraries are missing.
2040
20411999-10-25 Andreas Schwab <schwab@suse.de>
2042
2043 * configure: Fix quoting inside arguments of eval.
2044
20451999-10-21 Nick Clifton <nickc@cygnus.com>
2046
2047 * config-ml.in: Allow suppression of some ARM multilibs.
2048
2049Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
2050
2051 * config.guess: Add OS/390 match pattern.
2052 * config.sub: Add mvs, openedition targets.
2053 * configure.in (i370-ibm-opened*): New.
2054
ef14edc4
ILT
20551999-09-04 Steve Chamberlain <sac@pobox.com>
2056
2057 * config.sub: Add support for configuring for pj.
2058
afb478e8
NC
20591999-08-31 Nick Clifton <nickc@cygnus.com>
2060
fd6848f6 2061 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 2062
ba73c63f 20631999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
2064
2065 * configure.in: Do not configure or build ld for AIX
2066 platforms. ld is known to be broken on these platforms.
2067
ba73c63f
JM
2068Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2069
2070 * config-ml.in: Pass compiler flag corresponding to multidirs to
2071 subdir configures.
2072
c363de44
ILT
20731999-08-09 Ian Lance Taylor <ian@zembu.com>
2074
2075 * Makefile.in (LDFLAGS): Define.
2076
dc8bc5a6
ILT
20771999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
2078
2079 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
2080 noconfigdirs.
2081 (*-*-cygwin*): Likewise.
2082
6ca3858e
ILT
20831999-08-08 Ian Lance Taylor <ian@zembu.com>
2084
71141bb6
ILT
2085 * mkdep: New file.
2086 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
2087 (BINUTILS_SUPPORT_DIRS): Add mkdep.
2088
6ca3858e
ILT
2089 From Eli Zaretskii <eliz@is.elta.co.il>:
2090 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
2091 long file name when using DJGPP on MS-DOS.
2092
ba73c63f
JM
2093Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
2094
2095 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
2096
2735a327
AM
20971999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
2098
2099 * Makefile.in (check-target-libio): Remove all-target-libstdc++
2100 dependency as this causes "make check" to globally "make all"
2101
ba73c63f
JM
2102Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
2103
2104 * configure.in (target_libs): Added target-zlib.
2105 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
2106 (CONFIGURE_TARGET_MODULES): Likewise.
2107 (CHECK_TARGET_MODULES): Likewise.
2108 (INSTALL_TARGET_MODULES): Likewise.
2109 (CLEAN_TARGET_MODULES): Likewise.
2110 (configure-target-zlib): New target.
2111 (all-target-zlib): Likewise.
2112 (all-target-libjava): Depend on all-target-zlib.
2113 (configure-target-libjava): Depend on configure-target-zlib.
2114
2115 * Makefile.in (configure-target-libjava): Depend on
2116 configure-target-newlib.
2117 (configure-target-boehm-gc): New target.
2118 (configure-target-qthreads): New target.
2119
80413487
RH
2120 * configure.in (target_libs): Added target-qthreads.
2121 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
2122 (CONFIGURE_TARGET_MODULES): Likewise.
2123 (CHECK_TARGET_MODULES): Likewise.
2124 (INSTALL_TARGET_MODULES): Likewise.
2125 (CLEAN_TARGET_MODULES): Likewise.
2126 (all-target-qthreads): New target.
2127 (configure-target-libjava): Depend on configure-target-qthreads.
2128 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
2129
2130 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
2131 (CONFIGURE_TARGET_MODULES): Likewise.
2132 (CHECK_TARGET_MODULES): Likewise.
2133 (INSTALL_TARGET_MODULES): Likewise.
2134 (CLEAN_TARGET_MODULES): Likewise.
2135 (all-target-libjava): New target.
2136 (all-target-boehm-gc): Likewise.
2137 * configure.in (target_libs): Added libjava, boehm-gc.
2138
08d836d6
ILT
21391999-07-22 Ian Lance Taylor <ian@zembu.com>
2140
2141 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
2142 configure.bat in SUPPORT_FILES.
2143 (gas+binutils.tar.bz2): Likewise.
2144
2145 * makeall.bat: Remove; obsolete.
2146
8f36e47c
ILT
21471999-07-21 Ian Lance Taylor <ian@zembu.com>
2148
2149 From Mark Elbrecht:
2150 * configure.bat: Remove; obsolete.
2151
56e82f25
ILT
21521999-07-11 Ian Lance Taylor <ian@zembu.com>
2153
2154 * configure: Add -W -Wall to the default CFLAGS when compiling with
2155 gcc.
2156
1001d816
JL
2157Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
2158
2159 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
2160
106117aa
MM
21611999-06-30 Mark Mitchell <mark@codesourcery.com>
2162
2163 * configure.in: Build ld on IRIX6.
2164
c376f4ed
ILT
21651999-06-12 Ian Lance Taylor <ian@zembu.com>
2166
2167 * Makefile.in: Change distribution targets to use bzip2 instead of
2168 gzip.
2169 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 2170 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 2171
306b7445
NC
21721999-06-04 Nick Clifton <nickc@cygnus.com>
2173
2174 * config.sub: Add mcore target.
2175
d932cae7 21761999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
2177
2178 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
2179
d932cae7 21801999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
2181
2182 * config.guess (dummy): Changed to $dummy.
2183
6c3175b0
NC
21841999-05-24 Nick Clifton <nickc@cygnus.com>
2185
ba73c63f
JM
2186 * config.sub: Tidied up case statements.
2187
21881999-05-22 Ben Elliston <bje@cygnus.com>
2189
2190 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
2191 <jiro@din.or.jp>.
2192
2193 * config.guess: Merge with FSF version. Future changes will be
2194 more accurately recorded in this ChangeLog.
2195 * config.sub: Likewise.
2196
d932cae7 21971999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
2198
2199 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 2200
252b5132
RH
22011999-04-30 Tom Tromey <tromey@cygnus.com>
2202
2203 * ltmain.sh: [mode link] Always use CC given by ltconfig.
2204
22051999-04-23 Tom Tromey <tromey@cygnus.com>
2206
2207 * ltconfig, ltmain.sh: Update to libtool 1.2f.
2208
22091999-04-20 Drew Moseley <dmoseley@cygnus.com>
2210
2211 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
2212 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
2213 Bad merge removed these two changes.
2214
ba73c63f 2215Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80413487 2216 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
2217
2218 * config.guess (interix Alpha): Add.
2219
252b5132
RH
22201999-04-11 Richard Henderson <rth@cygnus.com>
2221
2222 * configure.in (i?86-*-beos*): Do config gperf; don't config
2223 gdb, newlib, or libgloss.
2224
d932cae7 22251999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 2226
ba73c63f
JM
2227 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
2228 link a trivial program with -mabi=64. If it fails, remove mabi=64
2229 from multidirs.
2230
d932cae7 22311999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
2232
2233 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
2234
252b5132
RH
22351999-04-08 Nick Clifton <nickc@cygnus.com>
2236
2237 * config.sub: Add support for mcore targets.
2238
22391999-04-07 Michael Meissner <meissner@cygnus.com>
2240
2241 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
2242 not mt-ospace, in order to shut up assembler warning about using
2243 symbols that are named the same as registers.
2244
22451999-04-07 Drew Moseley <dmoseley@cygnus.com>
2246
2247 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
2248 dependency list for all-target-cygmon.
2249
22501999-04-05 Doug Evans <devans@casey.cygnus.com>
2251
2252 * config-ml.in: Check $host, not $target, for selective multilibs.
2253 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
2254 thumb interworking, and underscore prefix multilibs.
2255
22561999-04-04 Ian Lance Taylor <ian@zembu.com>
2257
2258 * missing: Update to version from current automake.
2259
2260Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
2261
2262 * configure (gxx_include_dir): Removed.
2263
2264 * configure.in (gxx_include_dir): Handle it.
2265 * Makefile.in: Likewise.
2266
22671999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
2268
2269 * config.sub (mips64vr4111,mips64vr4111el) Add.
2270
22711999-03-21 Ben Elliston <bje@cygnus.com>
2272
80413487 2273 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
2274
2275Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
2276
2277 * config/mh-go32: Delete.
2278 * config/mh-djgpp: New. Renamed from mh-go32.
2279 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
2280 config/mh-djgpp.
2281
2282Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
2283
2284 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
2285 all-target-newlib to dependency list for all-target-bsp.
2286
2287Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
2288
2289 * config.sub: Add i386-uwin support.
2290 * config.guess: Likewise.
2291
2292Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2293
2294 * configure.in: cleanup, add mh-*pic handling for arm, special
2295 case powerpc*-*-aix*
2296
2297Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
2298
2299 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
2300 can be built.
2301
2302Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
2303
2304 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 2305 targets.
252b5132
RH
2306
23071999-03-02 Nick Clifton <nickc@cygnus.com>
2308
2309 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
2310
d932cae7 23111999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
2312
2313 * config.sub: Check for "cygwin*" rather than "cygwin32*"
2314
23151999-02-24 Nick Clifton <nickc@cygnus.com>
2316
2317 * config.sub: Fix typo in arm recognition.
2318
d932cae7 23191999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
2320
2321 * configure.in (noconfigdirs): Changed target_configdirs to
2322 include target-bsp only for m68k-*-elf* and m68k-*-coff*
2323 rather than m68k-*-* since it is not known to work on
2324 m68k-aout. Ditto for arm-*-*oabi.
2325
d932cae7 23261999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
2327
2328 * configure.in (*-*-windows*): Remove, no longer used.
2329 * config/mh-windows: Ditto.
2330
23311999-02-19 Ben Elliston <bje@cygnus.com>
2332
2333 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
2334 Smart and improved by Andrew Cagney.
2335
d932cae7 23361999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
2337
2338 * config.guess: Recognize openbsd-*-hppa.
2339
d932cae7 23401999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
2341
2342 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
2343 only if it is not empty.
2344
23451999-02-17 Nick Clifton <nickc@cygnus.com>
2346
2347 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 2348
fd6848f6 2349 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
2350
2351 * config.sub: Modified to recognize uname's armv* syntax.
2352
23531999-02-17 Mark Salter <msalter@cygnus.com>
2354
2355 * configure.in: Added target-bsp for sparclite.
2356
d932cae7 23571999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
2358
2359 * config.sub: Recognize alphapca5[67] and up to alphaev8.
2360
23611999-02-08 Nick Clifton <nickc@cygnus.com>
2362
2363 * configure.in: Add support for strongarm port.
2364 * config.sub: Add support for strongarm target.
2365
d932cae7 23661999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 2367
252b5132
RH
2368 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
2369 the old name config/mh-cygwin32.
2370 Enable texinfo.
2371
d932cae7 23721999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
2373
2374 * configure.in: Do build ld for ix86 Solaris.
2375
d932cae7 23761999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
2377
2378 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
2379 $AR_FOR_TARGET. Likewise for RANLIB.
2380
d932cae7 23811999-02-02 Catherine Moore <clm@cygnus.com>
35590697 2382
80413487
RH
2383 * config.sub (oabi): Recognize.
2384 * configure.in (arm-*-oabi): Handle.
252b5132 2385
d932cae7 23861999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
2387
2388 * config.guess: Improve detection of i686 on UnixWare 7.
2389
d932cae7 23901999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
2391
2392 * config.guess: Add support for i386-pc-interix.
2393 * config.sub: Likewise.
2394 * configure.in: Likewise.
2395 * config/mh-interix: New file.
2396
d932cae7 23971999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
2398
2399 * Makefile.in: Remove unneeded all-target-libio from
2400 from all-target-winsup target since it is now unneeded.
2401 Add all-target-libtermcap in its place since it is now
2402 needed.
2403
d932cae7 24041998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
2405
2406 * configure.in: makefile stub for cygwin target is probably
2407 unnecessary. Remove it for now.
2408 * config/mt-cygwin: Remove.
2409
d932cae7 24101998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
2411
2412 * configure.in: libtermcap.a should be built when cygwin is the
2413 target as well as the host.
2414 * config.guess: Allow mixed case in cygwin uname output.
2415 * Makefile.in: Add libtermcap target.
2416 * config/mt-cygwin: New file. libtermcap target info.
2417
d932cae7 24181998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
2419
2420 * config.sub: Clean up handling of hppa2.0.
2421
d932cae7 24221998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
2423
2424 * config.guess: Use C code to identify more HP machines.
2425
2426Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
2427
2428 * config.sub: Handle hppa2.0.
2429
ba73c63f
JM
2430Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
2431
2432 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 2433 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
2434
24351998-12-15 Mark Salter <msalter@cygnus.com>
2436
2437 * configure.in: Added target-bsp for several target architectures.
2438
2439 * Makefile.in: Added rules for bsp.
2440
252b5132
RH
2441Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
2442
2443 * config.guess: Improve detection of hppa2.0 processors.
2444
2445Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
2446
2447 * config.guess: Recognize FreeBSD using ELF automatically.
2448
24491998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
2450
2451 * configure (skip-this-dir): Add handling for new shell script, which
2452 might be created by a sub-directory's configure to indicate, this particular
2453 directory is "unwanted".
2454 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
2455
252b5132
RH
2456Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
2457
2458 * ltconfig: import from libtool, after changing libtool to
2459 account for the cygwin name change.
2460
2461Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
2462
2463 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
2464 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
2465
2466Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
2467
2468 * configure.in: Add libtermcap to list of cygwin dependencies.
2469
d932cae7 24701998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 2471
80413487
RH
2472 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
2473 they include winsup/include when it's a cygwin target.
252b5132
RH
2474
24751998-11-12 Tom Tromey <tromey@cygnus.com>
2476
2477 * configure.in (host_tools): Added zip.
2478 * Makefile.in (all-target-libjava): Depend on all-zip.
2479 (all-zip): New target.
2480 (ALL_MODULES): Added all-zip.
2481 (NATIVE_CHECK_MODULES): Added check-zip.
2482 (INSTALL_MODULES): Added install-zip.
2483 (CLEAN_MODULES): Added clean-zip.
2484
d932cae7 24851998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
2486
2487 * Makefile.in: lose "32" from comment about cygwin.
2488
d932cae7 24891998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
2490
2491 * configure.in: Use -Os to build target libraries for the fr30.
2492
d932cae7 24931998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
2494
2495 * config.sub: Add fr30.
2496
d932cae7 24971998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 2498
80413487 2499 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
2500 cygwin* instead of cygwin32*.
2501 * config.sub: Check cygwin* instead of cygwin32*.
2502
d932cae7 25031998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
2504
2505 * config.guess: Match any version of Unixware7.
2506
252b5132
RH
25071998-10-20 Syd Polk <spolk@cygnus.com>
2508
2509 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
2510 if desired.
2511
d932cae7 25121998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
2513
2514 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
2515 these if the appropriate directories and files to not exist.
2516
d932cae7 25171998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
2518
2519 * Makefile.in (DEVO_SUPPORT): Add config.if.
2520
d932cae7 25211998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
2522
2523 * configure: Add pattern to replace "build_tooldir"'s
2524 definition in the generated Makefile with "tooldir"'s
2525 actual value.
2526
252b5132
RH
2527Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
2528
2529 * config.sub: Bring back lost sparcv9.
2530
ba73c63f
JM
2531 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
2532
2533Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
2534
2535 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
2536 CC_FOR_TARGET and friends.
2537
2538Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 2539
ba73c63f
JM
2540 * Makefile.in (build_tooldir): New variable, same as tooldir.
2541 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
2542 -B$(build_tooldir)/bin/.
2543 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
2544
252b5132
RH
2545Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
2546
2547 * config.sub: Add support for i[34567]86-pc-udk.
2548 * configure.in: Likewise.
2549
2550Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
2551
2552 * Makefile.in: add bzip2 package building bits for user
2553 tools module
2554 * configure.in: ditto
2555
ba73c63f
JM
2556Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
2557
2558 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
2559 (ALL_TARGET_MODULES): Add all-target-libobjc.
2560 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
2561 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
2562 (all-target-libchill): Add dependencies.
2563 * configure.in (target_libs): Add libchill.
35590697 2564
252b5132
RH
25651998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
2566
ba73c63f 2567 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
2568
2569Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
2570
2571 * Makefile.in (all-automake): fix dependencies.
2572
2573Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
2574
2575 * configure.in: Minor cleanups for building in the $(target_alias)
2576 subdir.
2577
25781998-09-22 Jim Wilson <wilson@cygnus.com>
2579
2580 * Makefile.in (bootstrap): Set r and s before make all. Use
2581 BASE_FLAGS_TO_PASS in make all.
2582 (cross): Likewise.
2583
25841998-09-20 Mark Mitchell <mark@markmitchell.com>
2585
2586 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
2587
252b5132
RH
2588Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
2589
2590 * config.sub: Fix typo in last change.
2591
25921998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2593
2594 * config.sub: Add support for C4x target.
2595 * configure.in: Likewise.
2596
25971998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
2598
2599 * config.sub: Recognize sparcv9 just like sparc64.
2600
2601Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
2602
2603 * config.guess: Match "Pent II" or "PentII" for OpenServer.
2604
2605Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
2606
2607 * config.guess: Correctly identify Pentium II sco boxes.
2608
2609 * config.guess: Fix "tr" code. From Weiwen Liu.
2610
2611Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
2612
2613 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
2614 stabs.
2615
2616Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
2617
2618 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
2619 (ALL_TARGET_MODULES): Add all-target-libchill.
2620 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
2621 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
2622 (all-target-libchill): Add dependencies.
2623 * configure.in (target_libs): Add libchill.
2624
2625Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
2626
2627 * config.guess: Avoid assumptions about "tr" behaves when
2628 LANG is set to something other than English.
2629
2630Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
2631
2632 * configure (gxx_include_dir): Changed to
2633 '${prefix}/include/g++'-${libstdcxx_interface}.
2634
2635 * config.if: New to determine the interfaces.
2636
2637Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
2638
2639 * config.guess: Detect and handle MPE/IX.
2640 * config.sub: Deal with MPE/IX.
2641
2642Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
2643
2644 * configure.in: Use mh-aix43.
2645
26461998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
2647
2648 * configure: Fix --without/--disable cases for gxx-include-dir.
2649
2650Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
2651
2652 * mdata-sh: Imported. Needed for automake support.
2653
2654Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
2655
ba73c63f 2656 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
2657 "chmod og=u `find . -print`".
2658
2659Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
2660
ba73c63f 2661 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
2662
2663Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
2664
2665 * Makefile.in: Undo previous patch.
2666
2667Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
2668
2669 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
2670 to here ...
2671 (install-no-fixedincludes): and here
2672 (INSTALL_MODULES): ... from here.
2673
2674Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
2675
2676 * config.sub: Merge with FSF.
2677
2678 * config.guess: Merge with FSF.
2679
2680Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
2681
2682 * configure (extraconfigdirs): New variable.
2683 (SUBDIRS): Add extraconfigdirs and recurse on them too.
2684 * Makefile.in (all): Move higher in file.
2685 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
2686 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
2687 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
2688 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
2689 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
2690
26911998-07-23 Brendan Kehoe <brendan@cygnus.com>
2692
2693 * Makefile.in (all-target-libjava): Depend on all-gcc and
2694 all-target-newlib.
2695 (configure-target-libjava): Depend on $(ALL_GCC).
2696
2697Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
2698
2699 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
2700 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
2701
2702Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
2703
2704 * ylwrap: Change absolute path checks to check for DOS style path
2705 names.
2706
2707 * ylwrap: Don't use a full path name if the source file is in the
2708 same directory. From hjl@lucon.org (H.J. Lu).
2709
2710 * config-ml.in: Default to being verbose, to match Feb 18 change to
2711 configure.
2712
2713Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
2714
2715 Brought over from egcs:
2716
2717 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
2718
2719 * configure.in (target_subdir): Set to ${target_alias} instead
2720 of "libraries".
2721
2722 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
2723
2724 * configure.in (target_subdir): Set to libraries if enable_multilib.
2725
2726Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
2727
2728 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
2729 multilibs, force reconfiguration the first time we create
2730 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
2731
2732Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
2733
2734 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
2735 avoid confusion with --no-recursion.
2736
2737Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
2738
2739 * configure.in: Win32 hosts shouldn't use install -x
2740 * install-sh: remove -x option, and special .exe-handling
2741 hack.
2742
2743Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
2744
2745 * config.guess: Recognize i586-pc-beos.
2746 * configure.in: Don't build some bits for beos.
2747
2748Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
2749
2750 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
2751 CFLAGS default to -O2.
2752
2753 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
2754 when using GNU ld.
2755
2756Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
2757
2758 * ltmain.sh: Correct install when using a different shell.
2759
2760Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
2761
2762 * ltconfig, ltmain.sh: Update to libtool 1.2b.
2763
2764Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
2765
2766 * makefile.vms: Update to build binutils/makefile.vms. Add install
2767 target.
2768
2769Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
2770
2771 * ltconfig: Update to correct AIX handling.
2772
2773Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
2774
2775 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
2776
2777 * configure.in (target_subdir): Set to ${target_alias} instead
2778 of "libraries".
2779
27801998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
2781
2782 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
2783 (Makefile): Depend on $(gcc_version_trigger).
2784
2785 * configure (gcc_version): Change default initializer to empty
2786 string.
2787 (gcc_version_trigger): New variable; pass this variable down
2788 to subdir configures to enable them checking gcc's version
2789 themselves. Emit make macros for both gcc_version vars.
2790 (topsrcdir): Initialize reliably.
2791 (recursion line): Remove --with-gcc-version=${gcc_version}.
2792
27931998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
2794
2795 * configure (enable_version_specific_runtime_libs): Implement new flag
2796 --enable-version-specific-runtime-libs which installs C++ runtime stuff
2797 in $(libsubdir); emit definition in each generated Makefile.
2798 (gxx_include_dir): Initialize depending on
2799 $enable_version_specific_runtime_libs.
2800
28011998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
2802
2803 * configure (gcc_version): Initialize properly depending on
2804 how and where configure is started.
2805 (recursion line): Pass a --with-gcc-version=${gcc_version}
2806 to configures in subdirs.
2807
2808Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
2809
2810 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 2811 cygmon
252b5132
RH
2812
2813Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
2814
2815 * configure.in: Add cygmon and libstub support for mn10200.
2816
28171998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
2818
2819 * configure (gcc_version): Add new variable describing the
2820 particular gcc version we're building.
2821 * Makefile.in (libsubdir): Add new macro for the directory
2822 in which the compiler finds executables, libraries, etc.
2823 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
2824 and libsubdir.
2825
2826Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
2827
ba73c63f
JM
2828 * Makefile.in (local-clean): Remove *.log.
2829 (warning.log): Built with warn_summary from build.log.
2830 (mail-report.log): Run test_summary.
2831 (mail-report-with-warnings.log): Run test_summary including
2832 warning.log in the report.
252b5132
RH
2833
2834Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
2835
2836 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
2837
2838Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
2839
2840 * Makefile.in (grep): Grep no longer depends on libiberty.
2841
2842Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
2843
2844 * Makefile.in: all-snavigator needs all-libgui.
2845
2846Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
2847
2848 * configure.in: Add cygmon and libstub support for mn10300.
2849
2850Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
2851
2852 * missing: Update to version from automake 1.3.
2853
2854 * ltmain.sh: On installation, don't get confused if the same name
2855 appears more than once in the list of library names.
2856
2857Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
2858
2859 * config.sub: Accept m68060 and m5200 as CPU names.
2860
2861Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
2862
2863 * configure: Use && rather than using -a in test, because odd
2864 strings can confuse test.
2865 * configure.in: Likewise.
2866
2867Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
2868
2869 * ltconfig, ltmain.sh: Bring in Visual C++ support.
2870
2871Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
2872
2873 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
2874 bootstrap4-lean): New targets.
2875
2876Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
2877
2878 * mpw-* Delete. Not used.
252b5132
RH
2879
2880Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
2881
2882 * COPYING.LIB: Update FSF address.
2883
2884Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
2885
2886 * ltconfig, ltmain.sh: Update to libtool 1.2a.
2887
2888 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
2889 GAS_SUPPORT_DIRS.
2890
2891Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
2892
2893 * ltconfig, ltmain.sh: Avoid producing a version number if
2894 -version-info was not used.
2895
2896Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
2897
2898 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
2899 building with newlib.
2900
29011998-04-30 Paul Eggert <eggert@twinsun.com>
2902
ba73c63f 2903 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 2904 Solaris `make' causes it to continue to next definition.
252b5132 2905
afb8d725
JM
2906Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
2907
2908 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
2909 the right GUI libraries and files are installed along with GDB.
2910
252b5132
RH
2911Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
2912
2913 * configure.in: Change alpha to alpha* in several places.
2914
2915Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
2916
2917 * config.sub: Recognize sparc86x.
2918
2919Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 2920
252b5132
RH
2921 * configure.in (--enable-target-optspace): Remove debug echo.
2922
2923Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
2924
2925 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
2926
2927Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
2928
2929 * ltconfig: Update cygwin32 support.
2930
2931 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
2932 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
2933 (GDB_SUPPORT_DIRS): Likewise.
2934
2935Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
2936
2937 * configure.in (target_makefile_frag): If --enable-target-optspace,
2938 use -Os to compile target libraries rather than -O2. Default to
2939 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
2940 not used.
2941 * configure.in (target_cflags): Ditto for d30v.
2942
2943Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
2944
2945 * Makefile.in (all-bfd): Depend on all-intl.
2946 (all-binutils): Likewise.
2947 (all-gas): Likewise.
2948 (all-gprof): Likewise.
2949 (all-ld): Likewise.
2950
252b5132
RH
29511998-04-19 Brendan Kehoe <brendan@cygnus.com>
2952
2953 * configure.in (host_tools): Fix typo, lbtool -> libtool.
2954
2955Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
2956
2957 * Makefile.in (all-bfd): Depend upon all-libiberty.
2958
2959 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
2960
2961Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
2962
2963 * Makefile.in: Add libstub.
2964
2965 * configure.in: Ditto. Build libstub for targets that have cygmon
2966 support.
2967
2968Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
2969
2970 * configure.in: Don't set PICFLAG on ix86-cygwin32.
2971
2972Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
2973
2974 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
2975 use mh-sysv5 if specified. Support gprof on SCO Open Server.
2976
2977Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
2978
2979 * configure: Define DEFAULT_M4 by searching PATH.
2980 * Makfile.in: Use DEFAULT_M4.
2981
2982Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
2983
2984 * ltconfig: Add cygwin32 support.
2985
2986 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
2987 to configure and build.
2988
2989Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
2990
2991 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
2992
2993Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
2994
2995 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
2996
2997Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
2998
2999 * Makefile.in: add ash make rules
3000 * configure.in: add ash to native_only and host_tools lists
3001
3002Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
3003
3004 * Makefile.in (all-gettext, all-intl): New targets.
3005 (ALL_MODULES): Added all-gettext, all-intl.
3006 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
3007 (INSTALL_MODULES): Added install-gettext, install-intl.
3008 (CLEAN_MODULES): Added clean-gettext, clean-intl.
3009
3010 * configure.in (host_tools): Added gettext.
3011 (native_only): Likewise.
3012 (noconfigdirs) [various cases]: Likewise.
3013 (host_libs): Added intl.
3014
afb8d725
JM
3015Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
3016
3017 * configure: Do not disable building gdbtk for cygwin32 hosts.
3018
ba73c63f
JM
3019Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
3020
3021 * configure.in: Add thumb-coff target.
3022 * config.sub: Add thumb-coff target.
3023
252b5132
RH
3024Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
3025
3026 * Makefile.in: Revert yesterday's change.
3027 (all-target-winsup): all-target-librx stays out of here.
3028
3029Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
3030
ba73c63f
JM
3031 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
3032 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
3033 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
3034 Remove references to librx and libg++.
3035
3036Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
3037
3038 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
3039 recursive makes
3040
3041Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
3042
3043 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
3044 for newlib directory.
3045 (CXX_FOR_TARGET): Likewise.
3046
3047Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
3048
3049 * ltconfig: Update after libtool/ltconfig.in change for
3050 hpux11.
3051
3052Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
3053
3054 * ltconfig, ltmain.sh: Update to libtool 1.2.
3055
3056Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
3057
3058 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
3059 (install-gcc-cross): Instead, override LANGUAGES here.
3060
30611998-03-18 Dave Love <d.love@dl.ac.uk>
3062
3063 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
3064 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
3065
3066Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
3067
3068 * configure.in: Add Thumb-pe target.
3069
3070Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 3071
252b5132
RH
3072 * Makefile.in - changed sn targets to snavigator
3073 * configure.in - changed sn targets to snavigator
3074
3075Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
3076
3077 * config-ml.in: After building symlink tree call make distclean
3078 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
3079 to be the case for libiberty.
3080
3081Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
3082
3083 * configure: When making link, also check the current
3084 directory. The configure scripts may create one.
3085
3086Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
3087
3088 * config.sub: Accept alphapca56 and alphaev6 properly.
3089
3090Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3091
3092 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
3093
252b5132
RH
3094Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
3095
80413487 3096 * config.sub (sco5): Fix typo.
252b5132
RH
3097
3098Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
3099
3100 * Makefile.in (INSTALL_MODULES): Move install-tcl before
3101 install-itcl.
3102 (install-itcl): Remove dependency on install-tcl.
3103
3104Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
3105
3106 * configure.in: Remove libgloss from noconfigdirs for MN10300.
3107
252b5132
RH
3108Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
3109
3110 * configure.in: Don't build libgui for a cygwin32 target when not on
3111 a cygwin32 host.
3112
3113Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
3114
3115 * configure (redirect): Set to null, so default behavior of
3116 configure is now --verbose.
3117
31181998-02-16 Dave Love <d.love@dl.ac.uk>
3119
3120 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
3121 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
3122
3123Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
3124
3125 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
3126 this change to sync Makefile.in with its ChangeLog entries.
3127
3128Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
3129
3130 * ltmain.sh (mkdir): Check that the directory doesn't exist
3131 before we exit with error, so that we don't get races during
3132 parallel builds.
3133
3134Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
3135
3136 * ltconfig, ltmain.sh: Update from libtool 1.0i.
3137
3138Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
3139
3140 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
3141 PICFLAG_FOR_TARGET.
3142 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
3143
3144 * configure: Emit a definition for the new macro enable_shared
3145 into each Makefile.
3146
3147 * config/mh-sparcpic (PICFLAG): Define to properly according
3148 to current multilib configuration.
3149 * config/mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
3150 according to current multilib configuration.
3151
3152Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
3153
3154 * configure.in (host_tools, native_only): Add libtool.
3155
3156Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
3157
3158 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
3159 Fix typo in ming config comment.
3160
3161Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
3162
3163 * ltconfig, ltmain.sh: Update from libtool 1.0h.
3164
3165Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
3166
3167 * config.sub: Add tic30 cases, and map c30 to tic30.
3168
ba73c63f
JM
3169Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
3170
3171 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
3172 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
3173 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
3174 (CLEAN_TARGET_MODULES): Similarly
3175 (all-target-libf2c): Add dependences.
35590697 3176 * configure.in (target_libs): Add libf2c.
ba73c63f 3177
252b5132
RH
3178Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
3179
ba73c63f
JM
3180 * configure.in: Remove expect from noconfigdirs when target
3181 is cygwin32. OK to build expect and dejagnu with Canadian
3182 Cross.
252b5132
RH
3183
3184Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
3185
3186 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
3187 host.
3188
3189 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
3190 and mingw32.
3191
3192Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
3193
3194 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
3195 here as it is not defined in the toplevel Makefile.
3196
3197Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
3198
3199 * configure (package_makefile_rules_frag): New variable, which names
3200 a file with generic rules, ...
3201 Change comment to mention we now have FIVE parts.
3202 * configure: Undo last change.
3203
3204Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
3205
3206 * config.guess: More accurate determination of HP processor types.
3207 * config.sub: More accurate determination of HP processor types.
3208
3209Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
3210
3211 * configure (package_makefile_frag): Move inserting the
3212 ${package_makefile_frag} to where it should be according
3213 to the comment.
3214
ba73c63f 3215Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
3216
3217 * config.guess: Add support for Linux/ARM.
3218
3219Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
3220
3221 * .cvsignore: Remove *-info and *-install since they match
3222 release-info and mpw-install, which we don't want to just ignore.
3223
3224Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
3225
3226 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
3227
3228Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
3229
3230 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
3231 local_prefix to sub-make invocations.
3232
3233Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
3234
3235 * configure.in: Check makefile fragments in the source
3236 directory.
3237
3238Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3239
ba73c63f
JM
3240 * configure.in: Check whether host and target makefile
3241 fragments exist before adding them to *_makefile_frag.
252b5132
RH
3242
3243Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
3244
3245 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 3246
252b5132
RH
3247Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
3248
3249 * configure.in: Make sure we only replace RPATH_ENVVAR on
3250 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
3251 regexp to sed.
3252
3253 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
3254 to sub-makes.
3255
32561998-01-13 Lee Iverson (leei@ai.sri.com)
3257
3258 * config-ml.in (multi-do): LDFLAGS must include multilib
3259 designator.
3260
3261Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
3262
3263 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
3264
3265Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
3266
3267 * config.sub: Add mingw32 support.
3268 * configure.in: Likewise.
ba73c63f 3269 * config/mh-mingw32: New file.
252b5132
RH
3270
3271Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
3272
3273 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
3274
3275Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
3276
3277 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
3278 * configure (gxx_include_dir): Provide a definition for subdirs
3279 which do not use autoconf.
3280
3281Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
3282
3283 * config.guess: Sync with egcs. Picks up new alpha support,
3284 BeOS & some additional linux support.
3285
ba73c63f 3286Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
3287
3288 * config.guess: HP 9000/803 is a PA1.1 machine.
3289
ba73c63f
JM
3290Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
3291
3292 * configure.in: It's alpha*-...
252b5132
RH
3293
3294Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3295
ba73c63f
JM
3296 * configure.in (host_makefile_frag, target_makefile_frag):
3297 Handle multiple config files.
3298 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
3299 alpha-*-*.
252b5132
RH
3300
3301Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
3302
3303 * mkdep: New file.
3304
3305Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
3306
3307 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
3308
3309Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
3310
3311 * Makefile.in: Add libgui directory.
3312 (GDB_TK): Add all-libgui.
3313 * configure.in: Add libgui directory.
3314 * configure: Add all-libgui to GDB_TK.
3315
3316Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
3317
3318 * config-ml.in (multidirs): Add m32r to multilib list.
3319
3320Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
3321
3322 * Makefile.in (all-target-gperf): Change dependency to
3323 all-target-libstdc++.
3324
3325Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
3326
3327 * config.guess: Add BeOS support.
3328
3329Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
3330
3331 Source directory cvs renamed to cvssrc:
3332 * configure.in (host_tools): Change cvs to cvssrc.
3333 (native_only): Likewise.
3334 (noconfigdirs) [various cases]: Likewise.
3335 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
3336 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
3337 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
3338 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
3339 (all-cvssrc): Rename target from all-cvs.
3340
3341Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
3342
3343 * configure (gxx_include_dir): Fix thinko.
3344
3345Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
3346
3347 * Makefile.in (INSTALL_TARGET_CROSS): Define.
3348 (install-cross, install-gcc-cross): New targets.
3349
3350Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
3351
3352 * configure.in (noconfigdirs): Add support for Thumb target.
3353
3354 * config.sub (maybe_os): Add support for Thumb target.
3355
3356Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
3357
3358 * Makefile.in: Add rules for cygmon.
3359
3360 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
3361
3362Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
3363
3364 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
3365 * configure (gxx_include_dir): Provide a definition for subdirs
3366 which do not use autoconf.
3367
3368Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
3369
3370 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 3371 11/18/97 build
252b5132
RH
3372
3373Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
3374
3375 * From Franz Sirl.
3376 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
3377 found on RedHat Linux systems.
3378
3379Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
3380
3381 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
3382 guesses.
3383
3384Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
3385
3386 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
3387
3388Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3389
3390 * ltmain.sh: If mkdir fails, check whether the directory was created
3391 anyhow by some other process.
3392
3393Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
3394
3395 * configure.in (d30v-*-*): Configure all directories.
3396
3397Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
3398
3399 * configure.in (d30v-*-*): Configure newlib, libiberty directories
3400 for the D30V.
3401
3402Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
3403
3404 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
3405
3406Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
3407
80413487
RH
3408 * include/libiberty.h: Add extern "C" { so it can be used with C++
3409 progrms.
3410 * include/remote-sim.h: Add extern "C" { so it can be used with C++
3411 programs.
252b5132
RH
3412
3413Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
3414
3415 * configure.in (d30v-*-*): Configure GCC now.
3416
3417Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
3418
3419 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
3420 is no longer needed.
3421
3422Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
3423
3424 * Makefile.in: check-target-libio depends on all-target-libstdc++.
3425
3426Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
3427
3428 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
3429 targets using "$@" to provide support for similar but not identical
3430 targets without having to duplicate code.
3431
3432Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
3433
3434 * makefile.vms: Fix to work with DEC C.
3435
3436Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
3437
3438 * config.sub: Add mips-tx39-elf to marketing names.
3439
3440Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
3441
3442 * ltmain.sh: Handle symlinks in generated script.
3443
3444Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
3445
3446 * configure: Handle autoconf style directory options: --bindir,
3447 --datadir, --includedir, --infodir, --libdir, --libexecdir,
3448 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
3449 --sysconfdir.
3450 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
3451 (sharedstatedir, localstatedir, oldincludedir): New variables.
3452 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
3453 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
3454 sbindir, sharedstatedir, and sysconfdir.
3455
3456Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
3457
3458 * Makefile.in (bootstrap-lean): New target.
3459
3460Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
3461
3462 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 3463 sn, and gnuserv from noconfigdirs.
252b5132
RH
3464
3465Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
3466
3467 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
3468
3469Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
3470
ba73c63f 3471 * Makefile.in (cross): New target.
252b5132
RH
3472
3473Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 3474 Jeff Law <law@cygnus.com>
252b5132
RH
3475
3476 * Makefile.in (bootstrap2, bootstrap3): New targets.
3477 (all-bootstrap): Remove outdated and confusing target.
3478 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
3479
afb8d725
JM
3480Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
3481
3482 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 3483 windows. Consistent with gdb/configure.
afb8d725 3484
252b5132
RH
34851997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
3486
3487 * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is
3488 used.
3489 * configure.in: Name Linux target fragment.
3490
3491 * configure: Rewrite so that project Makefile fragment is inserted
3492 first and appears last in the resulting Makefile.
3493
3494Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
3495
3496 * Makefile.in (install-itcl): Install tcl first.
3497
3498Sun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
3499
3500 * config/mh-cygwin32: ok to build split texinfo files
3501
3502Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 3503
252b5132
RH
3504 * configure.in: remove bison from noconfigdirs for Cygwin32 host
3505
3506Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3507
3508 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
3509
3510 * configure.in (skipdirs): Add target-librx for Linux.
3511 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
3512
3513Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
3514
3515 * Makefile.in (bootstrap): New target.
3516
3517Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
3518
3519 * config.sub: Accept 'amigados' for backward compatability.
3520
3521Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
3522
3523 * config.guess: Merge with FSF.
3524
ba73c63f
JM
3525Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
3526
3527 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
3528
252b5132
RH
3529Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
3530
3531 * config.sub: Add "marketing-names" patch.
3532
3533Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
3534
80413487 3535 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
3536
3537Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
3538
3539 * config.sub: Handle v850-elf.
3540
ba73c63f
JM
3541Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
3542
3543 * .cvsignore (*-install): Remove.
3544
252b5132
RH
3545Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
3546
3547 * ltconfig: Set CONFIG_SHELL in libtool.
3548 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
3549
3550Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
3551
3552 * configure.in (target_subdir): Set to libraries if enable_multilib.
3553
3554Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
3555
3556 * config.guess: Update from gcc directory.
3557
3558Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
3559
3560 * Makefile.in (all-sim): Depends on all-readline.
3561
3562Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
3563
3564 * Makefile.in (BISON, YACC): Use $$s.
3565 (all-bison): Depend on all-texinfo.
3566
3567Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
3568
3569 * Makefile.in (BISON): Add -L flag.
3570 (YACC): Likewise.
3571
3572Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
3573
35590697
AJ
3574 * configure.in (noconfigdirs): Add support for v850e target.
3575
252b5132
RH
3576 * config.sub (maybe_os): Add support for v850e target.
3577
3578Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
3579
35590697
AJ
3580 * configure.in (noconfigdirs): Add support for v850ea target.
3581
252b5132
RH
3582 * config.sub (maybe_os): Add support for v850ea target.
3583
3584Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
3585
3586 * config.sub: Add mipstx39. Delete r3900.
3587
3588Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
3589
3590 * Makefile.in (all-autoconf): Depends on all-texinfo.
3591
3592Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
3593
3594 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
3595 eabi targets.
3596
3597Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
3598
3599 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
3600
3601 * configure: When handling a Canadian Cross, handle YACC as well as
3602 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 3603 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
3604
3605Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
3606
3607 * Makefile.in (BISON): bison, not byacc or bison -y.
3608 (YACC): bison -y or byacc or yacc.
3609 (various): Add *-bison as appropriate.
3610 (taz): No need to mess with BISON anymore.
3611
3612Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
3613
3614 * configure: If OSTYPE matches *win32*, try to find a good value for
3615 CONFIG_SHELL.
3616
3617Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
3618
3619 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
3620 configure.in if it is present.
3621
3622Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
3623
3624 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
3625
3626Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
3627
3628 * config.sub: Recognize `arc' cpu.
3629 * configure.in: Likewise.
3630 * config-ml.in: Likewise.
3631
3632Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
3633
3634 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
3635
3636Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
3637
3638 * configure: Changed sed delimiter from ':' to '|' when
3639 attempting to substitute ${config_shell} for SHELL. On
3640 NT ${config_shell} may contain a ':' in it.
3641
3642Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
3643
3644 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
3645
3646Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
3647
3648 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
3649
3650Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
3651
3652 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
3653
3654 * ylwrap: If the program is a relative path, force it to be
3655 absolute.
3656
3657Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
3658
3659 * configure (tooldir): Set BISON to `bison -y' and not just bison.
3660
3661Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
3662
3663 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
3664 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
3665 for libraries.
252b5132
RH
3666
3667Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
3668
3669 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 3670 separated by spaces.
252b5132
RH
3671
3672Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
3673
3674 * ylwrap: New file.
3675 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
3676
3677 * ltmain.sh: Handle /bin/sh at start of install program.
3678
3679 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
3680
3681 * ltconfig, ltmain.sh: New files, from libtool 1.0.
3682 * missing: New file, from automake 1.2.
3683
3684Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
3685
3686 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
3687 check-tk to CHECK_X11_MODULES.
3688
3689Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
3690
3691 * config.sub: Merge with FSF.
3692
3693Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
3694
3695 * config.guess: Merge with FSF.
3696
3697Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
3698
3699 * configure: Treat msdosdjgpp like go32.
3700 * configure.in: Likewise. Don't remove gprof for go32.
3701
3702 * configure: Change Makefile.tem2 to Makefile.tm2.
3703
3704Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
3705
3706 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
3707
3708Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3709
3710 * install-sh (chmodcmd): Set to null if the DST directory already
3711 exists. Same as Nov 11th change.
3712
3713Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
3714
35590697 3715 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
3716
3717Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
3718
3719 * config.guess: Update from FSF.
3720
3721Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
3722
3723 * Makefile.in (GDB_TK): Depend on itcl and tix.
3724
3725Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
3726
3727 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
3728 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
3729 (INSTALL_SCRIPT): New variable.
3730 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
3731 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
3732 to -x.
3733 * install-sh: Add support for -x option.
3734
3735Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
3736
3737 * configure.in, Makefile.in: Treat tix like itcl.
3738
3739Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
3740
3741 * Makefile.in (WINDRES): New variable.
3742 (WINDRES_FOR_TARGET): New variable.
3743 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
3744 (EXTRA_HOST_FLAGS): Add WINDRES.
3745 (EXTRA_TARGET_FLAGS): Add WINDRES.
3746 (EXTRA_GCC_FLAGS): Add WINDRES.
3747 ($(DO_X)): Pass down WINDRES.
3748 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
3749 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
3750 DLLTOOL_FOR_TARGET.
3751
3752Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
3753
3754 * configure.in: configure sim before gdb for win32-x-ppc
3755
3756Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3757
3758 Move gperf into the toplevel, from libg++.
3759 * configure.in (target_tools): Add target-gperf.
3760 (native_only): Add target-gperf.
3761 * Makefile.in (all-target-gperf): New target, depend on
3762 all-target-libg++.
3763 (configure-target-gperf): Empty rule.
3764 (ALL_TARGET_MODULES): Add all-target-gperf.
3765 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
3766 (CHECK_TARGET_MODULES): Add check-target-gperf.
3767 (INSTALL_TARGET_MODULES): Add install-target-gperf.
3768 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
3769
3770Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 3771
252b5132
RH
3772 * config.sub (mn10200): Recognize new basic machine.
3773
3774Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3775
3776 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
3777 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
3778
3779Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3780
3781 * configure.in: If we're building mips-sgi-irix6* native, turn on
3782 ENABLE_MULTILIB and set TARGET_SUBDIR.
3783
3784Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
3785
3786 * Makefile.in (all-sn): Depend on all-grep.
3787
3788Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
3789
3790 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
3791
3792 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
3793 Makefile. From Jeff Makey <jeff@cts.com>.
3794 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
3795
3796 * Makefile.in (DISTBISONFILES): Remove.
3797 (taz): Don't futz with DISTBISONFILES. Change BISON to use
3798 $(DEFAULT_YACC).
3799
3800 * configure.in: Build itl, db, sn, etc., when building for native
35590697 3801 cygwin32.
252b5132
RH
3802
3803 * Makefile.in (LD): New variable.
3804 (EXTRA_HOST_FLAGS): Pass down LD.
3805 ($(DO_X)): Likewise.
3806
3807Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
3808
3809 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
3810
3811Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
3812
3813 * configure.in (targargs): Strip out any supplied --build argument
35590697 3814 before adding our own. Always add --build.
252b5132
RH
3815
3816Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
3817
3818 * configure.in (targargs): Pass --build if we're doing
3819 a cross-compile.
3820
3821Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
3822
ba73c63f 3823 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
3824 sed. Otherwise sed chokes on NT path names with drive
3825 designators. Also look for "?:*" as the leading characters in an
3826 absolute pathname.
3827
3828Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
3829
3830 * config.sub: Support for r3900.
3831
3832Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
3833
3834 * configure.in: Use install-sh, not install.sh.
3835
3836Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
3837
3838 * Makefile.in (taz): Improve check for BISON so it doesn't try to
3839 apply it twice.
3840
3841Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
3842
3843 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
3844 install-binutils.
3845
3846Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
3847
3848 * Makefile.in: Add automake targets.
3849 * configure.in (host_tools): Add automake.
3850
3851Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
3852
3853 * configure: Default CXX to c++, not gcc.
3854 * Makefile.in (CXX): Set to c++, not gcc.
3855 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
3856
3857Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
3858
3859 * install-sh: try appending a .exe if source file doesn't
3860 exist
3861
3862Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
3863
3864 * configure.in: Turn on multilib by default.
3865 (cross_only): Remove target-libiberty.
3866
3867 * Makefile.in (all-gcc): Don't depend on libiberty.
3868
3869Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
3870
3871 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
3872
3873Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
3874
3875 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
3876 (DISTBISONFILES): Add ld/Makefile.in
3877
3878Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
3879
3880 * configure.in: if target is cygwin32 but host isn't cygwin32,
3881 don't configure gdb tcl tk expect, not just gdb.
3882
3883Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
3884
3885 * configure.in: Added gnuserv everywhere sn appears.
3886
3887 * Makefile.in (ALL_MODULES): Added all-gnuserv.
3888 (CROSS_CHECK_MODULES): Added check-gnuserv.
3889 (INSTALL_MODULES): Added install-gnuserv.
3890 (CLEAN_MODULES): Added clean-gnuserv.
3891 (all-gnuserv): New target.
3892
3893Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
3894
3895 * config.guess: Fixes for MIPS OpenBSD systems.
3896
3897Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
3898
3899 * Makefile.in (INSTALL_XFORM): Remove.
3900 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
3901
3902 * mkinstalldirs: New file, copied from automake.
3903 * Makefile.in (installdirs): Rename from install-dirs. Use
3904 mkinstalldirs. Change all users.
3905 (DEVO_SUPPORT): Add mkinstalldirs.
3906
3907Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
3908
3909 * install-sh: Rename from install.sh.
3910 * Makefile.in (INSTALL): Change install.sh to install-sh.
3911 (DEVO_SUPPORT): Likewise.
3912
3913 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
3914 Graichen <graichen@rzpd.de>.
3915
3916Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
3917
3918 * config.guess: Recognize OpenBSD systems correctly.
3919
3920Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
3921
3922 * README, Makefile.in (ETC_SUPPORT): Remove references to
3923 cfg-paper*, configure.{texi,man,info*}._
3924
3925Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3926
3927 * Makefile.in (all.normal): Ensure that gcc is built after all
3928 the x11 - ie gdb - targets.
3929
3930Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
3931
3932 * makefile.vms: Don't run conf-a-gas.
3933
3934Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
3935
80413487 3936 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
3937
3938Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
3939
3940 * configure.in: Remove noconfigdirs case since gdb also
3941 configures and builds for tic80-coff.
3942
3943Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
3944
3945 * configure: Set cache_file to config.cache.
3946 * Makefile.in (local-distclean): Remove config.cache.
3947
3948Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
3949
3950 * COPYING: Update FSF address.
3951
3952Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
3953
3954 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
3955 noconfigdirs.
3956
3957Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
3958
3959 * Makefile.in (install-dirs): Don't crash if prefix, and hence
3960 MAKEDIRS, is empty.
3961
3962Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
3963
3964 * config.sub: Tweak mn10300 entry.
3965
3966Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
3967
3968 * configure.in (host_tools): Put sim before gdb, so gdb's
3969 configure.tgt can determine if the simulator was configured.
3970
3971Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
3972
3973 * config.sub: Move BeOS $os case to be with other Cygnus
3974 local cases.
3975
3976Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
3977
3978 * config.sub: Remove misplaced comment that broke Linux.
3979
3980Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
3981
3982 * config.sub: Add BeOS support.
3983
3984Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
3985
3986 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
3987
3988Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
3989
3990 * configure.in (noconfigdirs): Remove tcl and tk from
3991 noconfigdirs for cygwin32 builds.
3992
3993Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
3994
3995 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
3996
3997Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
3998
3999 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
4000 make-all.com, use makefile.vms instead.
4001
4002Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
4003
4004 * config.sub: Accept -lnews*.
4005
4006Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
4007
4008 * configure.in (noconfigdirs): Disable target-newlib,
35590697 4009 target-examples and target-libiberty for d30v.
252b5132
RH
4010
4011Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4012
4013 * configure.in (noconfigdirs): Enable ld for d30v.
4014
4015Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
4016
4017 * configure.in (tic80-*-*): Build compiler.
4018
4019Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
4020
4021 * configure.in (d30v-*): Remove sim directory from list of
35590697 4022 unsupported d30v directories
252b5132
RH
4023
4024Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4025
35590697
AJ
4026 * config.sub, configure.in: Add d30v target cpu.
4027
252b5132
RH
4028Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
4029
4030 * makefile.vms: New file.
4031 * make-all.com: Remove.
4032
4033Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
4034
4035 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
4036
4037Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
4038
4039 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
4040
4041Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
4042
4043 * Makefile.in (ALL_MODULES): Added all-db.
4044 (CROSS_CHECK_MODULES): Addec check-db.
4045 (INSTALL_MODULES): Added install-db.
4046 (CLEAN_MODULES): Added clean-db.
4047
4048Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
4049
4050 * config.guess: Merge with latest FSF sources.
4051
4052Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
4053
4054 * Makefile.in (ALL_MODULES): Added all-itcl.
4055 (CROSS_CHECK_MODULES): Added check-itcl.
4056 (INSTALL_MODULES): Added install-itcl.
4057 (CLEAN_MODULES): Added clean-itcl.
4058
4059Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
4060
4061 * configure.in: build gdb for mn10200
4062
4063Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
4064
4065 * Makefile.in (all-target-winsup): Depend on all-target-libio.
4066
4067Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
4068
4069 * configure.in (tic80-*-*): Turn off most targets right now.
4070
4071Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
4072
4073 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
4074 rather than the makeinfo program.
4075 (do-info): Depend upon all-texinfo.
4076
4077Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
4078
4079 * configure.in: Remove uses of config/mh-linux.
4080
4081 * config.sub, config.guess: Merge with latest FSF sources.
4082
4083Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
4084
4085 * config.sub (case $basic_machine): Add tic80 entries.
4086
4087Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
4088
4089 * config.sub, config.guess: Merge with latest FSF sources.
4090
4091Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
4092
4093 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
4094 * mpw-config.in: Test for NewFolderRecursive.
4095 * mpw-install: Use symbolic name for startup filename.
4096 * mpw-README: Add various additional details.
4097
4098Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
4099
4100 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
4101
4102Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
4103
4104 * configure.in: Do build gcc and the target libraries for
4105 the mn10200.
4106
4107Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
4108
4109 * configure.in: don't avoid building gdb for mn10300 any more
4110 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
4111 instead of single-quoting it.
4112
4113Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
4114
4115 * configure.in: Don't use --with-stabs on IRIX 6.
4116
4117Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
4118
4119 * configure.in (m32r): Build gdb, libg++ now.
4120
4121Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4122
4123 * configure.in (mips*-sgi-irix6*): Remove gdb and related
4124 directories from noconfigdirs.
4125
4126Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
4127
4128 * config.sub (basic_machine): added mips16 configuration
4129
4130Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4131
4132 * config.sub: Handle d10v-unknown.
4133
4134Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
4135
4136 * config.sub: Handle v850-unknown.
4137
4138Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
4139
4140 * Makefile.in: add findutils
4141 * configure.in: add findutils to list of host_tools
4142
4143Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
4144
4145 * config.sub: Handle mn10200 and mn10300.
4146
4147Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4148
4149 * configure.in (d10v-*): Do not build librx.
4150
4151Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
4152
4153 * configure.in (mn10300): Build everything except gdb & libgloss.
4154
4155Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
4156
4157 * config.guess: Patch for Dansk Data Elektronik servers,
4158 from Niels Skou Olsen <nso@dde.dk>.
4159
4160 For ncr, use /bin/uname rather than uname, since GNU uname does not
4161 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
4162
4163 Patch for MIPS R4000 running System V,
4164 from Eric S. Raymond <esr@snark.thyrsus.com>.
4165
4166 Fix thinko for nextstep.
4167
4168 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
4169
4170 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
4171 * config.guess: Guess mips-dec-mach_bsd4.3.
4172
4173 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
4174 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
4175 release numbers.
4176 * config.guess (mips-mips-riscos*): Emit just enough of the
4177 release number.
4178
4179 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
4180 * config.guess (sparc-auspex-sunos*): Added.
4181 (f300-fujitsu-*): Added.
4182
4183 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
4184 * config.guess: Recognize a Tadpole as a sparc.
4185
4186Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
4187
4188 * config.guess: Don't assume that NextStep version is either 2 or
4189 3. NextStep 4 (aka OpenStep 4) has come out now.
4190
4191Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
4192
4193 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
4194 From Rik Faith <faith@cs.unc.edu>.
4195
4196Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4197
4198 * config.sub: Contributions from bug-gnu-utils to:
4199 Support plain "hppa" (no version given) architecture, reported by
4200 OpenStep.
4201 OpenBSD like NetBSD.
4202 LynxOs is not a hardware supplier.
4203
4204 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 4205 OpenBSD like NetBSD.
252b5132
RH
4206 Stratus systems.
4207 More Pyramid systems.
4208 i[n>4]86 Intel chips.
4209 M680[n>4]0 Motorola chips.
4210 Use unknown instead of lynx for hardware manufacturer.
4211
4212Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4213
4214 * install.sh (chmodcmd): Set to null if the DST directory already
4215 exists.
4216
4217Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4218
4219 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
4220 not use mt-ppc target Makefile fragment any more.
4221
4222Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
4223
4224 * configure.in (*-*-windows): Exclude everything but those dirs
4225 needed to build windows.
4226
4227Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
4228
4229 * Makefile.in (all-target-winsup): Depend on all-target-librx.
4230
4231Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
4232
4233 * configure.in: Exclude mmalloc from i386-windows.
4234 * config/mh-windows: Add rules for building MSVC makefiles.
4235
4236Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
4237
4238 * Undo my previous change.
4239
4240Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
4241
4242 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
4243 unconditionally.
4244 (MAKEOVERRIDES): Define (revert this part of October 18 change).
4245
4246Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
4247
4248 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
4249 host to add it's own flags.
4250 * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed
4251 for MSVC build procedure.
4252
4253Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
4254
4255 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
4256
4257Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
4258
4259 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
4260 (CXX_FOR_TARGET): Likewise.
4261 (GCC_FOR_TARGET): Define.
4262 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
4263 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
4264 CC_FOR_TARGET was specified on the command line.
4265 (MAKEOVERRIDES): Don't define.
4266
4267Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
4268
4269 * configure.in (m32r): Fix spelling of libg++ libs.
4270
4271Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
4272
4273 * config.sub (-apple*): Remove, now redundant.
4274
4275Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
4276
4277 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
4278
4279 * configure: Rework yesterday's sed script patch.
4280
4281 * config.sub: Merge with FSF.
4282
4283Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
4284
4285 * config.guess: Merge from FSF.
4286
4287 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
4288 * config.guess: Use pc instead of unknown, for pc clone systems.
4289 Change linux to linux-gnu.
252b5132
RH
4290
4291 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 4292 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
4293
4294Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
4295
4296 * test-build.mk (HOLES): Add "xargs" for gdb.
4297
4298 * configure: Avoid hpux10.20 sed bug.
4299
4300Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
4301
4302 * configure.in config/mh-windows: Add support for windows host
4303 (that is a build done under the Microsoft build environment).
4304
4305Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
4306
4307 * Makefile.in: Replace all uses of srcroot with s, to shrink
4308 command line lengths.
4309
4310 Patches from Geoffrey Noer <noer@cygnus.com>:
4311 * configure.in: If configuring for newlib, pass --with-newlib to
4312 subdirectories.
4313 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
4314 -Bnewlib/ and -Lwinsup to gcc.
4315 (CXX_FOR_TARGET): Likewise.
4316
4317Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
4318
4319 * Makefile.in (ETC_SUPPORT): Add configure.
4320
4321Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
4322
35590697 4323 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
4324 host configuration file.
4325
4326Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
4327
4328 * configure.in: Break mn10x00 support into separate
4329 mn10200 and mn10300 configurations.
4330 * config.sub: Likewise.
4331
4332Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
4333
4334 * configure.in: Add lots of stuff to noconfigdirs for
4335 the mn10x00 targets.
4336
4337 * config.sub, configure.in: Add mn10x00 support.
4338
4339Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
4340
4341 * make-all.com: Call conf-a-gas, not config-a-gas.
4342
4343Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
4344
4345 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 4346 targets.
252b5132
RH
4347
4348Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
4349
4350 * mpw-README: Add much more detail for native PowerMac.
4351 * mpw-install: New file.
4352 * mpw-configure: Add --norecursion and --help options.
4353 * mpw-config.in: Translate readme and install files when
4354 copying to objdir.
4355 * mpw-build.in: Don't always depend on byacc and flex.
4356 (install-only-top): New action.
4357
4358Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
4359
4360 * configure.in: You can now configure GDB for the v850.
4361
4362Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
4363
4364 * configure.in (noconfigdirs): Don't configure any C++ dirs
4365 if targeting D10V.
4366
4367Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
4368
4369 * config.sub: Recognize mips64vr5000.
4370
4371Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
4372
4373 * configure.in: Use a single line for host_tools and native_only.
4374
ba73c63f
JM
4375Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
4376
4377 * Makefile.in (install-itcl): Install tcl first.
4378
4379Sun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
4380
4381 * config/mh-cygwin32: ok to build split texinfo files
4382
4383Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
4384
4385 * configure.in: remove bison from noconfigdirs for Cygwin32 host
4386
252b5132
RH
4387Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
4388
4389 * config.sub, configure.in: Add entries for m32r.
4390
ba73c63f
JM
4391Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
4392
4393 * config.guess: Merge with FSF.
4394
252b5132
RH
4395Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
4396
4397 * Makefile.in (inet-install): Don't run install-gzip.
4398
4399Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
4400
4401 * configure.in: Don't config lots of things for *-*-windows*.
4402
4403Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
4404
4405 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
4406 (host_libs, host_tools): Copy from configure.in.
4407 * mpw-configure: Don't complain about directories not found.
4408
4409Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4410
4411 * configure.in (i[345]86): Recognize i686 for pentium pro.
4412 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
4413 file.
4414
4415 * config.guess (i[345]86): Ditto.
4416
4417Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4418
4419 * configure.in (noconfigdirs): Removed gdb for D10V.
4420
4421Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
4422
4423 * configure.in: Remove ld, target-libio, target-libg++, and
4424 target-libstdc++ from noconfigdirs.
4425
4426Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
4427
4428 * configure: Fix three locations where shell scripts were
4429 being run directly rather than with config_shell.
4430
4431Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
4432
4433 * configure.in (v850-*-*): Set up initial $noconfigdirs.
4434 * config.sub (basic_machine): Recognize v850.
4435
4436Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
4437
4438 * mpw-configure: Handle multiple enable/disable options and
4439 pass them down recursively, handle -c and -s flags appropriately
4440 depending on choice of compiler, add escape mechanism for
4441 quoted arguments to gC.
4442
4443Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4444
4445 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
4446 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
4447 so that -mrelocatable-lib and -mno-eabi are used.
4448
4449 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
4450 not support --print-multi-lib, don't abort.
4451
4452Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
4453
4454 * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
4455 with normal Windows compilation environment.
4456
4457Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
4458
4459 * make-all.com: Run config-a-gas.
4460 * setup.com: Don't copy subdirectory files around.
4461
4462Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
4463
4464 * configure.in (*-*-ose): Remove exclusion of libgloss for this
4465 target, it now compiles correctly.
4466
4467Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
4468
4469 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
4470
4471Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4472
35590697 4473 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
4474
4475Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4476
4477 * configure.in (native_only): Add prms.
4478
4479Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
4480
4481 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
4482 (BINUTILS_SUPPORT_DIRS): Likewise.
4483
4484Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4485
4486 * configure.in (d10v-*-*): Don't configure ld or gdb until the
4487 d10v support is added.
4488
4489Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4490
4491 * configure.in (d10v-*-*): New target.
4492
4493Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
4494
4495 * config.guess (HP 9000/811): Recognize this as a PA1.1
4496 machine.
4497
4498Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
4499
4500 * Makefile.in (do-tar-gz): New target, split out from tail end of
4501 taz target. Run each command separately, don't use pipes.
4502 (taz): Use it.
4503
4504Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
4505
4506 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
4507 * mpw-build.in: No builds should depend on building byacc or flex,
4508 they are assumed to be installed already.
4509
4510Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4511
4512 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
4513 variable that CC_FOR_TARGET needs.
4514
4515Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4516
4517 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
4518 options have changed since the last time the subdirectory was
4519 configured, and if it has, reconfigure.
4520 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
4521 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
4522
4523Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
4524
4525 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
4526 CLEAN_MODULES): Add bash.
4527 (all-bash): New target.
4528
4529Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
4530
4531 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
4532
4533Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4534
4535 * config.sub (basic_machine): Recognize d10v as a valid processor.
4536
4537Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
4538
4539 * mpw-configure: Add support for --bindir.
4540 * mpw-build.in: Use a GCC-specific build script for GCC actions.
4541
4542Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
4543
4544 * configure.in: add bash, time, gawk to list of hosttools and things
4545 to only build for native toolchains
4546
4547Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4548
4549 * Makefile.in (docdir): Remove.
4550
4551Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4552
4553 * Makefile.in (datadir): Set to $(prefix)/share.
4554
4555Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
4556
4557 * configure.in: build diff and patch for cygwin32-hosted
4558 toolchains.
4559
4560Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
4561
4562 * config.sub: Accept -rtems*.
4563
4564Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
4565
80413487
RH
4566 * configure.in: enable dosrel for cygwin32-hosted builds,
4567 remove diff from the list of things not buildable
4568 via Canadian Cross
252b5132
RH
4569
4570Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
4571
4572 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 4573 don't get ". ".
252b5132
RH
4574
4575Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
4576
4577 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
4578
4579Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
4580
4581 * Makefile.in (taz): Handle case where tex3patch didn't even get
4582 checked out. Also, if it was found, put the symlink in a new util
4583 subdirectory.
4584
4585Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4586
4587 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
4588
4589Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
4590
4591 * config.sub: Recognize -openvms.
4592 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
4593 * make-all.com, setup.com: New files.
4594
4595Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
4596
4597 * Makefile.in (taz): tex3patch moved to texinfo/util.
4598
4599Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
4600
afb8d725 4601 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
4602 * configure.in: remove make from disable-if-Can-Cross list
4603 enable gdb if ${host} and ${target} are cygwin32
4604
4605Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
4606
4607 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
4608 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
4609
4610Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
4611
4612 * config.guess: Combine mips-mips-riscos cases, and use cpp to
4613 distinguish sysv/svr4/bsd variants.
4614 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
4615
4616Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
4617
4618 * configure.in: Added copyright notice.
4619 * move-if-change: Added copyright notice.
4620
4621Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4622
4623 * configure.in (powerpcle-*-solaris*): Until we get shared
4624 libraries working, don't build gdb, sim, make, tcl, tk, or
4625 expect.
4626
4627Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
4628
4629 * config.guess: Merge with FSF:
4630
4631 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4632 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
4633
4634 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
4635 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
4636
4637 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
4638 * config.guess: Combine two OSF1 rules.
4639 Also recognize field test versions. From mjr@zk3.dec.com.
4640 * config.guess (dgux): Use /usr/bin/uname rather than uname,
4641 because GNU uname does not support -p. From pmr@pajato.com.
4642
4643Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
4644
4645 * Makefile.in (MAKEDIRS): Removed $(tooldir).
4646
4647Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
4648
4649 * mpw-README: Document GCCIncludes.
4650
4651Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
4652
4653 * configure.in (alpha-*-linux*): Set enable_shared to yes.
4654
4655Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
4656
4657 * mpw-configure: Handle --enable-FOO and --disable-FOO.
4658
4659Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
4660
4661 * configure.in (*-*-cygwin32): Configure make.
4662
4663Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
4664
4665 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
4666
4667Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
4668
4669 * Makefile.in (all-inet): Depend on all-perl.
4670
4671 * Makefile.in (inet-install): New target.
4672
4673 * Makefile.in (all-inet): Depend on all-tcl.
4674 (all-inet): Depend on all-send-pr.
4675
4676Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4677
4678 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
4679 temporarily.
4680
4681Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
4682
4683 * configure.in: Don't configure --with-gnu-ld on AIX.
4684
4685Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
4686
4687 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
4688
4689Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
4690
4691 * Makefile.in (ALL_MODULES): Added all-inet.
4692 (CROSS_CHECK_MODULES): Added check-inet.
4693 (INSTALL_MODULES): Added install-inet.
4694 (CLEAN_MODULES): Added clean-inet.
4695 (all-indent): New target.
4696
4697 * configure.in (host_tools): Added inet.
4698 (native_only): Added inet.
4699 (noconfigdirs): Added inet.
4700
4701Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
4702
4703 * configure.in: Don't configure libgloss if we are not configuring
4704 newlib.
4705
4706Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
4707
4708 * configure.in: Don't configure libgloss for unsupported
4709 architectures.
4710
4711Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4712
4713 * Makefile.in (CLEAN_MODULES): Add clean-apache.
4714
4715Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
4716
4717 * Makefile.in (ALL_MODULES): Include all-apache.
4718 (CROSS_CHECK_MODULES): Include check-apache.
4719 (INSTALL_MODULES): Include install-apache.
4720 (all-apache): New target.
4721
4722 * configure.in: Added apache everywhere perl is seen.
4723
4724Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4725
4726 * Makefile.in: Add support for clean-{module} and
4727 clean-target-{module} rules.
4728
4729Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
4730
4731 * configure.in (*-*-ose) do not build libgloss.
4732
4733Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4734
4735 * config.guess (prep*:SunOS:5.*:*): Turn into
4736 powerpele-unknown-solaris2.
4737
4738Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
4739
4740 * configure.in: Permit --enable-shared to specify a list of
4741 directories.
4742
4743Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
4744
4745 * configure.in (host==solaris): Pass only the first word of $CC
4746 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
4747
4748Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
4749
4750 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
4751
4752Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
4753
4754 * Makefile.in (ALL_MODULES): Include all-perl.
4755 (CROSS_CHECK_MODULES): Include check-perl.
4756 (INSTALL_MODULES): Include install-perl.
4757 (ALL_X11_MODULES): Include all-guile.
4758 (CHECK_X11_MODULES): Include check-guile.
4759 (INSTALL_X11_MODULES): Include install-guile.
4760 (all-perl): New target.
4761 (all-guile): New target.
4762
4763 * configure.in (host_tools): Include perl and guile.
4764 (native_only): Include perl and guile.
4765 (noconfigdirs): Don't build guile and perl; no ports have been
4766 done.
4767
4768Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
4769
80413487
RH
4770 * configure (--enable-*): Handle quoted option lists such as
4771 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
4772
4773Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4774
4775 * Makefile.in ({,inst}all-target): New rule so we can make and
4776 install all of the target directories easily.
4777
4778Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4779
4780 * configure.in: Add missing global flag in sed substitution when
4781 deleting `target-' from ${configdirs}.
4782
4783Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
4784
4785 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
4786 option.
4787
4788 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
4789 config/mh-necv4.
4790
4791 * install.sh: Correct misspelling of transformbasename.
4792
4793 * config.guess: Recognize mips-*-sysv*.
4794
4795Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
4796
4797 * config.sub: Recognize mon960.
4798
4799Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
4800
4801 * configure: Restore Canadian Cross handling of BISON and LEX,
4802 removed in Feb 20 change.
4803
4804Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
4805
4806 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
4807 Mention make install. Remove the old copyright date as well the
4808 clumsy and rather pointless copyright on the README file.
4809
4810Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
4811
4812 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
4813 Makefile after running symlink-tree, then run `make distclean' to
4814 avoid clobbering any generated files in srcdir.
4815
4816Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4817
4818 * configure.in (m68k-*-netbsd*): Build everything now.
4819
4820Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
4821
4822 * Makefile.in (taz): Fix quoting.
4823
4824Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
4825
4826 * configure.in (sparclet-*-*): Build everything now.
4827
4828Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4829
4830 * configure.in (m68k-*-linux*): New host.
4831
4832Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
4833
4834 * configure: Check for bison before byacc.
4835
4836Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
4837
4838 * Makefile.in configure: Change the way LEX and BISON/YACC are
4839 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
4840 searching PATH. These are used as fallbacks by Makefile.in if
4841 flex/bison/byacc aren't in objdir.
4842
4843Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
4844
4845 * Makefile.in: Make everything which depends upon all-bfd also
4846 depend upon all-opcodes, in case --with-commonbfdlib is used.
4847
4848Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4849
4850 * configure.in (host *-*-cygwin32): Don't build gdb if we are
4851 building NT native compilers on Unix.
4852
4853Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
4854
4855 * configure.in: Don't get CC from the host Makefile fragment if we
4856 can find gcc in PATH, or if this is a Canadian Cross. Move the
4857 Solaris test for /usr/ucb/cc to the post target script, just after
4858 the compiler sanity test.
4859
4860Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
4861
4862 * config.sub: Merge with FSF.
4863
4864Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
4865
4866 * Makefile.in (RPATH_ENVVAR): New variable.
4867 (REALLY_SET_LIB_PATH): Use it.
4868 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
4869
4870Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
4871
4872 * config.sub, configure.in: Recognize sparclet cpu.
4873
4874Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
4875
4876 * config.guess: Support m68k-cbm-sysv4.
4877
4878Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4879
4880 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
4881 m68k-unknown-linuxaout from linker help string. Put quotes around
4882 $ld_help_string.
4883
4884Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
4885
4886 * config.guess (powerpc-harris-powerunix): Add guess for port
4887 to new target.
4888
4889Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4890
4891 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
4892
4893Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
4894
4895 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
4896 $(REALLY_SET_LIB_PATH) in Makefile.
4897 * Makefile.in (SET_LIB_PATH): New variable.
4898 (REALLY_SET_LIB_PATH): New variable.
4899 ($(DO_X)): Use $(SET_LIB_PATH).
4900 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
4901 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
4902 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
4903 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
4904 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
4905 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
4906 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
4907 (install-dosrel): Likewise.
4908 (all-opcodes): Depend upon all-libiberty.
4909
4910Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
4911
4912 * config.guess (*:CYGWIN*): New
4913
4914Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4915
4916 * Makefile.in (all-target-winsup): All all-target-libiberty.
4917
4918Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4919
4920 * configure.in (noconfigdirs): Add missing # in front of comment.
4921
4922Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
4923
4924 * configure.in: add second pass to things added to noconfigdirs
4925 so *-gm-magic can exclude libgloss properly.
4926
4927Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
4928
4929 * mpw-configure (extralibs_name, rez_name): Set correctly
4930 for MWC68K compiler.
4931
4932 * mpw-README: Add more info on the necessary build tools.
4933
4934Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
4935
4936 * configure.in, config.sub: Recognize cygwin32.
4937
4938Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
4939
4940 * config.guess, config.sub: Recognize A/UX.
4941
4942Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
4943
4944 * config.sub: Merge with gcc/config.sub.
4945
4946Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
4947
4948 * mpw-build.in (do-binutils): Add build of stamps.
4949
4950Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
4951
4952 * config.sub: Add recognition for mips64vr4100*-* targets.
4953
4954Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4955
4956 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
4957 Add creation of gconfigargs with `--enable-shared' turned on.
4958 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
4959 ($(host)-stamp-stage3-configured): Likewise.
4960 (HOLES): Add chatr and ldd.
4961 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
4962
4963Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
4964
4965 * configure: Pass --nfp to recursive configures.
4966
4967Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
4968
4969 * Makefile.in (DLLTOOL): New.
4970 (DLLTOOL_FOR_TARGET): New.
4971 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
4972 (EXTRA_TARGET_FLAGS): Ditto.
4973 (EXTRA_GCC_FLAGS): Ditto.
4974 (CONFIGURE_TARGET_MODULES): Ditto.
4975 (DO_X): Ditto.
4976 * configure: Add DLLTOOL.
4977
4978Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
4979
4980 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
4981 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
4982 mh-sco, since old workarounds no longer needed, and don't
4983 build ld, since libraries have weak symbols in COFF.
4984
4985Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
4986
4987 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
4988
4989Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
4990
4991 * configure.in: Make sure that ${CC} can be used to compile an
4992 executable.
4993
afb8d725
JM
4994Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
4995
4996 * Makefile.in (all-gdb): Depend on $(GDB_TK).
4997 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
4998 nothing depending on whether gdbtk is being built.
4999
252b5132
RH
5000Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
5001
5002 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
5003
5004Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
5005
5006 * configure.in (noconfigdirs): Put ld or gas in this early, if the
5007 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
5008
5009Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
5010
5011 * config-ml.in: Add support for
5012 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
5013 Simplify setting of multidirs from --disable-foo.
5014
5015Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5016
5017 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
5018 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
5019 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 5020 non-empty, pass them on to the GCC make.
252b5132
RH
5021 (all-bootstrap): New rule that is like all-gcc, except it executes
5022 the GCC bootstrap rule instead of the GCC all rule.
5023
5024Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
5025
5026 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
5027
5028Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5029
5030 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
5031 DG/UX support.
5032
5033Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
5034
5035 * config.sub (i*86*) Change [345] to [3456]
5036
5037Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
5038
5039 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
5040 --with-gnu-ld=no.
5041
5042Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5043
5044 * config-ml.in (rs6000*, powerpc*): Add switches to control which
5045 AIX multilibs get built.
5046
5047Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5048
5049 * configure.in (i386-win32): Don't build expect if we're not
5050 building the tcl subdir.
5051
5052Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
5053
5054 * Makefile.in: (configure-target-examples, all-target-examples):
5055 New targets, configure and build example programs.
5056
5057Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5058
5059 * mpw-configure: If an mpw-config.in generated a file mk.sed,
5060 use it as input to sedit the generated MPW makefile.
5061 * mpw-README: Add a suggestion about Gestalt.h.
5062
5063Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
5064
5065 * config.sub: Accept *-*-ieee*.
5066
5067Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
5068
5069 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
5070 Ronald F. Guilmette <rfg@monkeys.com>.
5071
5072Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5073
5074 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
5075 for powerpc-pe native.
5076 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
5077 (target==powerpc-pe): duplicate i386-win32 entry.
5078
5079Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5080
5081 * configure.in (noconfigdirs): Exclude target-newlib for all versions
5082 of vxworks, not just vxworks5.1.
5083
5084Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
5085
5086 * mpw-configure: Add support for exec-prefix.
5087
5088Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5089
5090 * config.guess: Recognize HP model 816 machines as having
5091 a PA1.1 processor.
5092
5093Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
5094
5095 * configure: Ignore new autoconf configure options.
5096
5097Thu Nov 30 14:45:25 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5098
5099 * config/mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
35590697 5100 defaults to K&R mode, but doesn't have varargs.h, so we have to
252b5132
RH
5101 compile in ANSI mode.
5102
5103Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
5104
5105 * config.guess: Recognize Pentium under SCO.
5106 From Robert Lipe <robertl@arnet.com>.
5107
5108Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5109
5110 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
5111 * config/mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
5112 RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
5113
5114Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
5115
5116 * configure.in: Don't configure gas for alpha-dec-osf*.
5117
5118Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
5119
5120 * configure.in: Default to --with-stabs for some targets for which
5121 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
5122 i[345]86*-*-unixware*.
5123
5124Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
5125
5126 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
5127 rather than basing it on the target. Simplify handling of options
5128 controlling which directories to configure. Remove extraneous
5129 slash in multi-clean target.
5130
5131Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
5132
5133 * config-ml.in: Prefix more variables with ml_ so they don't collide
5134 with configure's.
5135
5136Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
5137
5138 * configure: Don't turn -v into --v.
5139
5140Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
5141
5142 * configure.in (targargs): Fix typo.
5143
5144 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
5145
5146Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
5147
5148 * configure.in: Strip --host and --target options from
5149 CONFIG_ARGUMENTS, and always configure for --host only. Add
5150 --with-cross-host option when building with a cross-compiler.
5151 * configure: Canonicalize the arguments put into config.status by
5152 always using `=' for an option with an argument. Pass a presumed
5153 --host or --target explicitly.
5154
5155Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
5156
5157 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
5158 into general OS recognition case.
5159
5160Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5161
5162 * configure.in (target_configdirs): add target-winsup only
5163 for win32 target systems.
5164
5165Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
5166
5167 * Makefile.in (all-target-libgloss): Depend upon
5168 configure-target-newlib, since when libgloss is built it looks to
5169 see if the newlib directory exists.
5170
5171Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
5172
5173 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
5174 cfg-ml-*.in.
5175
5176Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
5177
5178 * configure: Handle LD and LD_FOR_TARGET when configuring a
5179 Canadian Cross.
5180
5181Tue Nov 14 15:03:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5182
5183 * config/mh-i386win32: add LD_FOR_TARGET.
5184
5185Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5186
5187 * configure.in (target_libs): add target-winsup.
5188 (target==i386-win32): add patch diff flex make to $noconfigdirs.
5189 (target==ppcle-pe): remove ld from $noconfigdirs.
5190
5191Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
5192
5193 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
5194 Preserve relative path names in $srcdir. Build symlink tree if
5195 configuring cross target dir and srcdir=. (= no VPATH support).
5196 (configure-target-libg++): Depend on configure-target-librx.
5197 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
5198 * config-ml.in: New file.
5199 * symlink-tree: New file.
5200 * configure: Ensure srcdir="." if that's what it is.
5201
5202Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
5203
5204 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
5205 includes and FLEX_SKELETON setting.
5206 * mpw-configure (--with-gnu-ld): New option, controls whether
5207 to use PPCLink or ld with PowerMac GCC.
5208 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
5209 * mpw-config.in: Configure grez if targeting Mac.
5210
5211 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
5212 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
5213 just macos.
252b5132
RH
5214 * configure.in: Configure grez resource compiler if targeting Mac.
5215 * Makefile.in (all-grez, install-grez): New targets.
5216
5217Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
5218
5219 * configure: CXX defaults to gcc, not g++. If we find
35590697 5220 gcc in the path, set CC to gcc -O2.
252b5132
RH
5221
5222Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
5223
5224 * configure: Default ${build} correctly. Avoid picking up extra
5225 spaces when reading CC and CXX from Makefile. When doing a
5226 Canadian Cross, use plausible default values for numerous
5227 variables.
5228 * configure.in: When doing a Canadian Cross, don't try to
5229 configure tools whose configure script can't handle it.
5230
5231Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5232
5233 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
5234
5235Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
5236
5237 * configure: Remove dubious bug reporting address.
5238
5239Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
5240
5241 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
5242 configure script, run that instead of this directory's configure.
5243 In either case, print a message that we're configuring the sub-dir.
5244
5245Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
5246
5247 * configure.in: Before checking for the existence of various files,
5248 use sed to filter out "target-".
5249
5250Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
5251
5252 * Makefile.in (DO_X): Split rule to decrease command line length
5253 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
5254 (Philippe De Muyter).
5255
5256Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5257
5258 * Makefile.in (all-patch): depend on all-libiberty.
5259
5260Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
5261
5262 * configure.in: If the only directory in target_configdirs which
5263 actually exists is libiberty, then set target_configdirs to empty,
5264 to avoid trying to build a target libiberty in a gas or gdb
5265 distribution.
5266
5267Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
5268
5269 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
5270 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
5271 systems.
252b5132
RH
5272
5273Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5274
5275 * configure.in (copy_dirs): Use sys-include instead of include
5276 for --with-headers option.
5277
5278Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
5279
5280 * Makefile.in, configure.in: Make winsup builds work with
5281 new scheme.
5282
5283Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
5284
5285 * configure.in: Build the linker on AIX.
5286
5287Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
5288
5289 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
5290 where needed.
5291
5292Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
5293
5294 * Makefile.in (all-gcc): Fix typo.
5295
5296Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
5297
5298 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
5299
5300Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
5301
5302 * configure.in: Rename libFOO to target-libFOO, and xiberty
5303 to target-xiberty, to provide more flexibility.
5304 (target_subdir): Define. Create if cross.
5305 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
5306 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
5307 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
5308 check-libFOO -> check-target-libFOO, etc.
5309 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
5310 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
5311 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
5312 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
5313 allow ALL_GCC="" to only configure.
5314 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
5315 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
5316 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
5317
5318Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
5319
5320 * Makefile.in (taz): Build "info" in etc explicitly.
5321
5322Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
5323
5324 * configure.in: Make sure that CC is undefined (as opposed to
5325 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
5326 problem with autoconf trying to configure on a host without GCC.
5327
5328Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
5329
5330 * mpw-configure: Set host alias from choice of host compiler,
5331 only use generic MPW Makefile sed if present, edit a file
5332 named "hacked_Makefile.in" instead of "Makefile.in" if present.
5333 * mpw-README: Add problem notes about CW6 and CW7.
5334
5335Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
5336
5337 * Makefile.in (taz): Use ";" instead of ";;".
5338
5339Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
5340
5341 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
5342 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
5343 DISTDOCDIRS.
5344 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
5345 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
5346
5347Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
5348
5349 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
5350 and gnats, because they are now subsumed by DISTSTUFFDIRS.
5351 Move bfd to DISTSTUFFDIRS.
5352
5353Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5354
5355 * Makefile.in (X11_LIB): Removed.
5356 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
5357
5358 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
5359
5360Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5361
5362 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
5363 names.
5364
5365Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5366
5367 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
5368
5369Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
5370
5371 * configure.in (i[345]86-*-win32): Always build newlib.
5372 Don't configure cvs, autoconf or texinfo.
5373 * Makefile.in (LD_FOR_TARGET): New.
5374 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
5375 Pass down LD_FOR_TARGET.
5376
5377Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
5378
5379 * winsup: New directory.
5380 * Makefile.in: Build winsup.
5381 * configure.in: Winsup is configured when target is win32.
5382 Can only build win32 target GDB when native.
35590697 5383
252b5132
RH
5384Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
5385
5386 * config.guess: Recognize HP model 819 machines as having
5387 a PA 1.1 processor.
5388
5389Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
5390
5391 * configure: Fix sed loop which substitutes for CC and CXX to
5392 avoid bug found in various sed implementations.
5393
5394Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5395
5396 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
5397 simulator. Use standard powerpc-*-eabi*.
5398
5399Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
5400
5401 * configure.in: Stop putting gas and binutils in noconfigdirs for
5402 powerpc-*-aix* and rs6000-*-*.
5403
5404Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
5405
5406 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
5407 -mcall-aixdesc libraries.
5408
5409Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
5410
5411 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5412
5413 * config.sub (arm | armel | armeb): Fix shell syntax.
5414
5415Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5416
5417 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
5418 -msoft-float and -mcpu=common support.
5419 (powerpc*-*-eabisim*): Add support for building -mcall-aix
5420 libraries.
5421
5422Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
5423
5424 * configure.in: Allow configuration and build of emacs19 for the alpha.
5425
5426Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5427
5428 * configure.in (CC): Get ^CC, not just any old CC, from
5429 ${host_makefile_frag}.
5430
5431Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5432
35590697 5433 * configure.in (CC): Try to get CC from
252b5132
RH
5434 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
5435
5436Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5437
5438 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
5439 only if it exists in $(srcdir).
5440
5441Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
5442
5443 * configure: If CC and CXX are not set in the environment, set
5444 them, based on either an existing Makefile or on searching for gcc
5445 in PATH. Substitute for CC and CXX in Makefile.
5446 * configure.in: Remove libm from target_libs. Separate
5447 target_configdirs from configdirs. If CC is not set in
5448 environment, try to get it from a host Makefile fragment. Rewrite
5449 changes of configdirs to use skipdirs instead. A few minor
5450 tweaks. Take directories out of target_configdirs as they are
5451 taken out of configdirs. Remove existing Makefile files from
5452 subdirectories. Substitute for TARGET_CONFIGDIRS and
5453 CONFIG_ARGUMENTS in Makefile.
5454 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
5455 by configure.in.
5456 (CONFIG_ARGUMENTS): Likewise.
5457 (CONFIGURE_TARGET_MODULES): New variable.
5458 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
5459 ($(CONFIGURE_TARGET_MODULES)): New target.
5460 (configure-libg++, configure-libio): New targets.
5461 (all-libg++): Depend upon configure-libg++.
5462 (all-libio): Depend upon configure-libio.
5463 (configure-libgloss, all-libgloss): New targets.
5464 (configure-libstdc++): New target.
5465 (all-libstdc++): Depend upon configure-libstdc++.
5466 (configure-librx, all-librx): New targets.
5467 (configure-newlib): New target.
5468 (all-newlib): Depend upon configure-newlib
5469 (configure-xiberty): New target.
5470 (all-xiberty): Depend upon configure-xiberty.
5471
5472Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5473
5474 * configure.in (host i[345]86-*-win32): Expand the
5475 noconfigdirs again.
5476
5477Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
5478
5479 * mpw-configure: Fix sed command file name.
5480
5481Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
5482
35590697 5483 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
5484 noconfigdirs again.
5485
5486Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
5487
5488 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
5489 or powerpc*-*-pe*, since they are not yet supported.
5490
5491Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
5492
5493 Add PowerMac support and many other enhancements.
5494 * mpw-configure: New option --cc to select compiler to use,
5495 paste options set according to --cc into the generated
5496 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
5497 if mpw-make.sed is present.
5498 * mpw-config.in: Don't test for gC1, test for mpw-touch,
5499 add forward includes for PowerPC include files.
5500 * mpw-build.in: Build using Makefile.PPC if present.
5501 (do-byacc, etc): Remove separate version resource builds.
5502 (do-gas): Build "stamps" before "all".
5503 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
5504 * mpw-README: Update to reflect --cc option, PowerMac support,
5505 and recently-reported compatibility problems.
5506
5507Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
5508
5509 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
5510 embedded m68k systems (-aout, -coff, -elf, -vxworks).
5511 (--with-multilib-top): Pass to recursive invocations.
5512
5513Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
5514
5515 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
5516 v810-*-*.
5517
5518Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5519
5520 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
5521 gdb, ld and opcodes on v810-*-*.
5522
5523Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com>
35590697 5524
252b5132
RH
5525 * config/mh-ncrsvr43: Removed AR_FLAGS
5526
5527Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
5528
5529 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
5530 (local-maintainer-clean): New target.
5531 (maintainer-clean): New target.
5532 (realclean): Just depend upon maintainer-clean.
5533
5534Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5535
5536 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
5537
5538Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
5539
5540 * configure.in: Build ld in mips*-*-bsd* case.
5541
5542Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
5543
5544 * config.sub: Accept -lites* OS. From Ian Dall.
5545
5546Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
5547
5548 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 5549 targets.
252b5132
RH
5550
5551Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5552
5553 * configure.in: treat i386-win32 canadian cross the same as
5554 i386-go32 canadian cross.
5555
5556Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5557
5558 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
5559 running under the simulator to build a reduced set of libraries.
5560 (powerpc-*-eabiaix): Add fine grained multilib support added to
5561 other powerpc targets yesterday.
5562
5563Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5564
5565 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
5566 -disable-softfloat, -disable-relocatable, -disable-aix, and
5567 -disable-sysv to control which multilib libraries get built.
5568
5569Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
5570
5571 * configure: Add Makefile.tem to list of files to remove in trap
5572 handler.
5573
5574Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
5575
5576 * config.guess (*Linux*): Add missing "exit"s.
5577 Also, need specific check for alpha-unknown-linux (uses COFF).
5578
5579Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
5580
5581 * config.guess: Merge with FSF:
5582
5583 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
5584 * config.guess (AIX4): More robust release numbering discovery.
5585
5586 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
5587 * config.guess (i386-sequent-ptx): Properly get version number.
5588
5589 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
5590 * config.guess (mips:*:4*:UMIPS): New case.
5591
5592Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
5593
5594 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
5595 (i386-win32 host): Likewise. Don't build readline.
5596
afb8d725
JM
5597Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
5598
5599 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
5600 SUPPORT_FILES to submakes.
5601
252b5132
RH
5602Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
5603
5604 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
5605 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
5606 mpw-configure.
5607
5608Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
5609
5610 * configure.in (appdirs): Use =, not ==, in test expression when
5611 trying to build the text to print in the warning message for
5612 Solaris users.
5613
5614Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
5615
5616 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
5617
5618Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5619
5620 * config.guess: Recognize lynx-2.3.
5621
5622Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
5623
5624 * config.sub (z8ksim): Deleted
5625 (z8k-*-coff): New, this is the one true name of the target.
5626
5627Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
5628
5629 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
5630
5631Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
5632
5633 * config.guess (*:Linux:*:*): First try asking the linker what the
5634 default object file format is (elf, aout, or coff). Then if this
5635 fails, try previous methods.
5636
5637Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5638
5639 * configure.in: Don't build newlib for *-*-vxworks5.1.
5640
5641Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
5642
5643 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
5644 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
5645
5646Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
5647
5648 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
5649
5650Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
5651
5652 * cfg-ml-com.in: New file.
5653 * cfg-ml-pos.in: New file.
5654
5655Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5656
5657 * COPYING.NEWLIB: Add HP free copyright to list.
5658
5659Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5660
5661 * config.sub: Recognize -eabi* for the system, not just -eabi.
5662
5663Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
5664
5665 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
5666 * config.sub, configure.in (win32): New target and host.
5667
5668Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
5669
5670 * configure.in: Add i386-pe configuration.
5671
5672Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
5673
5674 * mpw-build.in (install): Install GDB after LD.
5675
5676Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
5677
5678 * mpw-config.in (elf/mips.h): Always forward-include, needed
5679 for GDB to build.
5680
5681Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
5682
5683 * testsuite: New directory for customer acceptance and whole tool
5684 chain tests.
5685
5686Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
5687
5688 * configure: If per-host line isn't found, but AC_OUTPUT is found
5689 and a configure script exists, run it instead.
5690
5691Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
5692
5693 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
5694
5695Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
5696
5697 * configure: Set build_{cpu,vendor,os,alias} to host values when
5698 --build isn't specified.
5699
5700Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5701
5702 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
5703 (FLAGS_TO_PASS): Pass them.
5704 (EXTRA_TARGET_FLAGS): Ditto.
5705
5706 * config/m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
5707
5708Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5709
5710 * Makefile.in (all-libg++): Depend on all-libstdc++.
5711
5712Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5713
5714 * configure.in (noconfigdirs): Enable all packages for
5715 i386-unknown-netbsd.
5716
5717Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
5718
5719 * configure.in (noconfigdirs): Don't configure tk for i386-go32
5720 hosted builds (DOS builds)
5721
5722Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
5723
5724 Changes for ARM based on patches from Richard Earnshaw:
5725 * config.sub: Handle armeb and armel.
5726 * configure.in: Omit arm linker only for riscix.
5727
5728Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
5729
5730 * config.guess: Update from FSF.
5731
5732Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
5733
5734 * config.sub: Recognize powerpcle as the little endian varient of
5735 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
5736 powerpcle variant. Convert pentium into i586, not i486. Add p5
5737 alias for i586. Map new x86 variants p6, k5, nexgen into i586
5738 temporarily.
5739
5740Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
5741
5742 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
5743
5744Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
5745
5746 * config.sub: Accept -lites* as a basic system type.
5747
5748Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
5749
5750 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
5751 installed, and if so return linuxoldld as the system name.
5752
5753Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
5754
5755 * config.guess: Add hppa1.1-hp-lites support.
5756
5757Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
5758
5759 * configure.in: Don't build newlib for m68k-vxworks5.1.
5760
5761Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5762
5763 * configure.in (mips-sgi-irix6): Use mh-irix5.
5764
5765Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
5766
5767 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
5768
5769Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5770
5771 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 5772 OSF/1. Fix compiler flags.
252b5132
RH
5773 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
5774
5775Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
5776
5777 * configure.in: Recognize --with-newlib.
5778 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
5779
afb8d725
JM
5780Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5781
5782 * Makefile.in: move {all,check,install}-gdb from *_MODULES
5783 to *_X11_MODULES due to gdbtk needing X include files et al.
5784
252b5132
RH
5785Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
5786
5787 Merge in support for Mac MPW as a host.
5788 (Old change descriptions retained for informational value.)
5789
5790 * mpw-config.in: Add generic include forwards for cpu-specific
5791 include files in aout and elf directories.
5792
5793 * mpw-configure: Added copyright.
5794 * mpw-config.in: Check for presence of required build tools.
5795 (target_libs): Add newlib.
5796 (target_tools): Add examples.
5797 (Read Me): Generate as "Read Me for MPW" instead.
5798 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
5799 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
5800 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
5801
5802 * mpw-configure: Remove subdir-specific makefile hackery,
5803 delete mk.tmp after using it.
5804
5805 * mpw-build.in (all): Display start and end times.
5806
5807 * mpw-configure (host_canonical): Set.
5808 (target_cpu): Always add to makefiles.
5809 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
5810 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
5811 (mpw-mh-mpw): Look for in srcdir and srcroot.
5812 Use sed instead of mpw-edit-prefix to edit prefix definitions.
5813
5814 * mpw-build.in: (install-only): New target.
5815
5816 * mpw-configure (host_alias, target_alias): Rename from hostalias
5817 and targetalias, add into generated Makefile.
5818 (mk.tmp): If present, add into generated Makefile.
5819 * mpw-build.in (all-gas): Build config.h first before gas proper.
5820
5821 * mpw-configure (config.status): Write only if changed.
5822 * mpw-config.in (readline): Configure it (not built, just used for
5823 definitions).
5824
5825 * mpw-config.in (elf/mips.h): Add a forward include.
5826
5827 * mpw-config.in: Forward-include most .h files in include into
5828 extra-include.
5829 (readline): Don't build.
5830 mpw-build.in (install): Install GDB.
5831
5832 * mpw-configure (prefix, mpw_prefix): Handle it.
5833 * mpw-config.in (mmalloc, readline): Don't configure.
5834 * mpw-build.in (thisscript): Rename to ThisScript.
5835 Use mpw-build instead of BuildProgram everywhere.
5836 (mmalloc, readline): Don't build.
5837 * mpw-README: New file, basic documentation about the MPW port.
5838
5839 * mpw-config.in: Use forward-include to create include files.
5840
5841 * mpw-configure: Add more things to the top of each configured
5842 Makefile, including contents of config/mpw-mh-mpw.
5843 * mpw-config.in (extra-include): Create this directory and fill it
5844 with Posix-like include files when configuring.
5845
5846 * config.sub (apple, mac, mpw): Add various aliases.
5847
5848 * mpw-build.in: New file, top-level build script fragment for MPW.
5849 * mpw-configure: New file, configure script for MPW.
5850 * mpw-config.in: New file, config fragment for MPW.
5851
5852Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5853
5854 * configure.in (host_libs): Remove glob, since it is gone from the
5855 sources.
5856
5857Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5858
5859 * Makefile.in: define empty GDB_NLM_DEPS var.
5860
5861 * configure.in(target_makefile_frag): use config/mt-netware
5862 for netware targets.
5863
5864Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
5865
5866 * config.sub: Merge in recent FSF changes. Remove linux special
5867 cases.
5868
5869Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
5870
5871 build-all.mk,config/mh-solaris: revert these two changes:
5872
5873 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
5874
5875 * build-all.mk: Use CC=cc -Xs on Solaris.
5876
5877 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5878
5879 * config/mh-solaris: SunPRO C needs -Xs to be able to get a
5880 working xmakefile for Emacs.
5881
5882Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5883
5884 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
5885 stop using it.
5886 * Makefile.in: Nuke all references to glob subdirectory.
5887
5888Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5889
5890 * configure.in: Fix --enable-shared logic in per-host.
5891
5892Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
5893
5894 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
5895
5896Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5897
5898 * configure.in (noconfigdirs): Don't build gas on AIX, for
5899 powerpc*-*-aix* as well as for rs6000*-*-aix*.
5900
5901Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
5902
5903 * configure: Fix --cache-file to work if the file argument is a
5904 relative path.
5905
5906Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
5907
5908 * configure: If the --cache-file is used, pass it down to
5909 configure in subdirectories.
5910
5911Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
5912
5913 * config.sub: add vxworks29k configuration.
5914
5915Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
5916
5917 * Makefile.in (taz): Do "diststuff" part quietly.
5918
5919Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
5920
5921 * config.sub: Mini-merge with gcc/config.sub.
5922
5923Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5924
5925 * config.guess (IRIX): Sed - to _.
5926
5927Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5928
5929 * Makefile.in (source-vault, binary-vault): New targets.
5930
5931Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
5932
5933 * config.sub: Recognize -eabi as a basic system type.
5934
5935Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5936
5937 * configure.in (enable_shared stuff): Fix typo.
5938
5939Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
5940
5941 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
5942
5943Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5944
5945 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
5946
5947Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5948
5949 * configure.in (rs6000-*-*): Don't build gas.
5950
5951Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
5952
5953 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
5954 reduce command line length.
5955 (AS_FOR_TARGET): Check for as.new, not Makefile.
5956 (NM_FOR_TARGET): Check for nm.new, not Makefile.
5957
5958Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
5959
5960 * config.guess: Merge from FSF.
5961
5962Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
5963
5964 * configure: Don't use $ when handling program_suffix.
5965
5966Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
5967
5968 * configure.in: Configure tk for hppa/hpux.
5969
5970Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
5971
5972 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
5973
5974Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
5975
5976 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
5977 to LIBCXXFLAGS. Tests are better run without it.
5978
5979Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
5980
5981 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
5982
5983Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
5984
5985 * configure.in (*-*-netware*): Don't configure xiberty.
5986
5987Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
5988
5989 * configure.in: Remove tk from native_only list.
5990
5991Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
5992
5993 * build-all.mk: Add mips-ncd-elf target to sun4 targets
5994 for special NCD build.
5995
5996Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
5997
5998 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
5999 makeall.bat, they're only useful for binutils snapshots.
6000 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
6001 makeall.bat to specified SUPPORT_FILES.
6002
6003Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
6004
6005 * build-all.mk: Add Ericsson targets to sun4 and solaris
6006 hosts. Add BNR's sun4 target to solaris host, so their
6007 build-from-source will be tested in-house first.
6008
6009Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6010
6011 * Makefile.in (LIBCFLAGS): New variable.
6012 (CFLAGS_FOR_TARGET): Ditto.
6013 (LIBCFLAGS_FOR_TARGET): Ditto.
6014 (LIBCXXFLAGS): Ditto.
6015 (CXXFLAGS_FOR_TARGET): Ditto.
6016 (LIBCXXFLAGS_FOR_TARGET): Ditto.
6017 (BASE_FLAGS_TO_PASS): Pass them.
6018 (EXTRA_TARGET_FLAGS): Ditto.
6019
6020 * configure.in, config/m[th]-*pic: Support --enable-shared.
6021
6022Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
6023
6024 * configure.in (target_libs): Include libstdc++ again.
6025 * config.guess: Update from FSF (for FreeBSD).
6026
6027Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6028
6029 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
6030 makeall.bat.
6031 (DISTDOCDIRS): Add `etc'.
6032 (ETC_SUPPORT_PFX): New variable.
6033 (taz): Include anything from etc starting with a word in
6034 ETC_SUPPORT_PFX.
6035
6036Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6037
6038 * config.sub: Update for recent FSF changes. Remove obsolete
6039 h8300hds entry. Add -windows* and -osx as basic os. Minor
6040 spacing changes.
6041
6042Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
6043
6044 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
6045
6046 * config.guess: Merge with FSF.
6047 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
6048
6049Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6050
6051 * configure: Since the "trap 0" handler will override the exit
6052 status on many systems, only use it for "exit 1", and make it set
6053 a non-zero exit status; reset it before "exit 0". Also, check
6054 exit status of config.sub, and error out if it failed.
6055
6056Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
6057
6058 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
6059 and install libgloss.
6060
6061Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6062
6063 * Makefile.in (all-binutils): Depend upon all-byacc.
6064
6065 * configure.in: Don't build emacs on Irix 5.
6066
6067Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6068
6069 * configure.in (*-*-netware*): Add libio.
6070
6071Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6072
6073 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
6074 (CHECK_TARGET_MODULES): Ditto.
6075 (INSTALL_TARGET_MODULES): Ditto.
6076 (TARGET_LIBS): Ditto.
6077 (all-libstdc++): Note dependencies.
6078
6079Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6080
6081 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
6082
6083Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6084
6085 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
6086 -fexternal-templates.
6087
6088 * configure.in (target_libs): Add libstdc++.
6089 (noconfigdirs): Add libstdc++ as appropriate.
6090
6091Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
6092
6093 * config.guess: Update from FSF.
6094
6095Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6096
6097 * configure: Use ${config_shell} when running ${configsub}.
6098
6099Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
6100
6101 * config.sub: No longer recognize h8300h.
6102
6103Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6104
6105 * config.sub: Remove extraneous differences between config.sub and
6106 gcc/config.sub.
6107
6108Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6109
6110 * Makefile.in (DISTSTUFFDIRS): Add gas.
6111
6112Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
6113
6114 * COPYING.NEWLIB: New file.
6115
6116Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
6117
6118 * config.guess (HP-UX): Patch from Harlan Stenn
6119 <harlan@landmark.com> to also emit release level.
6120
6121Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
6122
6123 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
6124
6125Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
6126
6127 * config.sub: Merge nextstep cleanup from FSF.
6128
6129Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
6130
6131 * configure.in (arm-*-*): Don't configure ld for this target.
6132
6133Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6134
6135 * configure.in (*-*-netware): don't configure libg++, libio,
6136 librx, or newlib.
6137
6138Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6139
6140 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
6141 configure ld--it works, but it doesn't support shared libraries.
6142
6143Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
6144
6145 * config.guess (*-unknown-freebsd*): Get rid of possible
6146 trailing "(Release)" in version string.
6147 Patch from Paul Richards <paul@isl.cf.ac.uk>.
6148
6149Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
6150
6151 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
6152 Fix type: *-next-neststep -> *-next-nextstep.
6153
6154 * config.guess: Merge from FSF:
6155
6156 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
6157
6158 * config.guess: Recognize powerpc-ibm-aix3.2.5.
6159
6160 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
6161
6162 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
6163 instead of UNIX_SV for UnixWare 1.0).
6164
6165Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
6166
6167 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
6168 to make gdb/nlm/* build after the compiler and linker.
6169
6170Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
6171
6172 * config.guess (netbsd, freebsd, linux): Accept any machine,
6173 not just i[34]86.
6174 (m68k-atari-sysv4): Relocate to match FSF version.
6175
6176 * config.guess: More merges from the FSF:
6177
6178 Add a space before function call or macro invocation.
6179
6180 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6181
6182 * config.guess: Add trap cmd to remove dummy.c and dummy when
6183 interrupted.
6184
6185 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6186
6187 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
6188 (dummy): Redirect stderr from compilation of dummy.c.
6189
6190 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
6191
6192 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
6193
6194Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
6195
6196 * configure: Accept and ignore --cache*, for compatibility with
6197 new autoconf.
6198
6199Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
6200
6201 * config.guess: Merge from FSF:
6202
6203 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6204
6205 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
6206 (PATH): Add /.attbin at end for finding uname.
6207 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
6208
6209 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
6210
80413487 6211 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
6212
6213 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
6214
80413487
RH
6215 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
6216 to select whether to use ELF or COFF.
252b5132
RH
6217
6218 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6219
80413487 6220 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
6221
6222 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6223
6224 * config.guess: Guess the OS version for HPUX.
6225
6226 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6227
6228 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
6229
6230Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6231
6232 * configure.in: Recognize --with-headers, --with-libs, and
6233 --without-newlib.
6234 * Makefile.in (all-xiberty): Depend upon all-ld.
6235
6236Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6237
6238 * configure.in: Change i[34]86 to i[345]86.
6239
6240Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6241
6242 * configure (version): A few more tweaks to help message.
6243
6244Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
6245
6246 * Makefile.in: Remove (for now) librx as a host library,
6247 now that we're building it for target.
6248
6249Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6250
6251 * configure: Fix up help message; from karl@owl.hq.ileaf.com
6252 (Karl Berry).
6253
6254Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
6255
6256 * configure.in: Also configure librx.
6257
6258Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
6259
6260 * Makefile.in: Update various rules to reflect that librx
6261 is now needed for libg++.
6262
6263Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6264
6265 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
6266
6267Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
6268
6269 * configure.in: Configure the examples directory.
6270
6271Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6272
6273 * configure: Simplify Jun 2 1994 change.
6274
6275Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
6276
6277 * change CC to /usr/latest/bin/gcc for lynx host builds, since
6278 /bin/gcc isn't good enough to build gcc.
6279
6280Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
6281
6282 * Makefile.in (GDB_SUPPORT_FILES): Remove
6283 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
6284 (gdb.tar.gz): Add new rule to use standard distribution building
6285 mechanism.
6286
6287Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6288
6289 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
6290 Bill Cox <bill@cygnus.com>.
6291
6292Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
6293
6294 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
6295
6296Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
6297
6298 * configure: Search current dir first in .gdbinit.
6299
6300Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
6301
6302 * config.sub: Recognize freebsd (merged from gcc config.sub).
6303
6304Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
6305
6306 * config.sub: Refer to NeXT's operating system as nextstep.
6307
6308 * config.sub (case $basic_machine): Re-order the cases, to match
6309 the order in the FSF version (which is mostly alphabethical).
6310 Merge in some additions and changes from the FSF.
6311
6312Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
6313
6314 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
6315 * config.sub: Recognize cxux7.
6316 * configure.in: Use mh-cxux for m88k-harris-cxux*.
6317
6318Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
6319
6320 * config.sub: Fix typo powerpc -> powerpc-*.
6321
6322Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
6323
6324 * Makefile.in: `all-emacs19' depends on `all-byacc'.
6325
6326 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
6327 parallel with all-emacs and install-emacs). Top-level command
6328 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
6329
6330Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6331
6332 * test-build.mk ($(host)-stamp-stage2-installed): Remove
6333 $(relbindir)/make before doing ``make install'', and use
6334 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
6335 installing over running make binary.
6336 ($(host)-stamp-stage3-installed): Likewise.
6337
6338Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6339
6340 * config.guess: Recognize Mach.
6341
6342Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6343
6344 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
6345 see whether --exec-prefix was used.
6346
6347Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
6348
6349 * README: Explicitly mention libg++/README. (Zoo's idea.)
6350
6351Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6352
6353 * Makefile.in: Add all-librx target similar to all-libproc.
6354
6355Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
6356
6357 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
6358 with post 1.2 uname bogosity.
6359
6360Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6361
6362 * configure: Remove temporary files on receipt of a signal.
6363
6364Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
6365
6366 * configure: If there is a package_makefile_frag, remove
6367 ${subdir}/Makefile.tem after copying it in.
6368
6369Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
6370
6371 * build_all.mk: support rs6000 lynx identifies itself as
6372 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
6373 since /bin/gcc is too feeble to compile a modern gcc.
6374
6375Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
6376
6377 * brought devo/test-build.mk update-to-date with progressive/
6378 test-build.mk. Add lynx targets and hppa flag info.
6379
6380Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
6381
6382 * configure.in: Use mh-ncrsvr43. Patch from
6383 Tom McConnell <tmcconne@sedona.intel.com>.
6384
6385Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
6386
6387 * config.guess (i386-unknown-bsdi): No longer need to
6388 check #if defined(__bsdi__) && defined(__i386__).
6389
6390Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6391
6392 * configure: Set program_transform_nameoption correctly.
6393
6394Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
6395
6396 * brought build-all.mk update-to-date with progressive build-all.mk,
6397 added new targets and hppa info.
35590697 6398
252b5132
RH
6399Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6400
6401 * configure: If config.guess result is a prefix of the user
6402 specified target, assume a native build and use the user specified
6403 target as the host alias. Remove SunOS patch suffix removal hack.
6404 * configure.in: Remove SunOS patch suffix removal hack.
6405
6406 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
6407 in NATIVE_CHECK_MODULES.
6408
6409Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
6410
6411 * Makefile.in: Rename HOST_ONLY to NATIVE.
6412 * configure: Delete SunOs patch suffix from host_canonical
6413 and build_canonical variables that are prepended to Makefiles.
6414 * configure.in: Add comments for easier maintenance.
6415
6416Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6417
6418 * Makefile.in: Add all-libproc target similar to all-gui.
6419
6420Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
6421
6422 * Makefile.in (CHECK_MODULES): split into
6423 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
6424
6425Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
6426
6427 * config.guess (i386-unknown-bsdi): New system to guess.
6428
6429Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6430
6431 * Makefile.in: Add all-gui target (but not yet build by "all").
6432
6433Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
6434
6435 * config.sub: Move deletion of patch suffix from here...
6436 * configure.in: To here, at Ian's suggestion. The top-
6437 level scripts might need to know of a patch level.
6438
6439Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
6440
6441 * config.sub: Strip off patch suffix so rtl is recognized
6442 as a sunos4.1.3 machine, even though it's been patched.
6443
6444Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
6445
6446 * Makefile.in (INSTALL_LAST): Delete.
6447 (INSTALL_DOSREL): New.
6448
6449Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6450
6451 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
6452 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
6453 whether we pass down --with-gnu-ld anyhow.
6454
6455Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
6456
6457 * Makefile.in (INSTALL_LAST): Change operation so it works
6458 on more flavors of make.
6459 * configure.in (go32): Don't build libg++ or libio.
6460
6461Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
6462
6463 * Makefile.in (Move HOST_PREFIX_1 and friends up so
6464 they can be overriden by templates.
6465
6466Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
6467
6468 * configure.in (target==go32): Don't build gdb.
6469 * dosrel: New directory.
6470
6471Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
6472
6473 * configure.in (host==go32): Configure dosrel too.
6474 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
6475 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
6476 be set by incoming names or templates.
6477 (INSTALL_LAST): New rule.
6478 * config/mh-go32: New fragment.
6479
6480Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
6481
6482 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
6483
6484Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6485
6486 * config/mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
6487 unique in 8.3 naming schemes.
6488 * configure.in (appdirs): New variable. Currently empty, but will
6489 be used in gas distribution. If nonempty, lists a set of
6490 directories at least one of which must get configured, or top
6491 level configuration is considered to have failed.
6492 (rs6000-*-lynxos*): Use new file name.
6493
6494Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6495
6496 Eliminate XTRAFLAGS.
6497 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
6498 newlib include files using -idirafter, and also use -nostdinc.
6499 (CXX_FOR_TARGET): Likewise.
6500 (XTRAFLAGS): Removed.
6501 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
6502 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
6503 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
6504 ($(DO_X)): Don't pass down XTRAFLAGS.
6505
6506Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
6507
6508 * configure.in (mips*-dec-bsd*): New target; do build linker.
6509 (mips*-*-bsd*): New target; don't build linker.
6510
6511Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
6512
6513 * configure.in: support rs6000-*-lynxos* configuration.
6514 support sunos4 as a cross target.
6515
6516 * config.sub: look for lynx*, not lynx since the OS version may
6517 legitimately be part of the name.
6518
6519Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6520
6521 * configure.in (i[34]86-*-sco*): Move to be with other i386
6522 targets.
6523 (romp-*-*): New target. Skip various binary utilities.
6524 (vax-*-*): New target. Don't build newlib.
6525 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
6526
6527Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6528
6529 * configure.in: Only set host_makefile_frag if config
6530 directory exists.
6531
6532Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6533
6534 * install.sh: If $dstdir exists, don't check whether each
6535 component does.
6536
6537Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6538
6539 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
6540
6541Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
6542
35590697
AJ
6543 * configure.in (*-*-lynxos*): Don't configure newlib for either
6544 native or cross Lynx.
252b5132
RH
6545
6546Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
6547
6548 * config.sub (sparc64-elf): Fix os.
6549 (z8k): Remove duplicate.
6550
6551Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6552
6553 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
6554 gcc/stmp-fixproto, to try to prevent fixproto from being run.
6555
6556Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
6557
6558 * configure: Make file links cleanly even if Lynx fails on
80413487 6559 an NFS symlink (at least fail cleanly).
252b5132
RH
6560
6561Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
6562
6563 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
6564 -XNh2000.
6565
6566Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6567
6568 * configure: Unknown options are fatal again.
6569
6570Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
6571
6572 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 6573 compatibility.
252b5132
RH
6574
6575Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
6576
6577 * build-all.mk: Add `clean' target.
6578
6579Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6580
6581 * config.guess: Add SINIX support.
6582 * configure.in: Add mips-*-sysv4* support.
6583
6584Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
6585
6586 * build-all.mk: Document all useful targets.
6587 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
6588 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
6589
6590Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6591
6592 * configure: Support --silent, --quiet.
6593
6594Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6595
6596 * configure: Support --disable-FEATURE.
6597
6598Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6599
6600 * config.guess: Recognize NCR running SVR4.3.
6601
6602Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
6603
6604 * config.guess: Make BSDI generate i386-unknown-bsd386.
6605 Patch from Paul Eggert <eggert@twinsun.com>.
6606
6607Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6608
6609 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
6610
6611Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6612
6613 * configure: Make unrecognized options give nonfatal warnings
6614 instead of fatal errors, and pass them to any subdirectory
6615 configures in case they recognize them.
6616 Make --x equivalent to --with-x.
6617
6618Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6619
6620 * configure: Add --enable-* options. Clean up usage message and
6621 some comments.
6622
6623Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
6624
6625 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
6626
6627Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6628
6629 * configure.in (hppa*-*-*): Enable binutils.
6630
6631Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6632
6633 * config.sub: Recognize cisco.
6634
6635Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
6636
6637 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
6638
6639Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6640
6641 * config.guess: about target *-hitachi-hiuxwe2, don't print more
6642 than one configuration name. Add comment.
6643
6644Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
6645
6646 * config.guess: about target *-hitachi-hiuxwe2, fixed
6647 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
6648 macro is incorrect.]
6649
6650Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6651
6652 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
6653 than the "make ls" stuff which used to be here.
6654
6655Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
6656
6657 * config.guess: Recognize i[34]86-unknown-freebsd.
6658 From Shawn M Carey <smcarey@rodan.syr.edu>.
6659
6660Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
6661
6662 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
6663
6664Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6665
6666 * config.guess: Check for ptx.
6667
6668Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
6669
6670 * config.sub: Add os9k checking.
6671
6672Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6673
6674 * config.guess: Handle OSF1 running on HPPA processors
6675
6676Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
6677
6678 * configure: If subdir configure fails, print out a message with
6679 subdirectory name, in case subdir's configure code didn't identify
6680 itself.
6681
6682Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
6683
6684 * configure.in: Remove embedded newlines from configdirs.
6685 Avoid mismatches of substrings. Fix matching strings at end
6686 of configdirs.
6687
6688Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
6689
6690 * config.guess: Add Lynx/rs6000 config support.
6691
6692Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
6693
6694 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
6695
6696Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
6697
6698 * configure.in (hppa*-*-osf*): Treat this just like most other
6699 PA configurations (eg no binutils or ld).
6700 (hppa*-*-*elf*): These configurations have binutils and ld.
6701
6702Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6703
6704 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
6705
6706Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6707
6708 * configure.in (rs6000-*-*): Build gas.
6709
6710Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6711
80413487 6712 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
6713
6714Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6715
6716 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
6717 for GDB and GDB has been fixed to not need it.
6718
6719Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
6720
6721 * config/mh-lynxosrs6k: Account for lack of ranlib!
6722
6723Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6724
6725 * config.guess: Recognize vax hosts.
6726
6727Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6728
6729 * configure (while loop): Don't use "break 2" inside case
6730 statement -- the case statement isn't an enclosing loop.
6731
6732Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
6733
6734 * config.guess: Clean up NeXT support, to allow nextstep
6735 on Intel machines. Make OS be nextstep.
6736
6737Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
6738
6739 * config.guess: Add alternate forms for Convex.
6740
6741Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
6742
6743 * configure: Completely rewrite option processing. Take
6744 advantage of pattern-matching to avoid invoking test frequently.
6745 Also clean up host and target defaulting logic.
6746
6747Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6748
6749 * Makefile.in: Replace all occurrances of "rootme" with "r" and
6750 "$${rootme}" with "$$r", to increase the likelihood that the do-*
6751 commands (plus user environment) will fit SCO limits.
6752
6753Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6754
6755 * configure.in: Don't issue warnings about directories which are
6756 not being configured if -norecursion is set. Correct test for
6757 --with-gnu-as and --with-gnu-ld to not get confused by substring
6758 matches.
6759
6760 * configure.in: Don't build gas for alpha-dec-osf1*.
6761
6762Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
6763
6764 * configure: Back out Per's change of 12/19/1993. It changes the
6765 behavior of configure in unexpected and confusing ways.
6766
6767 Also, use different delim char when calculating
6768 program_transform_name so that the name can contain slashes.
6769
6770Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
6771
6772 * configure.in, config.sub: Add support for VSTa micro-kernel.
6773
6774Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6775
6776 * configure.in: Nuke hacks which were used to get a special
6777 version of GAS for HPPA configurations.
6778
6779Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
6780
6781 * configure: If only ${target_alias} is given, use that
6782 as the default for ${host_alias}.
6783 * configure: Add missing back-slashes before nested quotes.
6784
6785Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
6786
6787 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
6788
6789Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
6790
6791 * config.guess: Recognize some Tektronix configurations.
6792 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
6793
6794Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
6795
6796 * config.sub: Match any flavor of SH.
6797
6798Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
6799
6800 * configure.in: Don't try to configure newlib for Alpha.
6801
6802Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6803
6804 * configure.in: Don't build ld for Irix 5. Don't build gas,
6805 libg++ or libio for any Alpha target.
6806
6807 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6808 * config/mh-irix5. New file for Irix 5.
6809
6810Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
6811
6812 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
6813 default arguments -- so it tried to compress itself.
6814
6815Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
6816
6817 * configure.in (notsupp): ensure that a space is always at the end
6818 of the configdirs list, since the grep checks for an explicit space
6819
6820Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6821
6822 * configure.in (target i386-sysv4.2): don't build ld, since static
6823 versions of many libraries are not available.
6824
6825Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6826
6827 * config.guess: Recognize Apollos (using environment variables).
6828 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
6829
6830Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6831
6832 * config.guess: Recognize Sony news mips running newsos.
6833
6834Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
6835
6836 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
6837 "fi ; else" for bash.
6838
6839Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
6840
6841 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
6842
6843Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
6844
6845 * config.sub: accept unixware as an alias for svr4.2.
6846 Fix some inconsistancies with the gcc version.
6847
6848Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6849
6850 * Makefile.in (DISTDOCDIRS): Add gdb.
6851
6852Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
6853
6854 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
6855
6856Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6857
6858 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
6859 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
6860 this now.
6861
6862Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6863
6864 * config.sub: Accept hiux* as an OS name.
6865
6866 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
6867 etc/make-stds.texi. The underscore came from gcc, and dje now
6868 agrees that RUNTESTFLAGS is the correct name.
6869
6870Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
6871
6872 * install.sh: Remove 'set -e'. It makes any conditionals
6873 in the script useless.
6874
6875 * config.guess: Automatically recognize arm-acorn-riscix
6876 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
6877
6878Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
6879
6880 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
6881
6882Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6883
6884 * Makefile.in (DISTDOCDIRS): New variable.
6885 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 6886 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
6887
6888Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6889
6890 * configure.in (hppa target): check the source directory for the
6891 pagas sub-directory
6892
6893Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
6894
6895 * config.sub: Allow -aout* and -elf*.
6896
6897Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6898
6899 * configure.in: Don't build ld on i386-solaris2, same as for
6900 sparc-solaris2.
6901
6902Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
6903
6904 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
6905
6906Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6907
6908 * configure.in: Configure gdb for alpha.
6909
6910Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6911
6912 * Makefile.in (CXXFLAGS): Add -O.
6913
6914Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6915
6916 * config.guess: added support for DG Aviion
6917
6918Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6919
6920 * configure.in: Produce warning message for subdirectories not
6921 configurable for this host/target combination. Don't try to
6922 configure gdb for vms.
6923
6924Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6925
6926 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
6927 appropriate files before making "diststuff".
6928 (DISTBISONFILES): New var: list of files to be edited.
6929 (DISTSTUFFDIRS): Add binutils.
6930
6931Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6932
6933 * config.sub: also handle mipsel and mips64el (for little endian mips)
6934
6935Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6936
6937 * configure.in: Add * to end of all OS names.
6938
6939Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
6940
6941 * configure.in: Build newlib for LynxOS native.
6942
6943Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6944
6945 * config.guess: Add support for delta 88k running SVR3.
6946
6947 * configure.in: Add comment about HP compiler vs. emacs.
6948
6949Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6950
6951 * configure.in: don't build ld on solaris2 (not a viable option
6952 due to bugs in getpwnam & getpwuid)
6953
6954Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6955
6956 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
6957 config.guess will produce a full version number.
6958
6959Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6960
6961 * configure.in: Build linker and binutils for alpha-dec-osf1.
6962
6963Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6964
6965 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
6966 and gdb/testsuite/Makefile.in.
6967
6968Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6969
6970 * configure.in: recognize mips*- instead of mips-
6971
6972Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
6973
6974 * config.sub: Accept linux*coff and linux*elf as operating
6975 systems.
6976
ba73c63f
JM
6977Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
6978
6979 * ltmain.sh: Handle symlinks in generated script.
6980
252b5132
RH
6981Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6982
6983 * config.sub: Recognize mips64, and mips3 as an alias for it.
6984
6985Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6986
6987 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
6988 gdb knows how to handle OSF/1 shared libraries.
6989
6990Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6991
6992 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
6993 * config.guess: Recognize Hitachi's HIUX.
6994 * config.sub: Recognize h3050r* and hppahitachi.
6995 Remove redundant cases for hp9k[23]*.
6996
6997Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6998
6999 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
7000 if gas and ld are in the source tree and are in ${configdirs}.
7001 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 7002 --with options (but still pass them down on the command line,
252b5132
RH
7003 if they were explicitly specified).
7004
ba73c63f
JM
7005Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
7006
7007 * configure: Handle autoconf style directory options: --bindir,
7008 --datadir, --includedir, --infodir, --libdir, --libexecdir,
7009 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7010 --sysconfdir.
7011 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7012 (sharedstatedir, localstatedir, oldincludedir): New variables.
7013 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7014 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7015 sbindir, sharedstatedir, and sysconfdir.
7016
252b5132
RH
7017Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7018
7019 * configure: substitute SHELL value in Makefile.in with
7020 ${CONFIG_SHELL}
7021
ba73c63f
JM
7022Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
7023
7024 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7025
252b5132
RH
7026Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7027
7028 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
7029 *-*-solaris2* targets.
7030
7031Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7032
7033 * Makefile.in: define M4, and pass it down to sub-makes;
7034 all-autoconf now depends on all-m4
7035
7036Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7037
7038 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
7039 presence of {ar,ranlib} instead of a configured directory
7040
7041Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7042
7043 * config.guess: Accept 34?? as well as 33?? for NCR.
7044
7045Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7046
7047 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
7048 of 'gas' in sed commands, since 'gash' is now in the tree as well.
7049
7050Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7051
7052 * configure: grab values for $(CC) and $(CXX) from the
7053 environment, so that someone can do "CC=gcc configure; make" and
7054 have it work right (matching the way that autoconf works now)
7055
7056 * configure.in, Makefile.in: add support for gash, the tcl
7057 interface to Galaxy
7058
7059 * config.guess: add NetBSD variants (hp300, x86)
7060
7061Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
7062
7063 * install.sh: Support -d option (in the manner of SunOS 4 install,
7064 as it is more deterministic than that of GNU install)
7065 (chmodcmd): Set file to mode 755 by default (should also do default
7066 chgrp and chown, but I don't feel like dealing with that now)
7067
7068Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
7069
7070 * config.sub: Remove h8300hhms alias.
7071
7072Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7073
7074 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
7075
7076Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7077
7078 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
7079 as stmp-fixinc
7080
7081Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
7082
7083 * config.sub: recognize m88110-bug-coff.
7084
7085Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7086
7087 * Makefile.in (all-libio): all dependencies on the toolchain used
7088 to build this (gcc, gas, ld, etc)
7089
7090Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7091
7092 * config.guess: Deal with OSF/1 1.3 on alpha.
7093
7094Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7095
7096 * install.sh: add some 'else true' clauses for portability
7097
7098 * configure.in: don't build libio for h8[35]00-*-* targets
7099
7100Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
7101
7102 * Makefile.in: Add support for new libio.
7103
7104Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7105
7106 * install.sh: If one command fails, don't try the rest. Don't try
7107 to remove $dsttmp (via trap) unless we have already created it.
7108 If $src doesn't exist, detect it and exit with an error.
7109
7110 * config.guess: Recognize BSD on hp300.
7111
7112Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
7113
7114 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
7115 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
7116
7117Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
7118
7119 * Makefile.in (all-send-pr): depends on all-prms
7120
7121Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7122
7123 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
7124
7125Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7126
7127 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
7128 Added test for mips-mips-riscos5.
7129
7130Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7131
7132 * configure.in: use mh-hp300 for 68k HP hosts
7133
7134Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7135
7136 * configure: add support for CONFIG_SHELL, so that you can use
7137 some alternate shell for evaluating configure scripts
7138
7139Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
7140
7141 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
7142 in configure script to bug-gdb@prep.ai.mit.edu when building
7143 distribution archive.
7144 * Makefile.in (COMPRESS): Remove def.
7145 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
7146 gdb.tar.Z and make-gdb.tar.Z respectively.
7147 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
7148 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
7149 to convergence with 'taz' target in Makefile.in.
7150
7151Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7152
7153 * install.sh (dsttmp): use trap to ensure that tmp files go
7154 away on error conditions
7155
7156Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7157
7158 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
7159
7160Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7161
7162 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
7163 its parent is '/' not ''.
7164
7165 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
7166
7167Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
7168
7169 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
7170 that ${newsrcdir}/configure.in does.
7171
7172Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7173
7174 * test-build.mk: support for CONFIG_SHELL
7175
7176Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
7177
7178 * config.sub (netware): Add as a basic system type.
7179
7180Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
7181
7182 * Makefile.in (Makefile): depend on configure.in. Also drop the
7183 $(srcdir)/ from the dependency on Makefile.in.
7184
7185Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
7186
7187 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
7188 (h8300hhms is temporary until multi-libraries are implemented).
7189 * configure.in: Handle h8300h too.
7190
7191Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7192
7193 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
7194
7195Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
7196
7197 * configure: Remove extraneous output when guessing host type.
7198 * config.guess: Remove extraneous output when guessing using C
7199 compiler rather than uname, or when guessing fails.
7200
7201Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7202
7203 * Makefile.in: remove all.cross and install.cross targets
7204
7205 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
7206 definitions
7207
7208Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
7209
7210 * configure.in (target sh): Build gprof.
7211
7212Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7213
7214 * config.sub: change -solaris to -solaris2
7215
7216Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7217
7218 * configure.in: Use config/mh-riscos for mips-*-sysv*.
7219
7220Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
7221
7222 * configure: Correct error message for missing Makefile.in to
7223 print correct directory.
7224
7225Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7226
7227 * install.sh: kludge around 386BSD shell bug
7228
7229Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
7230
7231 * config.guess: Recognize NeXT.
7232 * config.guess: Recognize i486-ncr-sysv4.
7233 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
7234
7235Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
7236
7237 * Makefile.in (MAKEINFOFLAGS): New variable.
7238 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
7239 * build-all.mk, test-build.mk: Pass down --no-split as
7240 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
7241
7242Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
7243
7244 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
7245
7246Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
7247
7248 * Makefile.in (libg++.tar.z): New rule.
7249 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
7250 * Makefile.in (taz): Only do a single chmod.
7251
7252Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
7253
7254 * install.sh: don't use dirname anymore (replaced with sed usage)
7255
7256Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
7257
7258 * Makefile.in: Change extension for gzip'd files from '.z' to
7259 '.gz' per new FSF standard usage.
7260
7261Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
7262
7263 * configure: put quotes around the final value of program_transform_name
7264
7265Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7266
7267 * Makefile.in: new install.sh support; update install-info rules
7268
7269Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
7270
7271 * configure.in: Build diff for crosses, but not for go32 host.
7272
7273 * configure.in: Build gprof only for native, and don't build it
7274 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
7275
7276Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
7277
7278 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
7279
7280Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7281
7282 * configure.in (host_tools): Add prms.
7283
7284Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7285
7286 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
7287 with $(FLAGS_TO_PASS) on the command line
7288
7289 * config.sub: Recognize lynx and lynxos
7290
7291Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
7292
7293 * config.sub: Accept -ecoff*, not just -ecoff.
7294
7295Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7296
7297 * Makefile.in (taz): Use .gz suffix instead of .z.
7298 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
7299 names.
7300
7301Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7302
7303 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
7304
7305Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7306
7307 * Makefile.in (install-no-fixedincludes): install gcc last, so
7308 that rebuilds that might happen during 'make install' don't get
7309 bogus gcc include files
7310
7311Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7312
7313 Change from Utah for HPPA support:
7314 * config.guess: Recognize hppa1.x-hp-bsd.
7315
7316Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
7317
7318 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
7319 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
7320
7321Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
7322
7323 * config.sub: Add support for rom68k and bug boot monitors.
7324
7325Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
7326
7327 * Makefile.in: Make all-opcodes depend on all-bfd.
7328
7329Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
7330
7331 * config.guess: Added special check for i[34]86-univel-sysv4*.
7332
7333Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
7334
7335 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
7336 the processor rather than assuming i486.
7337
7338Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7339
7340 * config.guess: Recognize SunOS6 as Solaris3.
7341
7342Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
7343
7344 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
7345 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
7346
7347Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
7348
7349 * build-all.mk (all-cross): New target for Canadian Cross.
7350 Added Q2 go32 targets.
7351 * test-build.mk: Configure go32 cross sparclite-aout and
7352 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
7353 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
7354
7355Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7356
7357 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
7358 GO32 hosted toolchains
7359
7360Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
7361
7362 * configure: change so "-exec-prefix" gets passed down rather
7363 than "-exec_prefix" so autoconf generated Makefiles get the
7364 exec_prefix set right.
7365
7366Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7367
7368 * config.guess: get the Solaris2 minor version number
7369
7370 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
7371
7372Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7373
7374 * config.guess: Recognize some Sequent platforms.
7375
7376Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7377
7378 * Makefile.in: added the vault-install target
7379
7380 * configure.in: actually use the Sun3 makefile fragment that's in
7381 config, also added the release dir to configdirs
7382
7383Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7384
7385 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
7386
7387Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7388
7389 * configure.in: remove some program from Alpha targetted toolchains
7390
7391Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
7392
7393 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
7394 gprof.
7395 (taz): Run "make diststuff" in those directories instead of "make
7396 proto-dir". Look for "VERSION=" only at start of line in subdir
7397 Makefile. Use "gzip -9" for compression.
7398 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
7399 (binutils.tar.z): New target.
7400
7401Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7402
7403 * Makefile.in (taz): Include gpl.texinfo.
7404
7405Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7406
7407 * Makefile.in (setup-dirs): Merged into "taz" target.
7408 (taz): Only do `proto-dir' stuff if a directory is actually needed
7409 for this target.
7410
7411Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
7412
7413 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
7414 (FLAGS_TO_PASS): Pass down MUNCH_NM.
7415 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
7416 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
7417 (gcc-no-fixedincludes): Correct for current gcc Makefile.
7418
7419Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
7420
7421 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
7422 config.sub, and move-if-change to gdb testsuite distribution
7423 archive, so the testsuite can be extracted, configured, and
7424 run separately from the gdb distribution. Blow away the Chill
7425 tests that require a Chill compiled executable, since GNU Chill
7426 is not yet publically available.
7427
7428Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7429
7430 * test-build.mk: set environment variables in a single command,
7431 instead of a list of assignments and exports
7432
7433 * config.guess: recognize Alpha/OSF1 systems
7434
7435Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
7436
7437 * configure: Change help message to prefer --options rather than
7438 -options.
7439
7440Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
7441
7442 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
7443 zippy@ecst.csuchico.edu.
7444 * config.guess: Recognize miniframe.
7445
7446Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
7447
7448 * Makefile.in: Use srcroot to find runtest rather than rootme.
7449 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
7450
7451Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
7452
7453 * test-build.mk: Extensive additions to support building on a
7454 machine other than the host.
7455
7456Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7457
7458 * configure (tooldir): Fix for i386-aix again.
7459
7460Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
7461
7462 * configure, Makefile.in: Change definition of $(tooldir)
7463 to match the FSF.
7464
7465Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
7466
7467 * config.guess: Recognize i[34]86/SVR4.
7468
7469Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
7470
7471 * Makefile.in (all-gdb): gdb depends on sim.
7472
7473Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
7474
7475 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
7476 at the same time we make the prototype gdb directory.
7477 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
7478 files at the same time as the gdb base release distribution.
7479
7480Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
7481
7482 * Makefile.in (check): Use individual check targets rather than
7483 DO_X rule.
7484 (check-gcc): Added.
7485
7486Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
7487
7488 * config.sub: Use sysv3.2 not sysv32 for canonical OS
7489 for System V release 3.2.
7490
7491Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7492
7493 * config.sub: Recognize hppaosf.
7494 * configure.in: Do configure ld/binutils/gas for it.
7495
7496Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
7497
7498 * configure (tooldir): Alter syntax used to set this, for systems
7499 where "\$" isn't handled right, like i386-aix.
7500
7501Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
7502
7503 * configure: Pass program-transform-name, not
7504 program_transform_name, to recursive configures.
7505
7506Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
7507
7508 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
7509 of gas+ld+binutils.
7510
7511Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
7512
7513 * config.guess: Recognize AIX3.2 as distinct from 3.1.
7514
7515Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7516
7517 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
7518
7519 * config/mh-delta88: remove extraneous GCC references
7520
7521Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7522
7523 * Makefile.in (PRMS): Set back to all-prms.
7524
7525Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
7526
7527 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
7528 targets, rather than for MIPS hosts.
7529
7530Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7531
7532 * configure.in: add comment for --with-x default values
7533
7534 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
7535
7536 * Makefile.in: add check-* targets for each of the directories in
7537 the tree. Add a definition of RUNTEST that will use the one we
7538 just built, if it exists. Pass this down via FLAGS_TO_PASS.
7539
7540Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
7541
7542 * configure.in: Removed obsolete references to bfd_target and
7543 target_makefile_frag.
7544
7545 * build-all.mk: Set assorted targets for Q2.
7546 * config.sub: Recognize z8k-sim and h8300-hms.
7547 * test-build.mk: Really don't pass host to configure.
7548 (HOLES): Added uname.
7549
7550Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
7551
7552 * configure: Handle an empty program-prefix, program-suffix or
7553 program-transform-name correctly.
7554
7555Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
7556
7557 * build-all.mk: -G 8 no longer required for MIPS targets.
7558 * test-build.mk: Don't pass host argument to configure; make it
7559 guess.
7560
7561Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
7562
7563 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
7564 * Makefile.in (COMPRESS): New macro, like GZIP.
7565
7566Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
7567
7568 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
7569
7570 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
7571 with gas currently defaults to -G 0.
7572
7573Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
7574
7575 * Makefile.in (all-flex): flex depends on byacc.
7576
7577 * build-all.mk: If host not specified, use config.guess. Pass TAG
7578 to test-build.mk as RELEASE_TAG.
7579 * test-build.mk (configargs): New variable containing arguments to
7580 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
7581 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
7582
7583 * config.guess: Use /bin/uname when checking -X argument on SCO,
7584 to avoid invoking GNU uname which doesn't understand -X.
7585
7586 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
7587
7588 * configure.in: Build gas for mips-*-*.
7589
7590Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
7591
7592 * Makefile.in (all.normal): insert missing backslash.
7593
7594Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
7595
7596 * build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
7597 gcc requirements.
7598
7599 * Makefile.in: Complete overhaul to merge many almost identical
7600 targets.
7601
7602Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7603
7604 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
7605 (gdb.tar.Z): Adjusted.
7606
7607 * Makefile.in (setup-dirs, taz): New targets; should be general
7608 enough to adapt for gdb sometime. Build only .z file.
7609 (gas.tar.z): New target.
7610
7611Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
7612
7613 * build-all.mk: Use CC=cc -Xs on Solaris.
7614
7615Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7616
7617 * config/mh-sun3: cc needs -J to compile cp-parse.c correctly
7618
7619 * config/mh-solaris: SunPRO C needs -Xs to be able to get a
7620 working xmakefile for Emacs.
7621
7622Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
7623
7624 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
7625 for handling BISON for FSF releases.
7626
7627Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
7628
7629 * configure: Actually implement the change zoo just documented.
7630
7631Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7632
7633 * configure: when using config.guess, only set target_alias when
7634 it's not already been set (ie, on the command line)
7635
7636Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7637
7638 * Makefile.in: add installcheck target, set PRMS to install-prms
7639
7640Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7641
7642 * configure: add support for package_makefile_fragment, handle the
7643 case where a directory has a configure.in file but no Makefile.in
7644 more gracefully (with an actual understandable error message, even);
7645 add support for --without (and add this to the usage message); also
7646 explicitly add a --host=${host_alias} to the command line when
7647 config.guess is used
7648
7649Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
7650
7651 * configure: Must use both --host and --target in recursive calls.
7652
7653Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
7654
7655 * Makefile.in: Change deja-gnu to dejagnu.
7656
7657Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
7658
7659 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
7660
7661Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7662
7663 * configure.in: canonicalize all instances to *-*-solaris2*,
7664 also strip out a number of tools to not build for go32 host
7665
7666Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
7667
7668 * config.guess: add GPL.
7669
7670 * Makefile.in, config.guess, config.sub, configure: bump
7671 copyrights to 93.
7672
7673Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
7674
7675 * Makefile.in (do-info): Removed obsolete check for existence of
7676 localenv file.
7677
7678 * Makefile.in (MAKEOVERRIDES): Define to be empty.
7679
7680Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7681
7682 * Makefile.in: a couple of 'else true' for decstation,
7683 support for TclX
7684
7685 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
7686
7687Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
7688
7689 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
7690
7691Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
7692
7693 * config.guess: Recognize i386-ibm-aix (PS/2).
7694 * configure.in: Use config/mh-aix386 file for it.
7695
7696Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
7697
7698 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
7699 CC_FOR_TARGET instead.
7700 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
7701
7702Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
7703
7704 * Makefile.in: Add sim to list of directories sent with gdb
7705
7706Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
7707
7708 * configure.in: Put back mips-dec-bsd* case.
7709
7710Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
7711
7712 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
7713 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
7714 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
7715 * config/mh-vaxult2: New file.
7716
7717Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7718
7719 * configure.in: remove no-op mips-dec-bsd* in "case $target"
7720
7721 * Makefile.in (dir.info): only run gen-info-dir if it exists,
7722 (install-info): install dir.info only if it exists,
7723 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
7724
7725Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
7726
7727 * configure.in: For vms target, skip bfd, ld, binutils. Do build
7728 gas for mips-dec-bsd.
7729
7730Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
7731
7732 * configure (makesrcdir): If ${srcdir} is relative and not ".",
7733 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
7734
7735Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
7736
7737 * configure.in: Added "dejagnu" to hosttools list.
7738
7739Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
7740
7741 * config.sub, configure.in, config.guess: Add support
7742 for Bosx, an AIX variant from Bull.
7743 Patches from F.Pierresteguy@frcl.bull.fr.
7744
7745Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
7746
7747 * devo/dejagnu: Initial creation of devo/dejagnu.
7748 Migrated dejagnu testcases and support files for testing software
7749 tools to reside as subdirectories, currently called "testsuite",
7750 within the directory of the software tool. Migrated all programs,
7751 support libraries, etc. beloging to dejagnu proper from
7752 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
7753 with no modifications. The changes to these files which will
7754 allow them to configure, build, and execute properly will be made
7755 in a future update.
7756
7757Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7758
7759 * Makefile.in: Change send_pr to send-pr.
7760 * configure.in: Likewise.
7761 * send_pr: Renamed directory to send-pr.
7762
7763Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
7764
7765 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
7766
7767Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
7768
7769 * README: Update for gdb-4.8 release.
7770 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
7771 gdb-xxx.tar.z (gzip'd) file also.
7772
7773Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7774
7775 * Makefile.in: make all-diff depend on all-libiberty
7776
7777Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
7778
7779 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
7780
7781Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7782
7783 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
7784
7785Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
7786
7787 * Makefile.in (DEVO_SUPPORT): Remove etc directory
7788 (ETC_SUPPORT): Only add the files GDB wants from etc/.
7789 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
7790
7791Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7792
7793 * Makefile.in: makeinfo binary is in a new location
7794
7795Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
7796
7797 * config.sub: Accept -ecoff as an OS.
7798
7799 * Makefile.in: Various changes to eliminate a level of make
7800 recursion and reduce the required command line length.
7801 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
7802 sub-makes.
7803 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
7804 variables holding settings for specific sub-makes.
7805 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
7806 in terms of BASE_FLAGS_TO_PASS.
7807 (TARGET_LIBS): New variable listing directories which use
7808 TARGET_FLAGS_TO_PASS.
7809 (subdir_do): Eliminated.
7810 (do-*): New set of targets to replace subdir_do.
7811 (various): All targets which used subdir_do now depend on do-*.
7812 (local-clean): Renamed from do_clean.
7813 (local-distclean): New target, dependency of distclean and
7814 realclean.
7815 (install-info): Don't create directories. Depend on dir.info
7816 rather than calling make recursively.
7817 (install-dir.info): Eliminated.
7818 (install-info-dirs): Create all info directories here.
7819 (dir.info): Depend upon do-install-info.
7820
7821 * test-build.mk (HOLES): Added false.
7822
7823Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
7824
7825 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
7826
7827Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7828
7829 * Makefile.in (info): remove dependency on all-texinfo. The
7830 problem was really in texinfo/C, not at this level.
7831
7832Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
7833
7834 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
7835
7836Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
7837
7838 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
7839 GDB releases.
7840
7841Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7842
7843 * configure: Include srcdir in message about target of link not
7844 being found. Don't convert `-' to `_' in `with' options being
7845 passed to subdirs.
7846
7847Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7848
7849 * configure.in: add uudecode to host_tools
7850
7851 * Makefile.in: added {all,install}-uudecode targets, added them to
7852 the appropriate lists
7853
7854Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
7855
7856 * Makefile.in (all-gcc): Added dependency on all-gas.
7857
7858 * configure.in (mips-*-*): Build ld and binutils.
7859
7860Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
7861
7862 * configure: check return code from mkdir, print error message and
7863 exit on failure.
7864
7865Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
7866
7867 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
7868
7869Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
7870
7871 * test-build.mk (HOLES): Added tar, cpio and uudecode.
7872
7873Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
7874
7875 * config.sub (h8500): Recognize this as a cpu type.
7876
7877Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7878
7879 * configure: source directory missing is no longer a warning
7880
7881 * configure.in: recognize irix[34]* instead of irix[34]
7882
7883 * Makefile.in: define and pass down X11_LIB
7884
7885 * config/mh-sco: define X11_LIB to the mess that SCO ODT requires
7886
7887Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
7888
7889 * guess-systype: Renamed to ...
7890 * config.guess: ... by popular request.
7891 * configure.in, Makefile.in: Update accordingly.
7892
7893Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
7894
7895 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
7896 + Add Convex, Cray/Unicos, and Encore/Multimax support.
7897 + Execute ./dummy instead of assuming . is in PATH.
7898
7899Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
7900
7901 * guess-systype: New shell script. Attempts to guess the
7902 canonical host name of the executing host.
7903 Only a few hosts are supported so far.
7904 * configure: Call guess-systype if no host is specified.
7905
7906Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
7907
7908 * Makefile.in (gcc-no-fixedincludes): Made to work with current
7909 gcc Makefile.
7910
7911
7912Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
7913
7914 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
7915 (all-gcc, install-gcc, subdir_do): Use it.
7916
7917Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
7918
7919 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
7920
7921Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
7922
7923 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
7924 set exclusively by configure, using configure.in .
7925
7926Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7927
7928 * test-build.mk: set $PATH for all builds
7929
7930 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
7931
7932Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
7933
7934 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
7935 the one used in gcc/Makefile.in, so that a null expansion doesn't
7936 override the one needed to build gcc with a native cc.
7937
7938
7939Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7940
7941 * configure: Accept -with arguments.
7942
7943Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
7944
7945 * Makefile.in: added h8300sim
7946
7947Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
7948
7949 * config/mh-sco: Don't override BISON definition.
7950
7951 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
7952 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
7953 (all-cygnus, native, build-cygnus): Make
7954 $(canonhost)-stamp-3stage-done, not $(host)....
7955 * test-build.mk (stamp-3stage-compared): Use tail +10c for
7956 i386-sco3.2v4. Added else true to if command.
7957
7958Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
7959
7960 * config.sub: (from FSF) Sequent uses a BSD-like OS.
7961
7962Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
7963
7964 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
7965
7966Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7967
7968 * configure.in: don't remove binutils from Solaris builds
7969
7970Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
7971
7972 * Makefile.in: get rid of earlier definitions for *clean,
7973 also handle the recursive info rule better
7974
7975Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
7976
7977 * Makefile.in (mostlyclean, distclean, realclean): Fix to
7978 do more-or-less the right thing.
7979
7980Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
7981
7982 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
7983 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
7984
7985Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7986
7987 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
7988 $(host_canonical).
7989
7990 * configure.in: split the configdirs list into 4 categories (native
7991 v. cross, library v. tool) and handle the cross-only and native-
7992 only in more reasonable (and correct!) way.
7993
7994Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
7995
7996 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
7997 configdirs anymore.
7998
7999Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8000
8001 * Makefile.in: extensive cleanup:: removed all of the explicit
8002 clean-* targets, collapsed many wrappers around subdir_do into
8003 one, added additional targets to satisfy standards.texi, deleted
8004 some old targets, some changes for consistency
8005
8006Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8007
8008 * configure.in: handle some programs as cross-only, and others as
8009 native only
8010
8011 * test-build.mk: handle partial holes in a more generic manner
8012
8013 * Makefile.in: m4 depends on libiberty
8014
8015Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8016
8017 * config/mh-sco: don't default $(CC) to gcc
8018
8019Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8020
8021 * configure.in: add m4, textutils, fileutils, sed, shellutils,
8022 time, wdiff, and find to configdirs
8023
8024 * Makefile.in: all, clean, and install rules for the new programs
8025 added to configure.in
8026
8027Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8028
8029 * configure.in: use mh-sun for all *-sun-* hosts
8030
8031 * config/mh-solaris: rework standard X location to use
8032 $OPENWINHOME, if defined.
8033
8034 * config/mh-sun: handle X11 include locations
8035
8036 * config/mh-decstation: define NeedFunctionPrototypes to 0, to
8037 work around dain-bramaged DECwindows include files
8038
8039Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8040
8041 * Makefile.in: define flags for X11 include files and library file
8042 locations, pass them down to the programs that need this info
8043
8044 * build-all.mk: added a 'native' target, to 3stage the native toolchain
8045
8046 * config/{mh-hpux,mh-solaris}: define the "standard" locations for
8047 the vendor supplied X11 headers and libraries
8048
8049Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8050
8051 * configure.in: start building libg++ for HP-UX targets
8052
8053Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
8054
8055 * README: Update references to files moved into etc/.
8056
8057Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
8058
8059 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
8060 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
8061
8062Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
8063
8064 * configure: accept dash as well as underscore in long option
8065 names for FSF compatibility.
8066
8067Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
8068
8069 * config.sub: added -sco3.2v4 support from FSF.
8070
8071Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8072
8073 * configure.in: expand the section that adds or removes
8074 directories from the list of programs to build, to handle native
8075 vs. cross in addition to host v. native
8076
8077Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
8078
8079 * Makefile.in: Replace C++ in macro names with CXX.
8080 This is less likely to break ...
8081
8082Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8083
8084 * test-build.mk: add -w to GNU_MAKE
8085
8086Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8087
8088 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
8089 add 'sparc' to list of recognized cpus. This needed to make
8090 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
8091 Delete some redundant ose68 variants. Recognize -wrs as an os,
8092 then changes that into $CPU-wrs-vxworks.
8093
8094 * configure.in: remove most references to gdbtest, regularize
8095 target based program removal
8096
8097 * test-build.mk: import from p3 tree (many fixes and changes)
8098
8099Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
8100
8101 * Makefile.in: added rules to handle tcl, tk, and expect
8102
8103 * configure.in: handle those directories if they exist
8104
8105Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8106
8107 * config.sub: removed bogus hppabsd and hppahpux names, since
8108 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
8109
8110Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8111
8112 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
8113 depends upon all-xiberty
8114
8115 * Makefile.in: changes from p3, including:
8116
8117 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
8118
8119 * Makefile.in (XTRAFLAGS): include newlib directories if
8120 newlib/Makefile exists, rather than if host != target.
8121
8122 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
8123
8124 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
8125 from the same source tree and not building a cross-compiler. This
8126 matters for the libg++ configuration if reconfiguring a tree that
8127 has already been installed.
8128
8129 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
8130
8131 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
8132 pick up the machine and system specific header files.
8133
8134 * Makefile.in: added AS_FOR_TARGET, passed down in
8135 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
8136 the C compiler to use to create programs which are run in the
8137 build environment, set it to default to $(CC), and passed it down
8138 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
8139
8140 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
8141
8142 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
8143 We need them for unusual native builds, like systems without
8144 ranlib.
8145
8146 * configure: also define $(host_canonical) and
80413487
RH
8147 $(target_canonical), which are the full, canonical names for the
8148 given host and target
252b5132
RH
8149
8150Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
8151
8152 * Makefile.in: Added separate definitions for C++.
8153
8154Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
8155
8156 * configure.in (configdirs): Add deja-gnu.
8157
8158Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
8159
8160 * README: Update for configure.texi and gdb-4.7 release.
8161
8162Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
8163
8164 * Makefile.in: Move "all" target to top of file.
8165 Previously, first target was ".PHONY" which caused BSD4.4 make
8166 to build .PHONY when make was run without arguments.
8167
8168Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
8169
8170 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
8171 Library-copylefted code in libiberty.
8172
8173Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
8174
8175 * config.sub: Replace m68kmote with plain old m68k.
8176
8177Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
8178
8179 * Makefile.in: Remove space from blank line, avoid Make complaints.
8180
8181Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
8182
8183 * config.sub: Complain if no argument is given. Added support for
8184 386bsd as OS and target alias.
8185
8186Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
8187
8188 * Makefile.in (XTRAFLAGS): include newlib directories if
8189 newlib/Makefile exists, rather than if host != target.
8190
8191Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
8192
8193 * config.sub: recognize sparclite-wrs-vxworks.
8194
8195 * Makefile.in (install-xiberty): added *-xiberty make rules (from
8196 p3.) Added clean-xiberty to clean.
8197
8198Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8199
8200 * configure.in: use *-*-* instead of nested cases for host and target
8201
8202Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
8203
8204 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
8205 from the same source tree and not building a cross-compiler. This
8206 matters for the libg++ configuration if reconfiguring a tree that
8207 has already been installed.
8208
8209Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
8210
8211 * config.sub (i486v/i486v4): Merge in from FSF version.
8212
8213Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
8214
8215 * configure: only set PWD if it is already set.
8216
8217Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
8218
8219 * configure: just set PWD=`pwd` at the top, since Ultrix sh
8220 doesn't have unset and all success paths (and most error paths)
8221 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
8222 to just ${PWD} to avoid confusion.)
8223
8224Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
8225
8226 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
8227 even for a native compilation.
8228
8229Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
8230
8231 Changes to make the gdb.tar.Z rule work better.
8232
8233 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
8234 (DEVO_SUPPORT): Add configure.texi.
8235 (bfd-ilrt.tar.Z): Remove ancient rule.
8236
8237Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
8238
8239 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
8240 pick up the machine and system specific header files.
8241
8242 * configure.in, config.sub: added new target m68010-adobe-scout,
8243 with alias of adobe68k. Changed configure.in to check for
8244 -scout before -sco* to avoid a false match.
8245
8246 * Makefile.in: added AS_FOR_TARGET, passed down in
8247 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
8248 the C compiler to use to create programs which are run in the
8249 build environment, set it to default to $(CC), and passed it down
8250 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
8251
8252Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
8253
8254 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
8255 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
8256 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
8257 FOR_TARGET variants, to newlib and libg++.
8258
8259Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
8260
8261 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
8262 first.
8263
8264Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
8265
8266 * config.sub: Accept `elf' as an environment.
8267
8268Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
8269
8270 * Makefile.in (all-opcodes): cd into the right directory
8271
8272Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
8273
8274 * configure: added -program_transform_name option, used as
8275 argument to sed when installing programs.
8276 configure.texi: added documentation for -program_prefix,
8277 -program_suffix and -program_transform_name.
8278
8279Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
8280
8281 * config.sub: Accept i486 where i386 ok.
8282
8283Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
8284
8285 * config.sub: accept we32k
8286
8287Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
8288
35590697 8289 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
8290
8291 * Makefile.in: don't create all directories for ``make install'';
8292 let the subdirectories create the ones they need.
8293
8294Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8295
80413487 8296 * COPYING: new file, GPL v2
252b5132
RH
8297
8298Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8299
8300 * Makefile.in: use the new gen-info-dir, which needs a template
8301 argument (which also lives in texinfo)
8302
8303 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
8304
8305Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8306
8307 * config/mh-solaris: removed the -xs from CFLAGS (let the people
8308 with Sun's C compiler deal with it themselved)
8309
8310Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
8311
8312 * config.sub (ncr3000): Change i386 to i486.
8313
8314Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8315
8316 * Makefile.in: add install-rcs, install-grep to
8317 install-no-fixedincludes, removed install-bison and install-libgcc
8318
8319Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
8320
8321 * configure.in: grab the HPUX makefile fragment if on HPUX
8322
8323Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
8324
8325 * Makefile.in: eradicate bison spoor (ditto libgcc).
8326 configure.in: recognise m68{k,000}-ericsson-OSE.
8327 es1800 is alias for m68k-ericsson-OSE
8328
8329Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8330
8331 * configure.in: rearrange the parts that remove programs from
8332 configdirs, based now on HOST==TARGET or by canonical triple.
8333
8334Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8335
8336 * test-build.mk: recurse explicitly with -f test-build.mk when
8337 appropriate. predicate stage3 and comparison on the existence
8338 of gcc. That is, if gcc isn't around, we aren't three-staging.
8339 On very clean, also remove ...stamp-co. Build in-place before
8340 doing other builds.
8341
8342Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
8343
8344 * Makefile.in, configure.in: add tgas
8345
8346Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8347
8348 * Makefile.in: a number of changes merged in from progressive.
8349
8350 * configure.in: add libm.
8351
8352 * .cvsignore: ignore some stuff that comes from test-build.mk.
8353
8354Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
8355
8356 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
8357 a symbol-table into the executable.
8358
8359Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
8360
8361 * config.sub: Add es1800 (m68k-ericsson-es1800).
8362
8363Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
8364
8365 * configure: Add program_suffix (parallel to program_prefix)
8366 * Makefile.in: adjust directory-creating script for losing decstation
8367
8368Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
8369
8370 * configure: Minor $subdir-related fixes.
8371
8372Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
8373
8374 * configure: fix various problems with propogating
8375 makefile_target_frag in subdirs.
8376 * configure.in: config libgcc if its there
8377
8378Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
8379
8380 * config.sub: HPPA merge.
8381
8382Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
8383
8384 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
8385 it is broken on ncr 3000's.
8386
8387Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
8388
8389 * Makefile.in: Replace all-bison with all-byacc in all
8390 dependency lines for other tools (which now use byacc).
8391
8392Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
8393
8394 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
8395
8396Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
8397
8398 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
8399
8400Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
8401
8402 * Makefile.in: make gprof rules similar to byacc rules (instead of
8403 vestigal $(unsubdir) that didn't work...)
8404
8405Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
8406
8407 * config.sub: Add support for Linux.
8408 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
8409 (at least for libg++).
8410
8411Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
8412
8413 * configure.texi: fix doc for the -nfp option to configure
8414
8415Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
8416
8417 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
8418
8419Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
8420
8421 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
8422 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
8423 * configure.in: added solaris* host_makefile_frag hook.
8424
8425Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8426
8427 * config.sub: changed recognition of m68000 so that various
8428 m68k types can be specified via m680[01234]0
8429
8430Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8431
8432 * config.sub (basic_machine): fix sed so that '-foo' isn't
8433 completely substituted out while .+'-foo' loses the '-foo'
8434
8435Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
8436
8437 * config.sub ($os): Add -aout.
8438
8439Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
8440
8441 * configure: If host_makefile_frag is absolute, don't
8442 prefix ${invsubdir} (relevant to libg++ auto-configure).
8443
8444Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
8445
8446 * Makefile.in (tooldir): Define it.
8447 (all-ld): Depend on all-flex.
8448
8449Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
8450
8451 * Makefile.in (check): Fix libg++ special case.
8452
8453Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
8454
8455 * configure: do not bury `pwd` into config.status, thus do fewer
8456 pwd's.
8457
8458 * configure: print the "Building in" message only when building in
8459 other than "." AND verbose.
8460
8461 * configure: remove -s, rework -v to better accomodate guested
8462 configures.
8463
8464 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
8465
8466Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
8467
8468 * Makefile.in: macroize flags passed on recursion. remove
8469 fileutils.
8470
8471Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
8472
8473 * configure: get makesrcdir right for subdirs deeper than 1.
8474
8475 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
8476 install.
8477
8478Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
8479
8480 * Makefile.in: don't print subdir_do or recursion lines.
8481
8482Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
8483
8484 * standards.texi: added menu item.
8485
8486 * Makefile.in: build and install standards.info.
8487
8488 * standards.texi: new file.
8489
8490Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8491
8492 * configure: test for and move config.status pieces from
8493 ${subdir}/.
8494
8495Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
8496
8497 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
8498 CFLAGS per new configuration strategy.
8499 * configure: Test for existance of files before trying to mv
8500 them, to avoid numerous non-existance messages.
8501
8502Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
8503
8504 * configure: correct final line of config.status.
8505
8506 * configure: patch from eggert. Avoids a protection problem if
8507 the original Makefile.in is read only.
8508
8509 * configure: use move-if-change from gcc to create config.status.
8510 Some makefiles depend on config.status to tell if a directory
8511 has been reconfigured for a different host. This change
8512 prevents those directories from remaking everything in the case
8513 where the reconfig was only intended to rebuild a Makefile.
8514
8515 * configure: test for config.sub with "config.sub sun4" rather
8516 than "config.sub ${host_alias}". Otherwise we can't tell a bad
8517 host alias from a missing config.sub.
8518
8519Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8520
8521 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
8522 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
8523
8524Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
8525
8526 * configure: mkdir ${subdir} as needed.
8527
8528Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
8529
8530 * Makefile.in,configure.in: added autoconf.
8531
8532Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8533
8534 * Makefile.in: no longer pass against on recursion.
8535
8536 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
8537 definitions are not inherited.
8538
8539 * configure: correct makesrcdir when subdir is .
8540
8541Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
8542
8543 * configure: Add support for 'subdirs' variable, which is
8544 like 'configdirs', except that configure doesn't re-invoke
8545 itself for subdirs, it just creates a Makefile for each subdir.
8546 * configure.texi: Document subdirs.
8547
8548Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8549
8550 * configure.in: added flex to configdirs
8551
8552Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
8553
8554 * Makefile.in: remove clean-stamps from clean.
8555
8556Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
8557
8558 * configure.in: Add gdbtest to configdirs.
8559
8560Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
8561
8562 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
8563 to recursive makes.
8564 * configure.in: Recognize new ncr3000 config.
8565
8566Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
8567
8568 * Makefile.in, configure.in: removed references to gdbm.
8569
8570Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
8571
8572 * config.sub: Don't canonicalize os value
8573 newsos* to bsd (readline needs to check for newsos).
8574 (This fix was earlier made Jan 31, but got re-broken.)
8575
8576Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
8577
8578 * configure.in: sco is an os, not a vendor!
8579
8580 * configure: Quote $( better. Keep various shells happy.
8581
8582Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
8583
8584 * Makefile.in: eliminate stamp-files.
8585
8586Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
8587
8588 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
8589 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
8590
8591Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
8592
8593 * config.sub: fix iris/iris3.
8594
8595Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
8596
8597 * configure: re-add -rm.
8598
8599Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
8600
8601 * Maskefile.in: add .stmp-rcs to all.
8602
8603 * configure.in: remove gas from rs6000 build, use aix host fragment.
8604
8605Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
8606
8607 * configure: pass down site_option during recursion.
8608
8609Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
8610
8611 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
8612
8613Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
8614
8615 * configure: Change exec_prefix so that it really defaults to prefix.
8616
8617Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
8618
8619 * Makefile.in, configure.in: Add support for mmalloc library.
8620
8621Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
8622
8623 * Makefile.in: add stmp dependencies for a few more things.
8624
8625Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
8626
8627 * configure: adjusted error message on objdir/srcdir configure
8628 collision, per john's suggestion.
8629
8630 * Makefile.in: add libiberty stmp to all and all.cross.
8631
8632Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
8633
8634 * Makefile.in: remove force dependencies, add grep to all.
8635
8636Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
8637
8638 * Makefile.in: drop flex. make stamp files work.
8639
8640 * configure: added test for conflicting configuration in srcdir,
8641 remove trailing slashes from srcdir. Otherwise emacs gdb mode
8642 gets cranky. use relative paths for configure and srcdir
8643 whenever possible. Send some error messages to stderr that were
8644 going to stdout.
8645
8646Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
8647
8648 * Makefile.in: Fix libg++ rule to check for gcc directory
8649 before using gcc/gcc. Also pass XTRAFLAGS.
8650
8651Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
8652
8653 * Makefile.in: added stmp-files so that directories aren't polled
8654 when they are already built.
8655
8656 * configure.texi: fixed a node pointer problem.
8657
8658Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
8659
8660 * config.sub configure.in config/mh-irix4 gdb/configure.in
8661 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
8662 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
8663 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
8664
8665Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8666
8667 * configure: -recurring becomes -silent. corrected help message
8668 for -site= option.
8669
8670 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
8671
8672Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8673
8674 * configure: when building Makefile for crosses, replace
8675 tooldir and program_prefix. default srcdir from location of
8676 config.sub. remove "for host in hosts" and "for target in
8677 targets" loops.
8678
8679Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8680
8681 * Makefile.in: Do not pass bindir or mandir to cvs.
8682
8683Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8684
8685 * Makefile.in, configure.in: removed traces of namesubdir,
8686 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8687 copyrights to '92, changed some from Cygnus to FSF.
8688
8689 * configure.texi: remove most references to multiple hosts,
8690 multiple targets, subdirs, etc.
8691
8692 * configure.man: removed rcsid. reference config.sub not
8693 config.subr.
8694
8695 * Makefile.in: mkdir $(infodir) on install-info.
8696
8697Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
8698
8699 * configure.texi: Explain better about .gdbinit and about
8700 the environment that configure.in sections run in.
8701
8702Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
8703
8704 * configure.in: Ultrix is only a decstation if it's a MIPS.
8705
8706Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
8707
8708 * README: DOC.configure => cfg-paper.texi.
8709
8710Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
8711
8712 * config.sub (near case $os): Don't convert newsos* to bsd!
8713
8714Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
8715
8716 * Makefile.in: Reinstall change from gdb-4.3 that reduces
8717 the number of copies of COPYING that go into the GDB tar file.
8718
8719Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
8720
8721 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
8722 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
8723 Fix SCO configuration stuff.
8724
8725Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
8726
8727 * Makefile.in: For libg++, make sure the -I pointing
8728 to the gcc directory goes *after* all the libg++-local -I flags.
8729 Also, move just-gcc dependency from just-libg++ to all-libg++.
8730
8731Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
8732
8733 * configure: Change -x to -f to keep Ultrix /bin/test happy.
8734
8735Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
8736
8737 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
8738
8739Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
8740
8741 * config.sub: Add stratus configuration frags. Also
8742 submitted to FSF.
8743
8744Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
8745
8746 * Makefile.in (DEV_SUPPORT): add configure.man.
8747
8748 * config.sub(Decode manufacturer-specific): add -none*.
8749
8750Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
8751
8752 * Makefile.in: remove form feeds to make Sun's make happy.
8753 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
8754
8755Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
8756
8757 * Makefile.in (AR_FLAGS): Make quieter.
8758
8759Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
8760
8761 * configure.in: Add libg++.
8762 * configure: When verbose, don't output the command line at each
8763 level; it will be unremarkably the same as the previous version,
8764 which will be the same as what the user typed.
8765
8766Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
8767
8768 * configure.in, Makefile.in: fix clean-info, add flex. add
8769 fileutils.
8770
8771 * configure: be less sensitive to spaces in Makefile.in. Do not
8772 look for sources in "..". Doing so breaks subdirectories that
8773 might have their own configure. If a subdir has it's own
8774 configure script, use it.
8775
8776Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
8777
8778 * cfg-paper.texi: some changes suggested by rms.
8779
8780Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
8781
8782 * config.sub: Merge in some small additions from the FSF version,
8783 taken from the gcc distribution, to bring the Cygnus and FSF
8784 versions into closer sync.
8785
8786Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
8787
8788 * configure.in: Changed svr4 references to sysv4.
8789
8790Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
8791
8792 * configure: added -V for version number option.
8793
8794Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
8795
8796 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
8797 renamed from DOC.configure to cfg-paper.texi.
8798
8799Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8800
8801 * configure, config.subr, config.sub: config.subr is now
8802 config.sub again.
8803
8804Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
8805
8806 * configure.texi: new file, in progress.
8807
8808 * Makefile.in: build info file and install the man page for
8809 configure.
8810
8811 * configure.man: new file, first cut.
8812
8813 * configure: find config.subr again now that configuration "none"
8814 has gone. removed all traces of the -ansi option. removed all
8815 traces of the -languages option.
8816
8817 * config.subr: resync from rms.
8818
d932cae7 88191991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8820
8821 * configure, config.sub, config.subr: merge config.sub into
8822 config.subr, call the result config.subr, remove config.sub, use
8823 config.subr.
8824
8825 * Makefile.in: revised install for dir.info.
8826
d932cae7 88271991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8828
8829 * configure.in: add decstation host makefile frag.
8830
8831 * Makefile.in: BISON now bison -y again. also install-gcc on
8832 install. clean-gdbm on clean. infodir belongs in datadir.
8833 Make directories for info install. Build dir.info here then
8834 install it.
8835
d932cae7 88361991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8837
8838 * Makefile.in: fix for bad directory tests.
8839
d932cae7 88401991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8841
8842 * configure: \{1,2\} appears to be a sysv'ism. Use a different
8843 regexp. -srcdir relative was being handled incorrectly.
8844
8845 * Makefile.in: unwrapped some for loops so that parallel makes
8846 work again and so one can focus one's attention on a particular
8847 package.
8848
d932cae7 88491991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8850
8851 * configure: added PWD as a stand in for `pwd` (for speed). use
8852 elif wherever possible. make -srcdir work without -objdir.
8853 -objdir= commented out.
8854
d932cae7 88551991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8856
8857 * configure: +options become --options. -subdirs commented out.
8858 added -host, -datadir. Renamed -destdir to -prefix. Comment in
8859 Makefile now at top of generated Makefile. Removed cvs log
8860 entries. added -srcdir. create .gdbinit only if there is one
8861 in ${srcdir}.
8862
8863 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8864 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8865 and mandir now keyed off datadir by default.
8866
d932cae7 88671991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
8868
8869 * Freshly created ChangeLog.
8870
8871\f
8872Local Variables:
8873mode: change-log
8874left-margin: 8
8875fill-column: 76
8876version-control: never
8877End:
This page took 0.600297 seconds and 4 git commands to generate.