Check arches->gdbarch and not current_gdbarch when looking for a match.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
d7b32520
AO
12000-08-17 Alexandre Oliva <aoliva@redhat.com>
2
3 * config-ml.in (CC, CXX): Don't introduce a leading space.
4
e52ef561
AO
52000-08-16 Alexandre Oliva <aoliva@redhat.com>
6
7 * configure.in (libstdcxx_flags): Use
8 libstdc++-v3/src/libstdc++.INC.
9
88f9c2a0
AO
102000-08-15 Alexandre Oliva <aoliva@redhat.com>
11
12 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13
98fbe43f
JM
142000-08-11 Jason Merrill <jason@redhat.com>
15
16 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
17 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
18 (FLAGS_FOR_TARGET): Not here.
19 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
20
279ddab4
DD
212000-08-07 DJ Delorie <dj@redhat.com>
22
23 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
24 "if we're also building gcc, and it's a gcc that will run on the
25 build machine, we want to use its includes instead of the system's
26 default includes".
27
60523a83
AO
282000-08-03 Alexandre Oliva <aoliva@redhat.com>
29
24ffec7a
AO
30 * configure.in (libstdcxx_flags): Don't use `"'.
31
60523a83
AO
32 * config-ml.in: Adjust multilib search paths to the
33 appropriate multilib tree.
34
daf644b5
AO
352000-08-02 Alexandre Oliva <aoliva@redhat.com>
36
37 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
38 commas in $LANGUAGES.
39
63266560
DD
402000-08-01 Alexandre Oliva <aoliva@redhat.com>
41
42 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
43
442000-07-31 Alexandre Oliva <aoliva@redhat.com>
45
46 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
47 CXX_FOR_TARGET for sed.
48
492000-07-30 Alexandre Oliva <aoliva@redhat.com>
50
51 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
52 Do not override if already set in the environment or in configure.
53 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
54 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
55
9e449d3e
AO
562000-07-27 Alexandre Oliva <aoliva@redhat.com>
57
58 * Makefile.in (FLAGS_FOR_TARGET): New macro.
59 (GCC_FOR_TARGET): Use it.
60 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
61 * configure.in: ... here.
62 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
63 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
64
8bbd92e0
AO
652000-07-24 Alexandre Oliva <aoliva@redhat.com>
66
fd1f87b2
AO
67 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
68 (configure-target-libchill, configure-target-libobjc): Likewise.
69
8bbd92e0
AO
70 * configure.in: Use the same cache file for all target libs.
71 * config-ml.in: But different cache files per multilib variant.
72
25c6c112
JL
732000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
74
75 * configure (topsrcdir): Don't use dirname.
76
ba73c63f
JM
772000-07-20 Jason Merrill <jason@redhat.com>
78
79 * configure.in: Remove all references to libg++ and librx.
80
81 * configure, configure.in, Makefile.in: Unify gcc and binutils.
82
1af08294
HPN
832000-07-20 Hans-Peter Nilsson <hp@axis.com>
84
85 * config.sub: Update to subversions version 2000-07-06.
86
ba73c63f
JM
872000-07-12 Andrew Haley <aph@cygnus.com>
88
89 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
90 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
91
922000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
93
94 * symlink-tree: Check number of arguments.
95
ec9914b0
AC
96Thu Jul 6 15:36:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
97
98 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
99
ba73c63f
JM
1002000-07-05 Jim Wilson <wilson@cygnus.com>
101
102 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
103 search path for a g++ extracted from the build tree. This
104 will allow link tests run by configure scripts in
105 subdirectories to succeed.
106
92ee2f86
UC
1072000-07-01 Koundinya K <kk@ddeorg.soft.net>
108
109 * ltconfig: Add support for mips-dde-sysv4.2MP
110
23f2f29f
CV
1112000-06-28 Corinna Vinschen <vinschen@cygnus.com>
112
113 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
114 `os2'. Force ac_cv_exeext to be ".exe" in that case.
115
f04f5a67
TW
1162000-06-19 Timothy Wall <twall@cygnus.com>
117
118 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
119 * config.sub: Add tic54x target.
120
11da68be
NC
1212000-06-07 Phillip Thomas <pthomas@suse.de>
122
123 * README-maintainer-mode: New file: Contains notes on using
124 --enable-maintainer-mode with binutils.
125
449f3b6c
AC
126Mon May 29 13:50:03 2000 Andrew Cagney <cagney@b1.cygnus.com>
127
128 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
129
ac73857d
AC
130Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
131
132 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
133 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
134
9442cea3
L
13520000-05-21 H.J. Lu (hjl@gnu.org)
136
9442cea3
L
137 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
138 directory are used if they exist. Make sure
139 $(build_tooldir)/include is searched for header files,
140 $(build_tooldir)/lib/ for library files.
141 (GCC_FOR_TARGET): Likewise.
142 (CXX_FOR_TARGET): Likewise.
143
09e90eb4
JL
144Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
145
146 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
147
f4bd37da
AO
148Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
149
150 * Makefile.in (configure-target-libiberty): Depend on
151 configure-target-newlib.
152
ba73c63f
JM
1532000-05-16 Alexandre Oliva <aoliva@cygnus.com>
154
155 * configure.in, Makefile.in: Merge all libffi-related
156 configury stuff from the libgcj tree.
157
82b43a09
AC
158Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
159
160 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
161 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
162
b5a23627
AC
163Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
164
165 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
166 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
167 current version information. Add to proto-toplev directory.
168 (gdb-taz): Build do-djunpack.
169
ba73c63f
JM
1702000-05-15 David Edelsohn <edelsohn@gnu.org>
171
172 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
173
7c86ed39
L
1742000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
175
176 * ltmain.sh: Preserve in relink_command any environment
177 variables that may affect the linker behavior.
178
640c6684
JL
179Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
180
181 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
182
2315914d
JW
183Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
184
185 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
186
ed0a91a5
EZ
1872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
190 with the version name.
191
ba73c63f 1922000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 193
ba73c63f 194 * config.if: Tweak.
6cafa39f 195
ba73c63f 1962000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 197
ba73c63f 198 * djunpack.bat: New file.
66156876 199
fd751128
AC
200Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
201
202 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
203 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
204 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
205 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
206
ba73c63f
JM
2072000-04-16 Dave Pitts <dpitts@cozx.com>
208
209 * config.sub (case $basic_machine): Change default for "ibm-*"
210 to "openedition".
211
b35ece4e
AC
212Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
213
214 * Makefile.in (gdb-taz): New target. GDB specific archive.
215 (do-md5sum): New target.
216 (MD5PROG): Define.
217 (PACKAGE): Default to TOOL.
218 (VER): Default to a shell script.
219 (taz): Rewrite target. Move real work to do-proto-toplev. Include
220 md5 checksum generation.
221 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
222 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
223 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
224 insight.tar.bz2): Use gdb-taz to create archive.
225
a2d91340
AC
226Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
227
228 * configure (warn_cflags): Delete.
229
ba73c63f
JM
2302000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
231 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 232
ba73c63f
JM
233 * configure.in (enable_libstdcxx_v3): Add.
234 (target_libs): Add bits here to switch between libstdc++-v2 and
235 libstdc++-v3.
236 * config.if: And this file too.
237 * Makefile.in: Add libstdc++-v3 targets.
238
2392000-04-05 Michael Meissner <meissner@redhat.com>
240
241 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 242
d332c5ac
JM
2432000-03-29 Jason Merrill <jason@casey.cygnus.com>
244
245 * configure.in: -linux-gnu*, not -linux-gnu.
246
6dcbc97b
AC
247Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
248
249 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
250 (do-tar-bz2): Replace TOOL with PACKAGE.
251 (gdb.tar.bz2): Remove GDBTK from GDB package.
252 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
253 dejagnu.tar.bz2): New packages.
254
96ce09a7
ILT
2552000-02-27 Andreas Jaeger <aj@suse.de>
256
257 * configure.in: Add entry for mips*-*-linux*, move catch all
258 *-*-*linux* entry below this one.
259
2031769e
ILT
2602000-02-27 Ian Lance Taylor <ian@zembu.com>
261
262 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
263
4bab746c
NC
2642000-02-24 Nick Clifton <nickc@cygnus.com>
265
266 * config.sub: Support an OS of "wince".
267
ada59422
AC
268Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
269
270 * config.guess, config.sub: Updated to match config's 2000-02-15
271 version.
272
5b93d8bb
AM
2732000-02-23 Linas Vepstas <linas@linas.org>
274
275 * config.sub: Add support for Linux/IBM 370.
276 * configure.in: Likewise.
277
2fb651f6
NC
2782000-02-22 Nick Clifton <nickc@cygnus.com>
279
280 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
281
b8441c25
CF
2822000-02-20 Christopher Faylor <cgf@cygnus.com>
283
284 * config.guess: Guess "cygwin" rather than "cygwin32".
285
d332c5ac
JM
2862000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
287
288 * configure (gcc_version): When setting, narrow search to
289 lines containing `version_string'.
290
ba73c63f
JM
2912000-02-15 Denis Chertykov <denisc@overta.ru>
292
293 * config.sub: Add support for avr target.
294
295Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
296
297 * config.sub: Add mmix-knuth-mmixware.
298
2992000-01-27 Christopher Faylor <cgf@redhat.com>
300
301 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
302 structure stuff to -L library search.
303 (CXX_FOR_TARGET): Ditto.
304 (CROSS_CHECK_MODULES): Fix spelling mistake.
305
3062000-01-24 Mark Mitchell <mark@codesourcery.com>
307
308 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
309 the C++ compiler.
310
3112000-01-12 Richard Henderson <rth@cygnus.com>
312
313 * configure.in: Don't build some bits for beos.
314
3152000-01-12 Joel Sherrill (joel@OARcorp.com)
316
317 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
318 as include files.
319
91b2c84d
GK
3202000-01-06 Geoff Keating <geoffk@cygnus.com>
321
322 * configure.in: Use mt-aix43 to handle *_TARGET defs,
323 not mh-aix43.
324
ba73c63f
JM
3251999-12-14 Richard Henderson <rth@cygnus.com>
326
327 * config.guess (alpha-osf, alpha-linux): Detect ev67.
328 * config.sub: Accept alphaev[78], alphaev8.
329
3301999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
331
332 * config.guess, config.sub: Update from autoconf.
333
334Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
335
336 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
337 necessary libraries are missing.
338
3391999-10-25 Andreas Schwab <schwab@suse.de>
340
341 * configure: Fix quoting inside arguments of eval.
342
3431999-10-21 Nick Clifton <nickc@cygnus.com>
344
345 * config-ml.in: Allow suppression of some ARM multilibs.
346
347Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
348
349 * config.guess: Add OS/390 match pattern.
350 * config.sub: Add mvs, openedition targets.
351 * configure.in (i370-ibm-opened*): New.
352
ef14edc4
ILT
3531999-09-04 Steve Chamberlain <sac@pobox.com>
354
355 * config.sub: Add support for configuring for pj.
356
afb478e8
NC
3571999-08-31 Nick Clifton <nickc@cygnus.com>
358
fd6848f6 359 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 360
ba73c63f 3611999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
362
363 * configure.in: Do not configure or build ld for AIX
364 platforms. ld is known to be broken on these platforms.
365
ba73c63f
JM
366Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
367
368 * config-ml.in: Pass compiler flag corresponding to multidirs to
369 subdir configures.
370
c363de44
ILT
3711999-08-09 Ian Lance Taylor <ian@zembu.com>
372
373 * Makefile.in (LDFLAGS): Define.
374
dc8bc5a6
ILT
3751999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
376
377 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
378 noconfigdirs.
379 (*-*-cygwin*): Likewise.
380
6ca3858e
ILT
3811999-08-08 Ian Lance Taylor <ian@zembu.com>
382
71141bb6
ILT
383 * mkdep: New file.
384 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
385 (BINUTILS_SUPPORT_DIRS): Add mkdep.
386
6ca3858e
ILT
387 From Eli Zaretskii <eliz@is.elta.co.il>:
388 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
389 long file name when using DJGPP on MS-DOS.
390
ba73c63f
JM
391Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
392
393 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
394
2735a327
AM
3951999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
396
397 * Makefile.in (check-target-libio): Remove all-target-libstdc++
398 dependency as this causes "make check" to globally "make all"
399
ba73c63f
JM
400Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
401
402 * configure.in (target_libs): Added target-zlib.
403 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
404 (CONFIGURE_TARGET_MODULES): Likewise.
405 (CHECK_TARGET_MODULES): Likewise.
406 (INSTALL_TARGET_MODULES): Likewise.
407 (CLEAN_TARGET_MODULES): Likewise.
408 (configure-target-zlib): New target.
409 (all-target-zlib): Likewise.
410 (all-target-libjava): Depend on all-target-zlib.
411 (configure-target-libjava): Depend on configure-target-zlib.
412
413 * Makefile.in (configure-target-libjava): Depend on
414 configure-target-newlib.
415 (configure-target-boehm-gc): New target.
416 (configure-target-qthreads): New target.
417
418 * configure.in (target_libs): Added target-qthreads.
419 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
420 (CONFIGURE_TARGET_MODULES): Likewise.
421 (CHECK_TARGET_MODULES): Likewise.
422 (INSTALL_TARGET_MODULES): Likewise.
423 (CLEAN_TARGET_MODULES): Likewise.
424 (all-target-qthreads): New target.
425 (configure-target-libjava): Depend on configure-target-qthreads.
426 (all-target-libjava): Depend on all-target-qthreads.
427
428 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
429 (CONFIGURE_TARGET_MODULES): Likewise.
430 (CHECK_TARGET_MODULES): Likewise.
431 (INSTALL_TARGET_MODULES): Likewise.
432 (CLEAN_TARGET_MODULES): Likewise.
433 (all-target-libjava): New target.
434 (all-target-boehm-gc): Likewise.
435 * configure.in (target_libs): Added libjava, boehm-gc.
436
08d836d6
ILT
4371999-07-22 Ian Lance Taylor <ian@zembu.com>
438
439 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
440 configure.bat in SUPPORT_FILES.
441 (gas+binutils.tar.bz2): Likewise.
442
443 * makeall.bat: Remove; obsolete.
444
8f36e47c
ILT
4451999-07-21 Ian Lance Taylor <ian@zembu.com>
446
447 From Mark Elbrecht:
448 * configure.bat: Remove; obsolete.
449
56e82f25
ILT
4501999-07-11 Ian Lance Taylor <ian@zembu.com>
451
452 * configure: Add -W -Wall to the default CFLAGS when compiling with
453 gcc.
454
1001d816
JL
455Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
456
457 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
458
106117aa
MM
4591999-06-30 Mark Mitchell <mark@codesourcery.com>
460
461 * configure.in: Build ld on IRIX6.
462
c376f4ed
ILT
4631999-06-12 Ian Lance Taylor <ian@zembu.com>
464
465 * Makefile.in: Change distribution targets to use bzip2 instead of
466 gzip.
467 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 468 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 469
306b7445
NC
4701999-06-04 Nick Clifton <nickc@cygnus.com>
471
472 * config.sub: Add mcore target.
473
af754d91
RH
474Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
475
476 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
477
ba73c63f
JM
478Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
479
480 * config.guess (dummy): Changed to $dummy.
481
6c3175b0
NC
4821999-05-24 Nick Clifton <nickc@cygnus.com>
483
ba73c63f
JM
484 * config.sub: Tidied up case statements.
485
4861999-05-22 Ben Elliston <bje@cygnus.com>
487
488 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
489 <jiro@din.or.jp>.
490
491 * config.guess: Merge with FSF version. Future changes will be
492 more accurately recorded in this ChangeLog.
493 * config.sub: Likewise.
494
495Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
496
497 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 498
252b5132
RH
4991999-04-30 Tom Tromey <tromey@cygnus.com>
500
501 * ltmain.sh: [mode link] Always use CC given by ltconfig.
502
5031999-04-23 Tom Tromey <tromey@cygnus.com>
504
505 * ltconfig, ltmain.sh: Update to libtool 1.2f.
506
5071999-04-20 Drew Moseley <dmoseley@cygnus.com>
508
509 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
510 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
511 Bad merge removed these two changes.
512
ba73c63f
JM
513Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
514 Martin Heller (Ing.-Buero_Heller@t-online.de)
515
516 * config.guess (interix Alpha): Add.
517
252b5132
RH
5181999-04-11 Richard Henderson <rth@cygnus.com>
519
520 * configure.in (i?86-*-beos*): Do config gperf; don't config
521 gdb, newlib, or libgloss.
522
ba73c63f
JM
523Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
524
525 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
526 link a trivial program with -mabi=64. If it fails, remove mabi=64
527 from multidirs.
528
529Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
530
531 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
532
252b5132
RH
5331999-04-08 Nick Clifton <nickc@cygnus.com>
534
535 * config.sub: Add support for mcore targets.
536
5371999-04-07 Michael Meissner <meissner@cygnus.com>
538
539 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
540 not mt-ospace, in order to shut up assembler warning about using
541 symbols that are named the same as registers.
542
5431999-04-07 Drew Moseley <dmoseley@cygnus.com>
544
545 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
546 dependency list for all-target-cygmon.
547
5481999-04-05 Doug Evans <devans@casey.cygnus.com>
549
550 * config-ml.in: Check $host, not $target, for selective multilibs.
551 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
552 thumb interworking, and underscore prefix multilibs.
553
5541999-04-04 Ian Lance Taylor <ian@zembu.com>
555
556 * missing: Update to version from current automake.
557
558Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
559
560 * configure (gxx_include_dir): Removed.
561
562 * configure.in (gxx_include_dir): Handle it.
563 * Makefile.in: Likewise.
564
5651999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
566
567 * config.sub (mips64vr4111,mips64vr4111el) Add.
568
5691999-03-21 Ben Elliston <bje@cygnus.com>
570
571 * config.guess: Correct typo for detecting ELF on FreeBSD.
572
573Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
574
575 * config/mh-go32: Delete.
576 * config/mh-djgpp: New. Renamed from mh-go32.
577 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
578 config/mh-djgpp.
579
580Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
581
582 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
583 all-target-newlib to dependency list for all-target-bsp.
584
585Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
586
587 * config.sub: Add i386-uwin support.
588 * config.guess: Likewise.
589
590Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
591
592 * configure.in: cleanup, add mh-*pic handling for arm, special
593 case powerpc*-*-aix*
594
595Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
596
597 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
598 can be built.
599
600Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
601
602 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
603 targets.
604
6051999-03-02 Nick Clifton <nickc@cygnus.com>
606
607 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
608
609Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
610
611 * config.sub: Check for "cygwin*" rather than "cygwin32*"
612
6131999-02-24 Nick Clifton <nickc@cygnus.com>
614
615 * config.sub: Fix typo in arm recognition.
616
617Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
618
619 * configure.in (noconfigdirs): Changed target_configdirs to
620 include target-bsp only for m68k-*-elf* and m68k-*-coff*
621 rather than m68k-*-* since it is not known to work on
622 m68k-aout. Ditto for arm-*-*oabi.
623
624Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
625
626 * configure.in (*-*-windows*): Remove, no longer used.
627 * config/mh-windows: Ditto.
628
6291999-02-19 Ben Elliston <bje@cygnus.com>
630
631 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
632 Smart and improved by Andrew Cagney.
633
634Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
635
636 * config.guess: Recognize openbsd-*-hppa.
637
638Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
639
640 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
641 only if it is not empty.
642
6431999-02-17 Nick Clifton <nickc@cygnus.com>
644
645 Patch from: Scott Bambrough <scottb@corelcomputer.com>
646
fd6848f6 647 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
648
649 * config.sub: Modified to recognize uname's armv* syntax.
650
6511999-02-17 Mark Salter <msalter@cygnus.com>
652
653 * configure.in: Added target-bsp for sparclite.
654
655Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
656
657 * config.sub: Recognize alphapca5[67] and up to alphaev8.
658
6591999-02-08 Nick Clifton <nickc@cygnus.com>
660
661 * configure.in: Add support for strongarm port.
662 * config.sub: Add support for strongarm target.
663
664Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
665
666 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
667 the old name config/mh-cygwin32.
668 Enable texinfo.
669
670Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
671
672 * configure.in: Do build ld for ix86 Solaris.
673
674Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
675
676 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
677 $AR_FOR_TARGET. Likewise for RANLIB.
678
679Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
680
681 * config.sub (oabi): Recognize.
682 * configure.in (arm-*-oabi): Handle.
683
684Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
685
686 * config.guess: Improve detection of i686 on UnixWare 7.
687
688Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
689
690 * config.guess: Add support for i386-pc-interix.
691 * config.sub: Likewise.
692 * configure.in: Likewise.
693 * config/mh-interix: New file.
694
695Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
696
697 * Makefile.in: Remove unneeded all-target-libio from
698 from all-target-winsup target since it is now unneeded.
699 Add all-target-libtermcap in its place since it is now
700 needed.
701
702Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
703
704 * configure.in: makefile stub for cygwin target is probably
705 unnecessary. Remove it for now.
706 * config/mt-cygwin: Remove.
707
708Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
709
710 * configure.in: libtermcap.a should be built when cygwin is the
711 target as well as the host.
712 * config.guess: Allow mixed case in cygwin uname output.
713 * Makefile.in: Add libtermcap target.
714 * config/mt-cygwin: New file. libtermcap target info.
715
252b5132
RH
716Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
717
718 * config.sub: Clean up handling of hppa2.0.
719
720Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
721
722 * config.guess: Use C code to identify more HP machines.
723
724Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
725
726 * config.sub: Handle hppa2.0.
727
ba73c63f
JM
728Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
729
730 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
731 cygmon for all sparclite targets, regardless of object format.
732
7331998-12-15 Mark Salter <msalter@cygnus.com>
734
735 * configure.in: Added target-bsp for several target architectures.
736
737 * Makefile.in: Added rules for bsp.
738
252b5132
RH
739Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
740
741 * config.guess: Improve detection of hppa2.0 processors.
742
743Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
744
745 * config.guess: Recognize FreeBSD using ELF automatically.
746
7471998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
748
749 * configure (skip-this-dir): Add handling for new shell script, which
750 might be created by a sub-directory's configure to indicate, this particular
751 directory is "unwanted".
752 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
753
252b5132
RH
754Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
755
756 * ltconfig: import from libtool, after changing libtool to
757 account for the cygwin name change.
758
759Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
760
761 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
762 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
763
764Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
765
766 * configure.in: Add libtermcap to list of cygwin dependencies.
767
768Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
769
770 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
771 they include winsup/include when it's a cygwin target.
772
7731998-11-12 Tom Tromey <tromey@cygnus.com>
774
775 * configure.in (host_tools): Added zip.
776 * Makefile.in (all-target-libjava): Depend on all-zip.
777 (all-zip): New target.
778 (ALL_MODULES): Added all-zip.
779 (NATIVE_CHECK_MODULES): Added check-zip.
780 (INSTALL_MODULES): Added install-zip.
781 (CLEAN_MODULES): Added clean-zip.
782
783Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
784
785 * Makefile.in: lose "32" from comment about cygwin.
786
787Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
788
789 * configure.in: Use -Os to build target libraries for the fr30.
790
791Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
792
793 * config.sub: Add fr30.
794
795Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
796
797 * configure.in: drop "32" from config/mh-cygwin32. Check
798 cygwin* instead of cygwin32*.
799 * config.sub: Check cygwin* instead of cygwin32*.
800
ba73c63f
JM
801Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
802
803 * config.guess: Match any version of Unixware7.
804
252b5132
RH
8051998-10-20 Syd Polk <spolk@cygnus.com>
806
807 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
808 if desired.
809
810Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
811
812 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
813 these if the appropriate directories and files to not exist.
814
815Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
816
817 * Makefile.in (DEVO_SUPPORT): Add config.if.
818
ba73c63f
JM
819Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
820
821 * configure: Add pattern to replace "build_tooldir"'s
822 definition in the generated Makefile with "tooldir"'s
823 actual value.
824
252b5132
RH
825Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
826
827 * config.sub: Bring back lost sparcv9.
828
ba73c63f
JM
829 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
830
831Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
832
833 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
834 CC_FOR_TARGET and friends.
835
836Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
837
838 * Makefile.in (build_tooldir): New variable, same as tooldir.
839 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
840 -B$(build_tooldir)/bin/.
841 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
842
252b5132
RH
843Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
844
845 * config.sub: Add support for i[34567]86-pc-udk.
846 * configure.in: Likewise.
847
848Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
849
850 * Makefile.in: add bzip2 package building bits for user
851 tools module
852 * configure.in: ditto
853
ba73c63f
JM
854Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
855
856 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
857 (ALL_TARGET_MODULES): Add all-target-libobjc.
858 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
859 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
860 (all-target-libchill): Add dependencies.
861 * configure.in (target_libs): Add libchill.
862
252b5132
RH
8631998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
864
ba73c63f 865 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
866
867Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
868
869 * Makefile.in (all-automake): fix dependencies.
870
871Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
872
873 * configure.in: Minor cleanups for building in the $(target_alias)
874 subdir.
875
8761998-09-22 Jim Wilson <wilson@cygnus.com>
877
878 * Makefile.in (bootstrap): Set r and s before make all. Use
879 BASE_FLAGS_TO_PASS in make all.
880 (cross): Likewise.
881
8821998-09-20 Mark Mitchell <mark@markmitchell.com>
883
884 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
885
252b5132
RH
886Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
887
888 * config.sub: Fix typo in last change.
889
8901998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
891
892 * config.sub: Add support for C4x target.
893 * configure.in: Likewise.
894
8951998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
896
897 * config.sub: Recognize sparcv9 just like sparc64.
898
899Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
900
901 * config.guess: Match "Pent II" or "PentII" for OpenServer.
902
903Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
904
905 * config.guess: Correctly identify Pentium II sco boxes.
906
907 * config.guess: Fix "tr" code. From Weiwen Liu.
908
909Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
910
911 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
912 stabs.
913
914Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
915
916 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
917 (ALL_TARGET_MODULES): Add all-target-libchill.
918 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
919 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
920 (all-target-libchill): Add dependencies.
921 * configure.in (target_libs): Add libchill.
922
923Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
924
925 * config.guess: Avoid assumptions about "tr" behaves when
926 LANG is set to something other than English.
927
928Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
929
930 * configure (gxx_include_dir): Changed to
931 '${prefix}/include/g++'-${libstdcxx_interface}.
932
933 * config.if: New to determine the interfaces.
934
935Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
936
937 * config.guess: Detect and handle MPE/IX.
938 * config.sub: Deal with MPE/IX.
939
940Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
941
942 * configure.in: Use mh-aix43.
943
9441998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
945
946 * configure: Fix --without/--disable cases for gxx-include-dir.
947
948Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
949
950 * mdata-sh: Imported. Needed for automake support.
951
952Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
953
ba73c63f 954 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
955 "chmod og=u `find . -print`".
956
957Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
958
ba73c63f 959 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
960
961Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
962
963 * Makefile.in: Undo previous patch.
964
965Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
966
967 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
968 to here ...
969 (install-no-fixedincludes): and here
970 (INSTALL_MODULES): ... from here.
971
972Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
973
974 * config.sub: Merge with FSF.
975
976 * config.guess: Merge with FSF.
977
978Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
979
980 * configure (extraconfigdirs): New variable.
981 (SUBDIRS): Add extraconfigdirs and recurse on them too.
982 * Makefile.in (all): Move higher in file.
983 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
984 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
985 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
986 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
987 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
988
9891998-07-23 Brendan Kehoe <brendan@cygnus.com>
990
991 * Makefile.in (all-target-libjava): Depend on all-gcc and
992 all-target-newlib.
993 (configure-target-libjava): Depend on $(ALL_GCC).
994
995Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
996
997 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
998 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
999
1000Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
1001
1002 * ylwrap: Change absolute path checks to check for DOS style path
1003 names.
1004
1005 * ylwrap: Don't use a full path name if the source file is in the
1006 same directory. From hjl@lucon.org (H.J. Lu).
1007
1008 * config-ml.in: Default to being verbose, to match Feb 18 change to
1009 configure.
1010
1011Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
1012
1013 Brought over from egcs:
1014
1015 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
1016
1017 * configure.in (target_subdir): Set to ${target_alias} instead
1018 of "libraries".
1019
1020 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
1021
1022 * configure.in (target_subdir): Set to libraries if enable_multilib.
1023
1024Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
1025
1026 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
1027 multilibs, force reconfiguration the first time we create
1028 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
1029
1030Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
1031
1032 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
1033 avoid confusion with --no-recursion.
1034
1035Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
1036
1037 * configure.in: Win32 hosts shouldn't use install -x
1038 * install-sh: remove -x option, and special .exe-handling
1039 hack.
1040
1041Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
1042
1043 * config.guess: Recognize i586-pc-beos.
1044 * configure.in: Don't build some bits for beos.
1045
1046Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
1047
1048 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
1049 CFLAGS default to -O2.
1050
1051 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
1052 when using GNU ld.
1053
1054Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
1055
1056 * ltmain.sh: Correct install when using a different shell.
1057
1058Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
1059
1060 * ltconfig, ltmain.sh: Update to libtool 1.2b.
1061
1062Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
1063
1064 * makefile.vms: Update to build binutils/makefile.vms. Add install
1065 target.
1066
1067Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
1068
1069 * ltconfig: Update to correct AIX handling.
1070
1071Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
1072
1073 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
1074
1075 * configure.in (target_subdir): Set to ${target_alias} instead
1076 of "libraries".
1077
10781998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
1079
1080 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
1081 (Makefile): Depend on $(gcc_version_trigger).
1082
1083 * configure (gcc_version): Change default initializer to empty
1084 string.
1085 (gcc_version_trigger): New variable; pass this variable down
1086 to subdir configures to enable them checking gcc's version
1087 themselves. Emit make macros for both gcc_version vars.
1088 (topsrcdir): Initialize reliably.
1089 (recursion line): Remove --with-gcc-version=${gcc_version}.
1090
10911998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
1092
1093 * configure (enable_version_specific_runtime_libs): Implement new flag
1094 --enable-version-specific-runtime-libs which installs C++ runtime stuff
1095 in $(libsubdir); emit definition in each generated Makefile.
1096 (gxx_include_dir): Initialize depending on
1097 $enable_version_specific_runtime_libs.
1098
10991998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
1100
1101 * configure (gcc_version): Initialize properly depending on
1102 how and where configure is started.
1103 (recursion line): Pass a --with-gcc-version=${gcc_version}
1104 to configures in subdirs.
1105
1106Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
1107
1108 * configure.in (noconfigdirs): Add configure pattern for mips tx39
1109 cygmon
1110
1111Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
1112
1113 * configure.in: Add cygmon and libstub support for mn10200.
1114
11151998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
1116
1117 * configure (gcc_version): Add new variable describing the
1118 particular gcc version we're building.
1119 * Makefile.in (libsubdir): Add new macro for the directory
1120 in which the compiler finds executables, libraries, etc.
1121 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
1122 and libsubdir.
1123
1124Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1125
ba73c63f
JM
1126 * Makefile.in (local-clean): Remove *.log.
1127 (warning.log): Built with warn_summary from build.log.
1128 (mail-report.log): Run test_summary.
1129 (mail-report-with-warnings.log): Run test_summary including
1130 warning.log in the report.
252b5132
RH
1131
1132Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
1133
1134 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
1135
1136Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1137
1138 * Makefile.in (grep): Grep no longer depends on libiberty.
1139
1140Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
1141
1142 * Makefile.in: all-snavigator needs all-libgui.
1143
1144Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
1145
1146 * configure.in: Add cygmon and libstub support for mn10300.
1147
1148Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
1149
1150 * missing: Update to version from automake 1.3.
1151
1152 * ltmain.sh: On installation, don't get confused if the same name
1153 appears more than once in the list of library names.
1154
1155Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
1156
1157 * config.sub: Accept m68060 and m5200 as CPU names.
1158
1159Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
1160
1161 * configure: Use && rather than using -a in test, because odd
1162 strings can confuse test.
1163 * configure.in: Likewise.
1164
1165Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
1166
1167 * ltconfig, ltmain.sh: Bring in Visual C++ support.
1168
1169Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1170
1171 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
1172 bootstrap4-lean): New targets.
1173
1174Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
1175
1176 * mpw-* Delete. Not used.
252b5132
RH
1177
1178Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
1179
1180 * COPYING.LIB: Update FSF address.
1181
1182Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
1183
1184 * ltconfig, ltmain.sh: Update to libtool 1.2a.
1185
1186 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
1187 GAS_SUPPORT_DIRS.
1188
1189Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
1190
1191 * ltconfig, ltmain.sh: Avoid producing a version number if
1192 -version-info was not used.
1193
1194Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
1195
1196 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
1197 building with newlib.
1198
11991998-04-30 Paul Eggert <eggert@twinsun.com>
1200
ba73c63f
JM
1201 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
1202 Solaris `make' causes it to continue to next definition.
252b5132 1203
afb8d725
JM
1204Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
1205
1206 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
1207 the right GUI libraries and files are installed along with GDB.
1208
252b5132
RH
1209Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
1210
1211 * configure.in: Change alpha to alpha* in several places.
1212
1213Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
1214
1215 * config.sub: Recognize sparc86x.
1216
1217Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 1218
252b5132
RH
1219 * configure.in (--enable-target-optspace): Remove debug echo.
1220
1221Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
1222
1223 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
1224
1225Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
1226
1227 * ltconfig: Update cygwin32 support.
1228
1229 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
1230 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
1231 (GDB_SUPPORT_DIRS): Likewise.
1232
1233Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
1234
1235 * configure.in (target_makefile_frag): If --enable-target-optspace,
1236 use -Os to compile target libraries rather than -O2. Default to
1237 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
1238 not used.
1239 * configure.in (target_cflags): Ditto for d30v.
1240
1241Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
1242
1243 * Makefile.in (all-bfd): Depend on all-intl.
1244 (all-binutils): Likewise.
1245 (all-gas): Likewise.
1246 (all-gprof): Likewise.
1247 (all-ld): Likewise.
1248
252b5132
RH
12491998-04-19 Brendan Kehoe <brendan@cygnus.com>
1250
1251 * configure.in (host_tools): Fix typo, lbtool -> libtool.
1252
1253Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
1254
1255 * Makefile.in (all-bfd): Depend upon all-libiberty.
1256
1257 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
1258
1259Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
1260
1261 * Makefile.in: Add libstub.
1262
1263 * configure.in: Ditto. Build libstub for targets that have cygmon
1264 support.
1265
1266Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
1267
1268 * configure.in: Don't set PICFLAG on ix86-cygwin32.
1269
1270Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
1271
1272 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
1273 use mh-sysv5 if specified. Support gprof on SCO Open Server.
1274
1275Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
1276
1277 * configure: Define DEFAULT_M4 by searching PATH.
1278 * Makfile.in: Use DEFAULT_M4.
1279
1280Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
1281
1282 * ltconfig: Add cygwin32 support.
1283
1284 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
1285 to configure and build.
1286
1287Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
1288
1289 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
1290
1291Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
1292
1293 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
1294
1295Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
1296
1297 * Makefile.in: add ash make rules
1298 * configure.in: add ash to native_only and host_tools lists
1299
1300Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
1301
1302 * Makefile.in (all-gettext, all-intl): New targets.
1303 (ALL_MODULES): Added all-gettext, all-intl.
1304 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
1305 (INSTALL_MODULES): Added install-gettext, install-intl.
1306 (CLEAN_MODULES): Added clean-gettext, clean-intl.
1307
1308 * configure.in (host_tools): Added gettext.
1309 (native_only): Likewise.
1310 (noconfigdirs) [various cases]: Likewise.
1311 (host_libs): Added intl.
1312
afb8d725
JM
1313Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
1314
1315 * configure: Do not disable building gdbtk for cygwin32 hosts.
1316
ba73c63f
JM
1317Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
1318
1319 * configure.in: Add thumb-coff target.
1320 * config.sub: Add thumb-coff target.
1321
252b5132
RH
1322Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
1323
1324 * Makefile.in: Revert yesterday's change.
1325 (all-target-winsup): all-target-librx stays out of here.
1326
1327Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
1328
ba73c63f
JM
1329 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
1330 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
1331 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
1332 Remove references to librx and libg++.
1333
1334Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
1335
1336 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
1337 recursive makes
1338
1339Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
1340
1341 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
1342 for newlib directory.
1343 (CXX_FOR_TARGET): Likewise.
1344
1345Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
1346
1347 * ltconfig: Update after libtool/ltconfig.in change for
1348 hpux11.
1349
1350Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
1351
1352 * ltconfig, ltmain.sh: Update to libtool 1.2.
1353
1354Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
1355
1356 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
1357 (install-gcc-cross): Instead, override LANGUAGES here.
1358
13591998-03-18 Dave Love <d.love@dl.ac.uk>
1360
1361 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
1362 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
1363
1364Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
1365
1366 * configure.in: Add Thumb-pe target.
1367
1368Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 1369
252b5132
RH
1370 * Makefile.in - changed sn targets to snavigator
1371 * configure.in - changed sn targets to snavigator
1372
1373Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
1374
1375 * config-ml.in: After building symlink tree call make distclean
1376 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
1377 to be the case for libiberty.
1378
1379Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
1380
1381 * configure: When making link, also check the current
1382 directory. The configure scripts may create one.
1383
1384Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
1385
1386 * config.sub: Accept alphapca56 and alphaev6 properly.
1387
1388Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1389
1390 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
1391
252b5132
RH
1392Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
1393
1394 * config.sub (sco5): Fix typo.
1395
1396Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
1397
1398 * Makefile.in (INSTALL_MODULES): Move install-tcl before
1399 install-itcl.
1400 (install-itcl): Remove dependency on install-tcl.
1401
1402Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
1403
1404 * configure.in: Remove libgloss from noconfigdirs for MN10300.
1405
252b5132
RH
1406Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
1407
1408 * configure.in: Don't build libgui for a cygwin32 target when not on
1409 a cygwin32 host.
1410
1411Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
1412
1413 * configure (redirect): Set to null, so default behavior of
1414 configure is now --verbose.
1415
14161998-02-16 Dave Love <d.love@dl.ac.uk>
1417
1418 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
1419 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
1420
1421Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
1422
1423 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
1424 this change to sync Makefile.in with its ChangeLog entries.
1425
1426Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
1427
1428 * ltmain.sh (mkdir): Check that the directory doesn't exist
1429 before we exit with error, so that we don't get races during
1430 parallel builds.
1431
1432Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
1433
1434 * ltconfig, ltmain.sh: Update from libtool 1.0i.
1435
1436Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
1437
1438 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
1439 PICFLAG_FOR_TARGET.
1440 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
1441
1442 * configure: Emit a definition for the new macro enable_shared
1443 into each Makefile.
1444
1445 * config/mh-sparcpic (PICFLAG): Define to properly according
1446 to current multilib configuration.
1447 * config/mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
1448 according to current multilib configuration.
1449
1450Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
1451
1452 * configure.in (host_tools, native_only): Add libtool.
1453
1454Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
1455
1456 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
1457 Fix typo in ming config comment.
1458
1459Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
1460
1461 * ltconfig, ltmain.sh: Update from libtool 1.0h.
1462
1463Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
1464
1465 * config.sub: Add tic30 cases, and map c30 to tic30.
1466
ba73c63f
JM
1467Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
1468
1469 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
1470 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
1471 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
1472 (CLEAN_TARGET_MODULES): Similarly
1473 (all-target-libf2c): Add dependences.
1474 * configure.in (target_libs): Add libf2c.
1475
252b5132
RH
1476Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
1477
ba73c63f
JM
1478 * configure.in: Remove expect from noconfigdirs when target
1479 is cygwin32. OK to build expect and dejagnu with Canadian
1480 Cross.
252b5132
RH
1481
1482Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
1483
1484 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
1485 host.
1486
1487 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
1488 and mingw32.
1489
1490Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
1491
1492 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
1493 here as it is not defined in the toplevel Makefile.
1494
1495Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
1496
1497 * configure (package_makefile_rules_frag): New variable, which names
1498 a file with generic rules, ...
1499 Change comment to mention we now have FIVE parts.
1500 * configure: Undo last change.
1501
1502Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
1503
1504 * config.guess: More accurate determination of HP processor types.
1505 * config.sub: More accurate determination of HP processor types.
1506
1507Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
1508
1509 * configure (package_makefile_frag): Move inserting the
1510 ${package_makefile_frag} to where it should be according
1511 to the comment.
1512
ba73c63f 1513Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
1514
1515 * config.guess: Add support for Linux/ARM.
1516
1517Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
1518
1519 * .cvsignore: Remove *-info and *-install since they match
1520 release-info and mpw-install, which we don't want to just ignore.
1521
1522Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
1523
1524 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
1525
1526Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
1527
1528 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
1529 local_prefix to sub-make invocations.
1530
1531Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
1532
1533 * configure.in: Check makefile fragments in the source
1534 directory.
1535
1536Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1537
ba73c63f
JM
1538 * configure.in: Check whether host and target makefile
1539 fragments exist before adding them to *_makefile_frag.
252b5132
RH
1540
1541Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
1542
1543 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 1544
252b5132
RH
1545Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
1546
1547 * configure.in: Make sure we only replace RPATH_ENVVAR on
1548 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
1549 regexp to sed.
1550
1551 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
1552 to sub-makes.
1553
15541998-01-13 Lee Iverson (leei@ai.sri.com)
1555
1556 * config-ml.in (multi-do): LDFLAGS must include multilib
1557 designator.
1558
1559Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
1560
1561 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
1562
1563Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
1564
1565 * config.sub: Add mingw32 support.
1566 * configure.in: Likewise.
ba73c63f 1567 * config/mh-mingw32: New file.
252b5132
RH
1568
1569Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
1570
1571 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
1572
1573Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
1574
1575 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
1576 * configure (gxx_include_dir): Provide a definition for subdirs
1577 which do not use autoconf.
1578
1579Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
1580
1581 * config.guess: Sync with egcs. Picks up new alpha support,
1582 BeOS & some additional linux support.
1583
ba73c63f 1584Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
1585
1586 * config.guess: HP 9000/803 is a PA1.1 machine.
1587
ba73c63f
JM
1588Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
1589
1590 * configure.in: It's alpha*-...
252b5132
RH
1591
1592Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1593
ba73c63f
JM
1594 * configure.in (host_makefile_frag, target_makefile_frag):
1595 Handle multiple config files.
1596 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
1597 alpha-*-*.
252b5132
RH
1598
1599Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
1600
1601 * mkdep: New file.
1602
1603Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
1604
1605 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
1606
1607Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
1608
1609 * Makefile.in: Add libgui directory.
1610 (GDB_TK): Add all-libgui.
1611 * configure.in: Add libgui directory.
1612 * configure: Add all-libgui to GDB_TK.
1613
1614Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
1615
1616 * config-ml.in (multidirs): Add m32r to multilib list.
1617
1618Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
1619
1620 * Makefile.in (all-target-gperf): Change dependency to
1621 all-target-libstdc++.
1622
1623Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
1624
1625 * config.guess: Add BeOS support.
1626
1627Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
1628
1629 Source directory cvs renamed to cvssrc:
1630 * configure.in (host_tools): Change cvs to cvssrc.
1631 (native_only): Likewise.
1632 (noconfigdirs) [various cases]: Likewise.
1633 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
1634 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
1635 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
1636 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
1637 (all-cvssrc): Rename target from all-cvs.
1638
1639Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
1640
1641 * configure (gxx_include_dir): Fix thinko.
1642
1643Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
1644
1645 * Makefile.in (INSTALL_TARGET_CROSS): Define.
1646 (install-cross, install-gcc-cross): New targets.
1647
1648Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
1649
1650 * configure.in (noconfigdirs): Add support for Thumb target.
1651
1652 * config.sub (maybe_os): Add support for Thumb target.
1653
1654Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
1655
1656 * Makefile.in: Add rules for cygmon.
1657
1658 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
1659
1660Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
1661
1662 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
1663 * configure (gxx_include_dir): Provide a definition for subdirs
1664 which do not use autoconf.
1665
1666Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
1667
1668 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
1669 11/18/97 build
1670
1671Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
1672
1673 * From Franz Sirl.
1674 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
1675 found on RedHat Linux systems.
1676
1677Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
1678
1679 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
1680 guesses.
1681
1682Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
1683
1684 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
1685
1686Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1687
1688 * ltmain.sh: If mkdir fails, check whether the directory was created
1689 anyhow by some other process.
1690
1691Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
1692
1693 * configure.in (d30v-*-*): Configure all directories.
1694
1695Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
1696
1697 * configure.in (d30v-*-*): Configure newlib, libiberty directories
1698 for the D30V.
1699
1700Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
1701
1702 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
1703
1704Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
1705
1706 * include/libiberty.h: Add extern "C" { so it can be used with C++
1707 progrms.
1708 * include/remote-sim.h: Add extern "C" { so it can be used with C++
1709 programs.
1710
1711Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
1712
1713 * configure.in (d30v-*-*): Configure GCC now.
1714
1715Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
1716
1717 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
1718 is no longer needed.
1719
1720Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
1721
1722 * Makefile.in: check-target-libio depends on all-target-libstdc++.
1723
1724Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
1725
1726 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
1727 targets using "$@" to provide support for similar but not identical
1728 targets without having to duplicate code.
1729
1730Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
1731
1732 * makefile.vms: Fix to work with DEC C.
1733
1734Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
1735
1736 * config.sub: Add mips-tx39-elf to marketing names.
1737
1738Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
1739
1740 * ltmain.sh: Handle symlinks in generated script.
1741
1742Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
1743
1744 * configure: Handle autoconf style directory options: --bindir,
1745 --datadir, --includedir, --infodir, --libdir, --libexecdir,
1746 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
1747 --sysconfdir.
1748 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
1749 (sharedstatedir, localstatedir, oldincludedir): New variables.
1750 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
1751 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
1752 sbindir, sharedstatedir, and sysconfdir.
1753
1754Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
1755
1756 * Makefile.in (bootstrap-lean): New target.
1757
1758Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
1759
1760 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
1761 sn, and gnuserv from noconfigdirs.
1762
1763Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
1764
1765 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
1766
1767Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
1768
ba73c63f 1769 * Makefile.in (cross): New target.
252b5132
RH
1770
1771Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 1772 Jeff Law <law@cygnus.com>
252b5132
RH
1773
1774 * Makefile.in (bootstrap2, bootstrap3): New targets.
1775 (all-bootstrap): Remove outdated and confusing target.
1776 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
1777
afb8d725
JM
1778Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
1779
1780 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
1781 windows. Consistent with gdb/configure.
1782
252b5132
RH
17831997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
1784
1785 * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is
1786 used.
1787 * configure.in: Name Linux target fragment.
1788
1789 * configure: Rewrite so that project Makefile fragment is inserted
1790 first and appears last in the resulting Makefile.
1791
1792Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
1793
1794 * Makefile.in (install-itcl): Install tcl first.
1795
1796Sun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
1797
1798 * config/mh-cygwin32: ok to build split texinfo files
1799
1800Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 1801
252b5132
RH
1802 * configure.in: remove bison from noconfigdirs for Cygwin32 host
1803
1804Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1805
1806 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
1807
1808 * configure.in (skipdirs): Add target-librx for Linux.
1809 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
1810
1811Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
1812
1813 * Makefile.in (bootstrap): New target.
1814
1815Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
1816
1817 * config.sub: Accept 'amigados' for backward compatability.
1818
1819Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
1820
1821 * config.guess: Merge with FSF.
1822
ba73c63f
JM
1823Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
1824
1825 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
1826
252b5132
RH
1827Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
1828
1829 * config.sub: Add "marketing-names" patch.
1830
1831Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
1832
1833 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
1834
1835Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
1836
1837 * config.sub: Handle v850-elf.
1838
ba73c63f
JM
1839Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
1840
1841 * .cvsignore (*-install): Remove.
1842
252b5132
RH
1843Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
1844
1845 * ltconfig: Set CONFIG_SHELL in libtool.
1846 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
1847
1848Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
1849
1850 * configure.in (target_subdir): Set to libraries if enable_multilib.
1851
1852Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
1853
1854 * config.guess: Update from gcc directory.
1855
1856Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1857
1858 * Makefile.in (all-sim): Depends on all-readline.
1859
1860Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
1861
1862 * Makefile.in (BISON, YACC): Use $$s.
1863 (all-bison): Depend on all-texinfo.
1864
1865Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
1866
1867 * Makefile.in (BISON): Add -L flag.
1868 (YACC): Likewise.
1869
1870Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
1871
1872 * configure.in (noconfigdirs): Add support for v850e target.
1873
1874 * config.sub (maybe_os): Add support for v850e target.
1875
1876Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
1877
1878 * configure.in (noconfigdirs): Add support for v850ea target.
1879
1880 * config.sub (maybe_os): Add support for v850ea target.
1881
1882Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
1883
1884 * config.sub: Add mipstx39. Delete r3900.
1885
1886Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
1887
1888 * Makefile.in (all-autoconf): Depends on all-texinfo.
1889
1890Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
1891
1892 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
1893 eabi targets.
1894
1895Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
1896
1897 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
1898
1899 * configure: When handling a Canadian Cross, handle YACC as well as
1900 BISON. Just set BISON to bison. When setting YACC, prefer bison.
1901 * Makefile.in (all-bison): Depend upon all-texinfo.
1902
1903Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
1904
1905 * Makefile.in (BISON): bison, not byacc or bison -y.
1906 (YACC): bison -y or byacc or yacc.
1907 (various): Add *-bison as appropriate.
1908 (taz): No need to mess with BISON anymore.
1909
1910Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
1911
1912 * configure: If OSTYPE matches *win32*, try to find a good value for
1913 CONFIG_SHELL.
1914
1915Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
1916
1917 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
1918 configure.in if it is present.
1919
1920Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
1921
1922 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
1923
1924Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
1925
1926 * config.sub: Recognize `arc' cpu.
1927 * configure.in: Likewise.
1928 * config-ml.in: Likewise.
1929
1930Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
1931
1932 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
1933
1934Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
1935
1936 * configure: Changed sed delimiter from ':' to '|' when
1937 attempting to substitute ${config_shell} for SHELL. On
1938 NT ${config_shell} may contain a ':' in it.
1939
1940Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
1941
1942 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
1943
1944Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
1945
1946 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
1947
1948Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
1949
1950 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
1951
1952 * ylwrap: If the program is a relative path, force it to be
1953 absolute.
1954
1955Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
1956
1957 * configure (tooldir): Set BISON to `bison -y' and not just bison.
1958
1959Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
1960
1961 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
1962 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
1963 for libraries.
1964
1965Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
1966
1967 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
1968 separated by spaces.
1969
1970Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
1971
1972 * ylwrap: New file.
1973 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
1974
1975 * ltmain.sh: Handle /bin/sh at start of install program.
1976
1977 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
1978
1979 * ltconfig, ltmain.sh: New files, from libtool 1.0.
1980 * missing: New file, from automake 1.2.
1981
1982Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
1983
1984 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
1985 check-tk to CHECK_X11_MODULES.
1986
1987Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
1988
1989 * config.sub: Merge with FSF.
1990
1991Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
1992
1993 * config.guess: Merge with FSF.
1994
1995Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
1996
1997 * configure: Treat msdosdjgpp like go32.
1998 * configure.in: Likewise. Don't remove gprof for go32.
1999
2000 * configure: Change Makefile.tem2 to Makefile.tm2.
2001
2002Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
2003
2004 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
2005
2006Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
2007
2008 * install-sh (chmodcmd): Set to null if the DST directory already
2009 exists. Same as Nov 11th change.
2010
2011Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
2012
2013 * configure (GDB_TK): Needs itcl and tix.
2014
2015Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
2016
2017 * config.guess: Update from FSF.
2018
2019Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
2020
2021 * Makefile.in (GDB_TK): Depend on itcl and tix.
2022
2023Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
2024
2025 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
2026 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
2027 (INSTALL_SCRIPT): New variable.
2028 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
2029 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
2030 to -x.
2031 * install-sh: Add support for -x option.
2032
2033Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
2034
2035 * configure.in, Makefile.in: Treat tix like itcl.
2036
2037Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
2038
2039 * Makefile.in (WINDRES): New variable.
2040 (WINDRES_FOR_TARGET): New variable.
2041 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
2042 (EXTRA_HOST_FLAGS): Add WINDRES.
2043 (EXTRA_TARGET_FLAGS): Add WINDRES.
2044 (EXTRA_GCC_FLAGS): Add WINDRES.
2045 ($(DO_X)): Pass down WINDRES.
2046 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
2047 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
2048 DLLTOOL_FOR_TARGET.
2049
2050Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
2051
2052 * configure.in: configure sim before gdb for win32-x-ppc
2053
2054Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
2055
2056 Move gperf into the toplevel, from libg++.
2057 * configure.in (target_tools): Add target-gperf.
2058 (native_only): Add target-gperf.
2059 * Makefile.in (all-target-gperf): New target, depend on
2060 all-target-libg++.
2061 (configure-target-gperf): Empty rule.
2062 (ALL_TARGET_MODULES): Add all-target-gperf.
2063 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
2064 (CHECK_TARGET_MODULES): Add check-target-gperf.
2065 (INSTALL_TARGET_MODULES): Add install-target-gperf.
2066 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
2067
2068Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
2069
2070 * config.sub (mn10200): Recognize new basic machine.
2071
2072Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
2073
2074 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
2075 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
2076
2077Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
2078
2079 * configure.in: If we're building mips-sgi-irix6* native, turn on
2080 ENABLE_MULTILIB and set TARGET_SUBDIR.
2081
2082Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
2083
2084 * Makefile.in (all-sn): Depend on all-grep.
2085
2086Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
2087
2088 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
2089
2090 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
2091 Makefile. From Jeff Makey <jeff@cts.com>.
2092 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
2093
2094 * Makefile.in (DISTBISONFILES): Remove.
2095 (taz): Don't futz with DISTBISONFILES. Change BISON to use
2096 $(DEFAULT_YACC).
2097
2098 * configure.in: Build itl, db, sn, etc., when building for native
2099 cygwin32.
2100
2101 * Makefile.in (LD): New variable.
2102 (EXTRA_HOST_FLAGS): Pass down LD.
2103 ($(DO_X)): Likewise.
2104
2105Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
2106
2107 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
2108
2109Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
2110
2111 * configure.in (targargs): Strip out any supplied --build argument
2112 before adding our own. Always add --build.
2113
2114Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
2115
2116 * configure.in (targargs): Pass --build if we're doing
2117 a cross-compile.
2118
2119Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
2120
ba73c63f 2121 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
2122 sed. Otherwise sed chokes on NT path names with drive
2123 designators. Also look for "?:*" as the leading characters in an
2124 absolute pathname.
2125
2126Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
2127
2128 * config.sub: Support for r3900.
2129
2130Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
2131
2132 * configure.in: Use install-sh, not install.sh.
2133
2134Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
2135
2136 * Makefile.in (taz): Improve check for BISON so it doesn't try to
2137 apply it twice.
2138
2139Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
2140
2141 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
2142 install-binutils.
2143
2144Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
2145
2146 * Makefile.in: Add automake targets.
2147 * configure.in (host_tools): Add automake.
2148
2149Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
2150
2151 * configure: Default CXX to c++, not gcc.
2152 * Makefile.in (CXX): Set to c++, not gcc.
2153 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
2154
2155Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
2156
2157 * install-sh: try appending a .exe if source file doesn't
2158 exist
2159
2160Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
2161
2162 * configure.in: Turn on multilib by default.
2163 (cross_only): Remove target-libiberty.
2164
2165 * Makefile.in (all-gcc): Don't depend on libiberty.
2166
2167Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
2168
2169 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
2170
2171Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
2172
2173 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
2174 (DISTBISONFILES): Add ld/Makefile.in
2175
2176Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
2177
2178 * configure.in: if target is cygwin32 but host isn't cygwin32,
2179 don't configure gdb tcl tk expect, not just gdb.
2180
2181Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
2182
2183 * configure.in: Added gnuserv everywhere sn appears.
2184
2185 * Makefile.in (ALL_MODULES): Added all-gnuserv.
2186 (CROSS_CHECK_MODULES): Added check-gnuserv.
2187 (INSTALL_MODULES): Added install-gnuserv.
2188 (CLEAN_MODULES): Added clean-gnuserv.
2189 (all-gnuserv): New target.
2190
2191Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
2192
2193 * config.guess: Fixes for MIPS OpenBSD systems.
2194
2195Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
2196
2197 * Makefile.in (INSTALL_XFORM): Remove.
2198 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
2199
2200 * mkinstalldirs: New file, copied from automake.
2201 * Makefile.in (installdirs): Rename from install-dirs. Use
2202 mkinstalldirs. Change all users.
2203 (DEVO_SUPPORT): Add mkinstalldirs.
2204
2205Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
2206
2207 * install-sh: Rename from install.sh.
2208 * Makefile.in (INSTALL): Change install.sh to install-sh.
2209 (DEVO_SUPPORT): Likewise.
2210
2211 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
2212 Graichen <graichen@rzpd.de>.
2213
2214Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
2215
2216 * config.guess: Recognize OpenBSD systems correctly.
2217
2218Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
2219
2220 * README, Makefile.in (ETC_SUPPORT): Remove references to
2221 cfg-paper*, configure.{texi,man,info*}._
2222
2223Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2224
2225 * Makefile.in (all.normal): Ensure that gcc is built after all
2226 the x11 - ie gdb - targets.
2227
2228Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
2229
2230 * makefile.vms: Don't run conf-a-gas.
2231
2232Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
2233
2234 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
2235
2236Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
2237
2238 * configure.in: Remove noconfigdirs case since gdb also
2239 configures and builds for tic80-coff.
2240
2241Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
2242
2243 * configure: Set cache_file to config.cache.
2244 * Makefile.in (local-distclean): Remove config.cache.
2245
2246Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
2247
2248 * COPYING: Update FSF address.
2249
2250Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
2251
2252 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
2253 noconfigdirs.
2254
2255Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
2256
2257 * Makefile.in (install-dirs): Don't crash if prefix, and hence
2258 MAKEDIRS, is empty.
2259
2260Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
2261
2262 * config.sub: Tweak mn10300 entry.
2263
2264Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
2265
2266 * configure.in (host_tools): Put sim before gdb, so gdb's
2267 configure.tgt can determine if the simulator was configured.
2268
2269Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
2270
2271 * config.sub: Move BeOS $os case to be with other Cygnus
2272 local cases.
2273
2274Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
2275
2276 * config.sub: Remove misplaced comment that broke Linux.
2277
2278Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
2279
2280 * config.sub: Add BeOS support.
2281
2282Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
2283
2284 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
2285
2286Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
2287
2288 * configure.in (noconfigdirs): Remove tcl and tk from
2289 noconfigdirs for cygwin32 builds.
2290
2291Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
2292
2293 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
2294
2295Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
2296
2297 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
2298 make-all.com, use makefile.vms instead.
2299
2300Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
2301
2302 * config.sub: Accept -lnews*.
2303
2304Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
2305
2306 * configure.in (noconfigdirs): Disable target-newlib,
2307 target-examples and target-libiberty for d30v.
2308
2309Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2310
2311 * configure.in (noconfigdirs): Enable ld for d30v.
2312
2313Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
2314
2315 * configure.in (tic80-*-*): Build compiler.
2316
2317Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
2318
2319 * configure.in (d30v-*): Remove sim directory from list of
2320 unsupported d30v directories
2321
2322Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2323
2324 * config.sub, configure.in: Add d30v target cpu.
2325
2326Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
2327
2328 * makefile.vms: New file.
2329 * make-all.com: Remove.
2330
2331Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
2332
2333 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
2334
2335Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
2336
2337 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
2338
2339Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
2340
2341 * Makefile.in (ALL_MODULES): Added all-db.
2342 (CROSS_CHECK_MODULES): Addec check-db.
2343 (INSTALL_MODULES): Added install-db.
2344 (CLEAN_MODULES): Added clean-db.
2345
2346Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
2347
2348 * config.guess: Merge with latest FSF sources.
2349
2350Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
2351
2352 * Makefile.in (ALL_MODULES): Added all-itcl.
2353 (CROSS_CHECK_MODULES): Added check-itcl.
2354 (INSTALL_MODULES): Added install-itcl.
2355 (CLEAN_MODULES): Added clean-itcl.
2356
2357Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
2358
2359 * configure.in: build gdb for mn10200
2360
2361Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
2362
2363 * Makefile.in (all-target-winsup): Depend on all-target-libio.
2364
2365Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2366
2367 * configure.in (tic80-*-*): Turn off most targets right now.
2368
2369Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
2370
2371 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
2372 rather than the makeinfo program.
2373 (do-info): Depend upon all-texinfo.
2374
2375Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
2376
2377 * configure.in: Remove uses of config/mh-linux.
2378
2379 * config.sub, config.guess: Merge with latest FSF sources.
2380
2381Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
2382
2383 * config.sub (case $basic_machine): Add tic80 entries.
2384
2385Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
2386
2387 * config.sub, config.guess: Merge with latest FSF sources.
2388
2389Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
2390
2391 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
2392 * mpw-config.in: Test for NewFolderRecursive.
2393 * mpw-install: Use symbolic name for startup filename.
2394 * mpw-README: Add various additional details.
2395
2396Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
2397
2398 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
2399
2400Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
2401
2402 * configure.in: Do build gcc and the target libraries for
2403 the mn10200.
2404
2405Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
2406
2407 * configure.in: don't avoid building gdb for mn10300 any more
2408 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
2409 instead of single-quoting it.
2410
2411Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
2412
2413 * configure.in: Don't use --with-stabs on IRIX 6.
2414
2415Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
2416
2417 * configure.in (m32r): Build gdb, libg++ now.
2418
2419Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2420
2421 * configure.in (mips*-sgi-irix6*): Remove gdb and related
2422 directories from noconfigdirs.
2423
2424Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
2425
2426 * config.sub (basic_machine): added mips16 configuration
2427
2428Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2429
2430 * config.sub: Handle d10v-unknown.
2431
2432Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
2433
2434 * config.sub: Handle v850-unknown.
2435
2436Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
2437
2438 * Makefile.in: add findutils
2439 * configure.in: add findutils to list of host_tools
2440
2441Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
2442
2443 * config.sub: Handle mn10200 and mn10300.
2444
2445Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2446
2447 * configure.in (d10v-*): Do not build librx.
2448
2449Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
2450
2451 * configure.in (mn10300): Build everything except gdb & libgloss.
2452
2453Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
2454
2455 * config.guess: Patch for Dansk Data Elektronik servers,
2456 from Niels Skou Olsen <nso@dde.dk>.
2457
2458 For ncr, use /bin/uname rather than uname, since GNU uname does not
2459 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
2460
2461 Patch for MIPS R4000 running System V,
2462 from Eric S. Raymond <esr@snark.thyrsus.com>.
2463
2464 Fix thinko for nextstep.
2465
2466 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
2467
2468 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
2469 * config.guess: Guess mips-dec-mach_bsd4.3.
2470
2471 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
2472 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
2473 release numbers.
2474 * config.guess (mips-mips-riscos*): Emit just enough of the
2475 release number.
2476
2477 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
2478 * config.guess (sparc-auspex-sunos*): Added.
2479 (f300-fujitsu-*): Added.
2480
2481 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
2482 * config.guess: Recognize a Tadpole as a sparc.
2483
2484Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
2485
2486 * config.guess: Don't assume that NextStep version is either 2 or
2487 3. NextStep 4 (aka OpenStep 4) has come out now.
2488
2489Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
2490
2491 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
2492 From Rik Faith <faith@cs.unc.edu>.
2493
2494Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2495
2496 * config.sub: Contributions from bug-gnu-utils to:
2497 Support plain "hppa" (no version given) architecture, reported by
2498 OpenStep.
2499 OpenBSD like NetBSD.
2500 LynxOs is not a hardware supplier.
2501
2502 * config.guess: Contributions from bug-gnu-utils to add support for:
2503 OpenBSD like NetBSD.
2504 Stratus systems.
2505 More Pyramid systems.
2506 i[n>4]86 Intel chips.
2507 M680[n>4]0 Motorola chips.
2508 Use unknown instead of lynx for hardware manufacturer.
2509
2510Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
2511
2512 * install.sh (chmodcmd): Set to null if the DST directory already
2513 exists.
2514
2515Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2516
2517 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
2518 not use mt-ppc target Makefile fragment any more.
2519
2520Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
2521
2522 * configure.in (*-*-windows): Exclude everything but those dirs
2523 needed to build windows.
2524
2525Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
2526
2527 * Makefile.in (all-target-winsup): Depend on all-target-librx.
2528
2529Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
2530
2531 * configure.in: Exclude mmalloc from i386-windows.
2532 * config/mh-windows: Add rules for building MSVC makefiles.
2533
2534Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
2535
2536 * Undo my previous change.
2537
2538Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
2539
2540 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
2541 unconditionally.
2542 (MAKEOVERRIDES): Define (revert this part of October 18 change).
2543
2544Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
2545
2546 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
2547 host to add it's own flags.
2548 * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed
2549 for MSVC build procedure.
2550
2551Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
2552
2553 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
2554
2555Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
2556
2557 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
2558 (CXX_FOR_TARGET): Likewise.
2559 (GCC_FOR_TARGET): Define.
2560 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
2561 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
2562 CC_FOR_TARGET was specified on the command line.
2563 (MAKEOVERRIDES): Don't define.
2564
2565Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
2566
2567 * configure.in (m32r): Fix spelling of libg++ libs.
2568
2569Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
2570
2571 * config.sub (-apple*): Remove, now redundant.
2572
2573Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
2574
2575 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
2576
2577 * configure: Rework yesterday's sed script patch.
2578
2579 * config.sub: Merge with FSF.
2580
2581Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
2582
2583 * config.guess: Merge from FSF.
2584
2585 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2586 * config.guess: Use pc instead of unknown, for pc clone systems.
2587 Change linux to linux-gnu.
2588
2589 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2590 * config.guess: Avoid non-portable tr syntax.
2591
2592Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
2593
2594 * test-build.mk (HOLES): Add "xargs" for gdb.
2595
2596 * configure: Avoid hpux10.20 sed bug.
2597
2598Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
2599
2600 * configure.in config/mh-windows: Add support for windows host
2601 (that is a build done under the Microsoft build environment).
2602
2603Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
2604
2605 * Makefile.in: Replace all uses of srcroot with s, to shrink
2606 command line lengths.
2607
2608 Patches from Geoffrey Noer <noer@cygnus.com>:
2609 * configure.in: If configuring for newlib, pass --with-newlib to
2610 subdirectories.
2611 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
2612 -Bnewlib/ and -Lwinsup to gcc.
2613 (CXX_FOR_TARGET): Likewise.
2614
2615Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
2616
2617 * Makefile.in (ETC_SUPPORT): Add configure.
2618
2619Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
2620
2621 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
2622 host configuration file.
2623
2624Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
2625
2626 * configure.in: Break mn10x00 support into separate
2627 mn10200 and mn10300 configurations.
2628 * config.sub: Likewise.
2629
2630Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
2631
2632 * configure.in: Add lots of stuff to noconfigdirs for
2633 the mn10x00 targets.
2634
2635 * config.sub, configure.in: Add mn10x00 support.
2636
2637Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
2638
2639 * make-all.com: Call conf-a-gas, not config-a-gas.
2640
2641Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
2642
2643 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
2644 targets.
2645
2646Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
2647
2648 * mpw-README: Add much more detail for native PowerMac.
2649 * mpw-install: New file.
2650 * mpw-configure: Add --norecursion and --help options.
2651 * mpw-config.in: Translate readme and install files when
2652 copying to objdir.
2653 * mpw-build.in: Don't always depend on byacc and flex.
2654 (install-only-top): New action.
2655
2656Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
2657
2658 * configure.in: You can now configure GDB for the v850.
2659
2660Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
2661
2662 * configure.in (noconfigdirs): Don't configure any C++ dirs
2663 if targeting D10V.
2664
2665Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
2666
2667 * config.sub: Recognize mips64vr5000.
2668
2669Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
2670
2671 * configure.in: Use a single line for host_tools and native_only.
2672
ba73c63f
JM
2673Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
2674
2675 * Makefile.in (install-itcl): Install tcl first.
2676
2677Sun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
2678
2679 * config/mh-cygwin32: ok to build split texinfo files
2680
2681Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
2682
2683 * configure.in: remove bison from noconfigdirs for Cygwin32 host
2684
252b5132
RH
2685Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
2686
2687 * config.sub, configure.in: Add entries for m32r.
2688
ba73c63f
JM
2689Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
2690
2691 * config.guess: Merge with FSF.
2692
252b5132
RH
2693Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
2694
2695 * Makefile.in (inet-install): Don't run install-gzip.
2696
2697Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
2698
2699 * configure.in: Don't config lots of things for *-*-windows*.
2700
2701Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
2702
2703 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
2704 (host_libs, host_tools): Copy from configure.in.
2705 * mpw-configure: Don't complain about directories not found.
2706
2707Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2708
2709 * configure.in (i[345]86): Recognize i686 for pentium pro.
2710 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
2711 file.
2712
2713 * config.guess (i[345]86): Ditto.
2714
2715Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2716
2717 * configure.in (noconfigdirs): Removed gdb for D10V.
2718
2719Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
2720
2721 * configure.in: Remove ld, target-libio, target-libg++, and
2722 target-libstdc++ from noconfigdirs.
2723
2724Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
2725
2726 * configure: Fix three locations where shell scripts were
2727 being run directly rather than with config_shell.
2728
2729Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2730
2731 * configure.in (v850-*-*): Set up initial $noconfigdirs.
2732 * config.sub (basic_machine): Recognize v850.
2733
2734Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
2735
2736 * mpw-configure: Handle multiple enable/disable options and
2737 pass them down recursively, handle -c and -s flags appropriately
2738 depending on choice of compiler, add escape mechanism for
2739 quoted arguments to gC.
2740
2741Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2742
2743 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
2744 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
2745 so that -mrelocatable-lib and -mno-eabi are used.
2746
2747 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
2748 not support --print-multi-lib, don't abort.
2749
2750Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
2751
2752 * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
2753 with normal Windows compilation environment.
2754
2755Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
2756
2757 * make-all.com: Run config-a-gas.
2758 * setup.com: Don't copy subdirectory files around.
2759
2760Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
2761
2762 * configure.in (*-*-ose): Remove exclusion of libgloss for this
2763 target, it now compiles correctly.
2764
2765Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
2766
2767 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
2768
2769Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2770
2771 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
2772
2773Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
2774
2775 * configure.in (native_only): Add prms.
2776
2777Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
2778
2779 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
2780 (BINUTILS_SUPPORT_DIRS): Likewise.
2781
2782Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2783
2784 * configure.in (d10v-*-*): Don't configure ld or gdb until the
2785 d10v support is added.
2786
2787Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2788
2789 * configure.in (d10v-*-*): New target.
2790
2791Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
2792
2793 * config.guess (HP 9000/811): Recognize this as a PA1.1
2794 machine.
2795
2796Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
2797
2798 * Makefile.in (do-tar-gz): New target, split out from tail end of
2799 taz target. Run each command separately, don't use pipes.
2800 (taz): Use it.
2801
2802Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
2803
2804 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
2805 * mpw-build.in: No builds should depend on building byacc or flex,
2806 they are assumed to be installed already.
2807
2808Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2809
2810 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
2811 variable that CC_FOR_TARGET needs.
2812
2813Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2814
2815 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
2816 options have changed since the last time the subdirectory was
2817 configured, and if it has, reconfigure.
2818 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
2819 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
2820
2821Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
2822
2823 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
2824 CLEAN_MODULES): Add bash.
2825 (all-bash): New target.
2826
2827Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
2828
2829 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
2830
2831Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2832
2833 * config.sub (basic_machine): Recognize d10v as a valid processor.
2834
2835Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
2836
2837 * mpw-configure: Add support for --bindir.
2838 * mpw-build.in: Use a GCC-specific build script for GCC actions.
2839
2840Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
2841
2842 * configure.in: add bash, time, gawk to list of hosttools and things
2843 to only build for native toolchains
2844
2845Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2846
2847 * Makefile.in (docdir): Remove.
2848
2849Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2850
2851 * Makefile.in (datadir): Set to $(prefix)/share.
2852
2853Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
2854
2855 * configure.in: build diff and patch for cygwin32-hosted
2856 toolchains.
2857
2858Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
2859
2860 * config.sub: Accept -rtems*.
2861
2862Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
2863
2864 * configure.in: enable dosrel for cygwin32-hosted builds,
2865 remove diff from the list of things not buildable
2866 via Canadian Cross
2867
2868Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
2869
2870 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
2871 don't get ". ".
2872
2873Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
2874
2875 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
2876
2877Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
2878
2879 * Makefile.in (taz): Handle case where tex3patch didn't even get
2880 checked out. Also, if it was found, put the symlink in a new util
2881 subdirectory.
2882
2883Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2884
2885 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
2886
2887Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
2888
2889 * config.sub: Recognize -openvms.
2890 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
2891 * make-all.com, setup.com: New files.
2892
2893Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
2894
2895 * Makefile.in (taz): tex3patch moved to texinfo/util.
2896
2897Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
2898
afb8d725 2899 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
2900 * configure.in: remove make from disable-if-Can-Cross list
2901 enable gdb if ${host} and ${target} are cygwin32
2902
2903Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
2904
2905 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
2906 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
2907
2908Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
2909
2910 * config.guess: Combine mips-mips-riscos cases, and use cpp to
2911 distinguish sysv/svr4/bsd variants.
2912 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
2913
2914Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
2915
2916 * configure.in: Added copyright notice.
2917 * move-if-change: Added copyright notice.
2918
2919Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2920
2921 * configure.in (powerpcle-*-solaris*): Until we get shared
2922 libraries working, don't build gdb, sim, make, tcl, tk, or
2923 expect.
2924
2925Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
2926
2927 * config.guess: Merge with FSF:
2928
2929 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2930 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
2931
2932 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
2933 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
2934
2935 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
2936 * config.guess: Combine two OSF1 rules.
2937 Also recognize field test versions. From mjr@zk3.dec.com.
2938 * config.guess (dgux): Use /usr/bin/uname rather than uname,
2939 because GNU uname does not support -p. From pmr@pajato.com.
2940
2941Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
2942
2943 * Makefile.in (MAKEDIRS): Removed $(tooldir).
2944
2945Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
2946
2947 * mpw-README: Document GCCIncludes.
2948
2949Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
2950
2951 * configure.in (alpha-*-linux*): Set enable_shared to yes.
2952
2953Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
2954
2955 * mpw-configure: Handle --enable-FOO and --disable-FOO.
2956
2957Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
2958
2959 * configure.in (*-*-cygwin32): Configure make.
2960
2961Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
2962
2963 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
2964
2965Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
2966
2967 * Makefile.in (all-inet): Depend on all-perl.
2968
2969 * Makefile.in (inet-install): New target.
2970
2971 * Makefile.in (all-inet): Depend on all-tcl.
2972 (all-inet): Depend on all-send-pr.
2973
2974Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2975
2976 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
2977 temporarily.
2978
2979Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
2980
2981 * configure.in: Don't configure --with-gnu-ld on AIX.
2982
2983Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
2984
2985 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
2986
2987Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
2988
2989 * Makefile.in (ALL_MODULES): Added all-inet.
2990 (CROSS_CHECK_MODULES): Added check-inet.
2991 (INSTALL_MODULES): Added install-inet.
2992 (CLEAN_MODULES): Added clean-inet.
2993 (all-indent): New target.
2994
2995 * configure.in (host_tools): Added inet.
2996 (native_only): Added inet.
2997 (noconfigdirs): Added inet.
2998
2999Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
3000
3001 * configure.in: Don't configure libgloss if we are not configuring
3002 newlib.
3003
3004Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3005
3006 * configure.in: Don't configure libgloss for unsupported
3007 architectures.
3008
3009Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3010
3011 * Makefile.in (CLEAN_MODULES): Add clean-apache.
3012
3013Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
3014
3015 * Makefile.in (ALL_MODULES): Include all-apache.
3016 (CROSS_CHECK_MODULES): Include check-apache.
3017 (INSTALL_MODULES): Include install-apache.
3018 (all-apache): New target.
3019
3020 * configure.in: Added apache everywhere perl is seen.
3021
3022Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3023
3024 * Makefile.in: Add support for clean-{module} and
3025 clean-target-{module} rules.
3026
3027Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
3028
3029 * configure.in (*-*-ose) do not build libgloss.
3030
3031Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3032
3033 * config.guess (prep*:SunOS:5.*:*): Turn into
3034 powerpele-unknown-solaris2.
3035
3036Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
3037
3038 * configure.in: Permit --enable-shared to specify a list of
3039 directories.
3040
3041Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
3042
3043 * configure.in (host==solaris): Pass only the first word of $CC
3044 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
3045
3046Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
3047
3048 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
3049
3050Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
3051
3052 * Makefile.in (ALL_MODULES): Include all-perl.
3053 (CROSS_CHECK_MODULES): Include check-perl.
3054 (INSTALL_MODULES): Include install-perl.
3055 (ALL_X11_MODULES): Include all-guile.
3056 (CHECK_X11_MODULES): Include check-guile.
3057 (INSTALL_X11_MODULES): Include install-guile.
3058 (all-perl): New target.
3059 (all-guile): New target.
3060
3061 * configure.in (host_tools): Include perl and guile.
3062 (native_only): Include perl and guile.
3063 (noconfigdirs): Don't build guile and perl; no ports have been
3064 done.
3065
3066Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3067
3068 * configure (--enable-*): Handle quoted option lists such as
3069 --enable-sim-cflags='-g0 -O' better.
3070
3071Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3072
3073 * Makefile.in ({,inst}all-target): New rule so we can make and
3074 install all of the target directories easily.
3075
3076Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3077
3078 * configure.in: Add missing global flag in sed substitution when
3079 deleting `target-' from ${configdirs}.
3080
3081Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
3082
3083 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
3084 option.
3085
3086 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
3087 config/mh-necv4.
3088
3089 * install.sh: Correct misspelling of transformbasename.
3090
3091 * config.guess: Recognize mips-*-sysv*.
3092
3093Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
3094
3095 * config.sub: Recognize mon960.
3096
3097Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
3098
3099 * configure: Restore Canadian Cross handling of BISON and LEX,
3100 removed in Feb 20 change.
3101
3102Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
3103
3104 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
3105 Mention make install. Remove the old copyright date as well the
3106 clumsy and rather pointless copyright on the README file.
3107
3108Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
3109
3110 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
3111 Makefile after running symlink-tree, then run `make distclean' to
3112 avoid clobbering any generated files in srcdir.
3113
3114Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3115
3116 * configure.in (m68k-*-netbsd*): Build everything now.
3117
3118Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
3119
3120 * Makefile.in (taz): Fix quoting.
3121
3122Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
3123
3124 * configure.in (sparclet-*-*): Build everything now.
3125
3126Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3127
3128 * configure.in (m68k-*-linux*): New host.
3129
3130Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
3131
3132 * configure: Check for bison before byacc.
3133
3134Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
3135
3136 * Makefile.in configure: Change the way LEX and BISON/YACC are
3137 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
3138 searching PATH. These are used as fallbacks by Makefile.in if
3139 flex/bison/byacc aren't in objdir.
3140
3141Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
3142
3143 * Makefile.in: Make everything which depends upon all-bfd also
3144 depend upon all-opcodes, in case --with-commonbfdlib is used.
3145
3146Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3147
3148 * configure.in (host *-*-cygwin32): Don't build gdb if we are
3149 building NT native compilers on Unix.
3150
3151Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
3152
3153 * configure.in: Don't get CC from the host Makefile fragment if we
3154 can find gcc in PATH, or if this is a Canadian Cross. Move the
3155 Solaris test for /usr/ucb/cc to the post target script, just after
3156 the compiler sanity test.
3157
3158Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
3159
3160 * config.sub: Merge with FSF.
3161
3162Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
3163
3164 * Makefile.in (RPATH_ENVVAR): New variable.
3165 (REALLY_SET_LIB_PATH): Use it.
3166 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
3167
3168Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
3169
3170 * config.sub, configure.in: Recognize sparclet cpu.
3171
3172Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
3173
3174 * config.guess: Support m68k-cbm-sysv4.
3175
3176Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3177
3178 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
3179 m68k-unknown-linuxaout from linker help string. Put quotes around
3180 $ld_help_string.
3181
3182Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
3183
3184 * config.guess (powerpc-harris-powerunix): Add guess for port
3185 to new target.
3186
3187Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3188
3189 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
3190
3191Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
3192
3193 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
3194 $(REALLY_SET_LIB_PATH) in Makefile.
3195 * Makefile.in (SET_LIB_PATH): New variable.
3196 (REALLY_SET_LIB_PATH): New variable.
3197 ($(DO_X)): Use $(SET_LIB_PATH).
3198 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
3199 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
3200 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
3201 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
3202 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
3203 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
3204 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
3205 (install-dosrel): Likewise.
3206 (all-opcodes): Depend upon all-libiberty.
3207
3208Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
3209
3210 * config.guess (*:CYGWIN*): New
3211
3212Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3213
3214 * Makefile.in (all-target-winsup): All all-target-libiberty.
3215
3216Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3217
3218 * configure.in (noconfigdirs): Add missing # in front of comment.
3219
3220Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
3221
3222 * configure.in: add second pass to things added to noconfigdirs
3223 so *-gm-magic can exclude libgloss properly.
3224
3225Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
3226
3227 * mpw-configure (extralibs_name, rez_name): Set correctly
3228 for MWC68K compiler.
3229
3230 * mpw-README: Add more info on the necessary build tools.
3231
3232Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
3233
3234 * configure.in, config.sub: Recognize cygwin32.
3235
3236Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
3237
3238 * config.guess, config.sub: Recognize A/UX.
3239
3240Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
3241
3242 * config.sub: Merge with gcc/config.sub.
3243
3244Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
3245
3246 * mpw-build.in (do-binutils): Add build of stamps.
3247
3248Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
3249
3250 * config.sub: Add recognition for mips64vr4100*-* targets.
3251
3252Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3253
3254 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
3255 Add creation of gconfigargs with `--enable-shared' turned on.
3256 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
3257 ($(host)-stamp-stage3-configured): Likewise.
3258 (HOLES): Add chatr and ldd.
3259 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
3260
3261Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
3262
3263 * configure: Pass --nfp to recursive configures.
3264
3265Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
3266
3267 * Makefile.in (DLLTOOL): New.
3268 (DLLTOOL_FOR_TARGET): New.
3269 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
3270 (EXTRA_TARGET_FLAGS): Ditto.
3271 (EXTRA_GCC_FLAGS): Ditto.
3272 (CONFIGURE_TARGET_MODULES): Ditto.
3273 (DO_X): Ditto.
3274 * configure: Add DLLTOOL.
3275
3276Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
3277
3278 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
3279 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
3280 mh-sco, since old workarounds no longer needed, and don't
3281 build ld, since libraries have weak symbols in COFF.
3282
3283Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
3284
3285 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
3286
3287Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
3288
3289 * configure.in: Make sure that ${CC} can be used to compile an
3290 executable.
3291
afb8d725
JM
3292Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
3293
3294 * Makefile.in (all-gdb): Depend on $(GDB_TK).
3295 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
3296 nothing depending on whether gdbtk is being built.
3297
252b5132
RH
3298Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
3299
3300 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
3301
3302Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
3303
3304 * configure.in (noconfigdirs): Put ld or gas in this early, if the
3305 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
3306
3307Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
3308
3309 * config-ml.in: Add support for
3310 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
3311 Simplify setting of multidirs from --disable-foo.
3312
3313Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3314
3315 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
3316 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
3317 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3318 non-empty, pass them on to the GCC make.
3319 (all-bootstrap): New rule that is like all-gcc, except it executes
3320 the GCC bootstrap rule instead of the GCC all rule.
3321
3322Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
3323
3324 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
3325
3326Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3327
3328 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
3329 DG/UX support.
3330
3331Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
3332
3333 * config.sub (i*86*) Change [345] to [3456]
3334
3335Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3336
3337 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
3338 --with-gnu-ld=no.
3339
3340Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3341
3342 * config-ml.in (rs6000*, powerpc*): Add switches to control which
3343 AIX multilibs get built.
3344
3345Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3346
3347 * configure.in (i386-win32): Don't build expect if we're not
3348 building the tcl subdir.
3349
3350Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
3351
3352 * Makefile.in: (configure-target-examples, all-target-examples):
3353 New targets, configure and build example programs.
3354
3355Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
3356
3357 * mpw-configure: If an mpw-config.in generated a file mk.sed,
3358 use it as input to sedit the generated MPW makefile.
3359 * mpw-README: Add a suggestion about Gestalt.h.
3360
3361Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
3362
3363 * config.sub: Accept *-*-ieee*.
3364
3365Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
3366
3367 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
3368 Ronald F. Guilmette <rfg@monkeys.com>.
3369
3370Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3371
3372 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
3373 for powerpc-pe native.
3374 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
3375 (target==powerpc-pe): duplicate i386-win32 entry.
3376
3377Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3378
3379 * configure.in (noconfigdirs): Exclude target-newlib for all versions
3380 of vxworks, not just vxworks5.1.
3381
3382Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
3383
3384 * mpw-configure: Add support for exec-prefix.
3385
3386Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3387
3388 * config.guess: Recognize HP model 816 machines as having
3389 a PA1.1 processor.
3390
3391Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
3392
3393 * configure: Ignore new autoconf configure options.
3394
3395Thu Nov 30 14:45:25 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3396
3397 * config/mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
3398 defaults to K&R mode, but doesn't have varargs.h, so we have to
3399 compile in ANSI mode.
3400
3401Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
3402
3403 * config.guess: Recognize Pentium under SCO.
3404 From Robert Lipe <robertl@arnet.com>.
3405
3406Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3407
3408 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
3409 * config/mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
3410 RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
3411
3412Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
3413
3414 * configure.in: Don't configure gas for alpha-dec-osf*.
3415
3416Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
3417
3418 * configure.in: Default to --with-stabs for some targets for which
3419 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
3420 i[345]86*-*-unixware*.
3421
3422Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
3423
3424 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
3425 rather than basing it on the target. Simplify handling of options
3426 controlling which directories to configure. Remove extraneous
3427 slash in multi-clean target.
3428
3429Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
3430
3431 * config-ml.in: Prefix more variables with ml_ so they don't collide
3432 with configure's.
3433
3434Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
3435
3436 * configure: Don't turn -v into --v.
3437
3438Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
3439
3440 * configure.in (targargs): Fix typo.
3441
3442 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
3443
3444Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
3445
3446 * configure.in: Strip --host and --target options from
3447 CONFIG_ARGUMENTS, and always configure for --host only. Add
3448 --with-cross-host option when building with a cross-compiler.
3449 * configure: Canonicalize the arguments put into config.status by
3450 always using `=' for an option with an argument. Pass a presumed
3451 --host or --target explicitly.
3452
3453Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
3454
3455 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
3456 into general OS recognition case.
3457
3458Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3459
3460 * configure.in (target_configdirs): add target-winsup only
3461 for win32 target systems.
3462
3463Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
3464
3465 * Makefile.in (all-target-libgloss): Depend upon
3466 configure-target-newlib, since when libgloss is built it looks to
3467 see if the newlib directory exists.
3468
3469Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
3470
3471 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
3472 cfg-ml-*.in.
3473
3474Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
3475
3476 * configure: Handle LD and LD_FOR_TARGET when configuring a
3477 Canadian Cross.
3478
3479Tue Nov 14 15:03:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3480
3481 * config/mh-i386win32: add LD_FOR_TARGET.
3482
3483Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3484
3485 * configure.in (target_libs): add target-winsup.
3486 (target==i386-win32): add patch diff flex make to $noconfigdirs.
3487 (target==ppcle-pe): remove ld from $noconfigdirs.
3488
3489Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
3490
3491 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
3492 Preserve relative path names in $srcdir. Build symlink tree if
3493 configuring cross target dir and srcdir=. (= no VPATH support).
3494 (configure-target-libg++): Depend on configure-target-librx.
3495 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
3496 * config-ml.in: New file.
3497 * symlink-tree: New file.
3498 * configure: Ensure srcdir="." if that's what it is.
3499
3500Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
3501
3502 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
3503 includes and FLEX_SKELETON setting.
3504 * mpw-configure (--with-gnu-ld): New option, controls whether
3505 to use PPCLink or ld with PowerMac GCC.
3506 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
3507 * mpw-config.in: Configure grez if targeting Mac.
3508
3509 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3510 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
3511 just macos.
3512 * configure.in: Configure grez resource compiler if targeting Mac.
3513 * Makefile.in (all-grez, install-grez): New targets.
3514
3515Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
3516
3517 * configure: CXX defaults to gcc, not g++. If we find
3518 gcc in the path, set CC to gcc -O2.
3519
3520Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
3521
3522 * configure: Default ${build} correctly. Avoid picking up extra
3523 spaces when reading CC and CXX from Makefile. When doing a
3524 Canadian Cross, use plausible default values for numerous
3525 variables.
3526 * configure.in: When doing a Canadian Cross, don't try to
3527 configure tools whose configure script can't handle it.
3528
3529Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3530
3531 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
3532
3533Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
3534
3535 * configure: Remove dubious bug reporting address.
3536
3537Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
3538
3539 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
3540 configure script, run that instead of this directory's configure.
3541 In either case, print a message that we're configuring the sub-dir.
3542
3543Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
3544
3545 * configure.in: Before checking for the existence of various files,
3546 use sed to filter out "target-".
3547
3548Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
3549
3550 * Makefile.in (DO_X): Split rule to decrease command line length
3551 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
3552 (Philippe De Muyter).
3553
3554Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3555
3556 * Makefile.in (all-patch): depend on all-libiberty.
3557
3558Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
3559
3560 * configure.in: If the only directory in target_configdirs which
3561 actually exists is libiberty, then set target_configdirs to empty,
3562 to avoid trying to build a target libiberty in a gas or gdb
3563 distribution.
3564
3565Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
3566
3567 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3568 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
3569 systems.
3570
3571Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3572
3573 * configure.in (copy_dirs): Use sys-include instead of include
3574 for --with-headers option.
3575
3576Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
3577
3578 * Makefile.in, configure.in: Make winsup builds work with
3579 new scheme.
3580
3581Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
3582
3583 * configure.in: Build the linker on AIX.
3584
3585Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
3586
3587 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
3588 where needed.
3589
3590Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
3591
3592 * Makefile.in (all-gcc): Fix typo.
3593
3594Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
3595
3596 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
3597
3598Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
3599
3600 * configure.in: Rename libFOO to target-libFOO, and xiberty
3601 to target-xiberty, to provide more flexibility.
3602 (target_subdir): Define. Create if cross.
3603 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
3604 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
3605 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
3606 check-libFOO -> check-target-libFOO, etc.
3607 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
3608 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
3609 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
3610 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
3611 allow ALL_GCC="" to only configure.
3612 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
3613 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
3614 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
3615
3616Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
3617
3618 * Makefile.in (taz): Build "info" in etc explicitly.
3619
3620Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
3621
3622 * configure.in: Make sure that CC is undefined (as opposed to
3623 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
3624 problem with autoconf trying to configure on a host without GCC.
3625
3626Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
3627
3628 * mpw-configure: Set host alias from choice of host compiler,
3629 only use generic MPW Makefile sed if present, edit a file
3630 named "hacked_Makefile.in" instead of "Makefile.in" if present.
3631 * mpw-README: Add problem notes about CW6 and CW7.
3632
3633Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
3634
3635 * Makefile.in (taz): Use ";" instead of ";;".
3636
3637Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
3638
3639 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
3640 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
3641 DISTDOCDIRS.
3642 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
3643 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
3644
3645Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
3646
3647 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
3648 and gnats, because they are now subsumed by DISTSTUFFDIRS.
3649 Move bfd to DISTSTUFFDIRS.
3650
3651Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3652
3653 * Makefile.in (X11_LIB): Removed.
3654 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
3655
3656 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
3657
3658Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3659
3660 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
3661 names.
3662
3663Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3664
3665 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
3666
3667Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
3668
3669 * configure.in (i[345]86-*-win32): Always build newlib.
3670 Don't configure cvs, autoconf or texinfo.
3671 * Makefile.in (LD_FOR_TARGET): New.
3672 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
3673 Pass down LD_FOR_TARGET.
3674
3675Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
3676
3677 * winsup: New directory.
3678 * Makefile.in: Build winsup.
3679 * configure.in: Winsup is configured when target is win32.
3680 Can only build win32 target GDB when native.
3681
3682Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
3683
3684 * config.guess: Recognize HP model 819 machines as having
3685 a PA 1.1 processor.
3686
3687Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
3688
3689 * configure: Fix sed loop which substitutes for CC and CXX to
3690 avoid bug found in various sed implementations.
3691
3692Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3693
3694 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
3695 simulator. Use standard powerpc-*-eabi*.
3696
3697Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
3698
3699 * configure.in: Stop putting gas and binutils in noconfigdirs for
3700 powerpc-*-aix* and rs6000-*-*.
3701
3702Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
3703
3704 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
3705 -mcall-aixdesc libraries.
3706
3707Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
3708
3709 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3710
3711 * config.sub (arm | armel | armeb): Fix shell syntax.
3712
3713Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3714
3715 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
3716 -msoft-float and -mcpu=common support.
3717 (powerpc*-*-eabisim*): Add support for building -mcall-aix
3718 libraries.
3719
3720Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3721
3722 * configure.in: Allow configuration and build of emacs19 for the alpha.
3723
3724Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3725
3726 * configure.in (CC): Get ^CC, not just any old CC, from
3727 ${host_makefile_frag}.
3728
3729Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3730
3731 * configure.in (CC): Try to get CC from
3732 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
3733
3734Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3735
3736 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
3737 only if it exists in $(srcdir).
3738
3739Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
3740
3741 * configure: If CC and CXX are not set in the environment, set
3742 them, based on either an existing Makefile or on searching for gcc
3743 in PATH. Substitute for CC and CXX in Makefile.
3744 * configure.in: Remove libm from target_libs. Separate
3745 target_configdirs from configdirs. If CC is not set in
3746 environment, try to get it from a host Makefile fragment. Rewrite
3747 changes of configdirs to use skipdirs instead. A few minor
3748 tweaks. Take directories out of target_configdirs as they are
3749 taken out of configdirs. Remove existing Makefile files from
3750 subdirectories. Substitute for TARGET_CONFIGDIRS and
3751 CONFIG_ARGUMENTS in Makefile.
3752 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
3753 by configure.in.
3754 (CONFIG_ARGUMENTS): Likewise.
3755 (CONFIGURE_TARGET_MODULES): New variable.
3756 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
3757 ($(CONFIGURE_TARGET_MODULES)): New target.
3758 (configure-libg++, configure-libio): New targets.
3759 (all-libg++): Depend upon configure-libg++.
3760 (all-libio): Depend upon configure-libio.
3761 (configure-libgloss, all-libgloss): New targets.
3762 (configure-libstdc++): New target.
3763 (all-libstdc++): Depend upon configure-libstdc++.
3764 (configure-librx, all-librx): New targets.
3765 (configure-newlib): New target.
3766 (all-newlib): Depend upon configure-newlib
3767 (configure-xiberty): New target.
3768 (all-xiberty): Depend upon configure-xiberty.
3769
3770Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3771
3772 * configure.in (host i[345]86-*-win32): Expand the
3773 noconfigdirs again.
3774
3775Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
3776
3777 * mpw-configure: Fix sed command file name.
3778
3779Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
3780
3781 * configure.in (host i[345]86-*-win32): Reduce the
3782 noconfigdirs again.
3783
3784Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
3785
3786 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
3787 or powerpc*-*-pe*, since they are not yet supported.
3788
3789Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
3790
3791 Add PowerMac support and many other enhancements.
3792 * mpw-configure: New option --cc to select compiler to use,
3793 paste options set according to --cc into the generated
3794 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
3795 if mpw-make.sed is present.
3796 * mpw-config.in: Don't test for gC1, test for mpw-touch,
3797 add forward includes for PowerPC include files.
3798 * mpw-build.in: Build using Makefile.PPC if present.
3799 (do-byacc, etc): Remove separate version resource builds.
3800 (do-gas): Build "stamps" before "all".
3801 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
3802 * mpw-README: Update to reflect --cc option, PowerMac support,
3803 and recently-reported compatibility problems.
3804
3805Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
3806
3807 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
3808 embedded m68k systems (-aout, -coff, -elf, -vxworks).
3809 (--with-multilib-top): Pass to recursive invocations.
3810
3811Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
3812
3813 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
3814 v810-*-*.
3815
3816Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3817
3818 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
3819 gdb, ld and opcodes on v810-*-*.
3820
3821Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com>
3822
3823 * config/mh-ncrsvr43: Removed AR_FLAGS
3824
3825Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
3826
3827 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
3828 (local-maintainer-clean): New target.
3829 (maintainer-clean): New target.
3830 (realclean): Just depend upon maintainer-clean.
3831
3832Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3833
3834 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
3835
3836Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
3837
3838 * configure.in: Build ld in mips*-*-bsd* case.
3839
3840Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
3841
3842 * config.sub: Accept -lites* OS. From Ian Dall.
3843
3844Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
3845
3846 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3847 targets.
3848
3849Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3850
3851 * configure.in: treat i386-win32 canadian cross the same as
3852 i386-go32 canadian cross.
3853
3854Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3855
3856 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
3857 running under the simulator to build a reduced set of libraries.
3858 (powerpc-*-eabiaix): Add fine grained multilib support added to
3859 other powerpc targets yesterday.
3860
3861Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3862
3863 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
3864 -disable-softfloat, -disable-relocatable, -disable-aix, and
3865 -disable-sysv to control which multilib libraries get built.
3866
3867Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
3868
3869 * configure: Add Makefile.tem to list of files to remove in trap
3870 handler.
3871
3872Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
3873
3874 * config.guess (*Linux*): Add missing "exit"s.
3875 Also, need specific check for alpha-unknown-linux (uses COFF).
3876
3877Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
3878
3879 * config.guess: Merge with FSF:
3880
3881 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
3882 * config.guess (AIX4): More robust release numbering discovery.
3883
3884 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
3885 * config.guess (i386-sequent-ptx): Properly get version number.
3886
3887 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
3888 * config.guess (mips:*:4*:UMIPS): New case.
3889
3890Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
3891
3892 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
3893 (i386-win32 host): Likewise. Don't build readline.
3894
afb8d725
JM
3895Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
3896
3897 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
3898 SUPPORT_FILES to submakes.
3899
252b5132
RH
3900Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
3901
3902 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
3903 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
3904 mpw-configure.
3905
3906Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
3907
3908 * configure.in (appdirs): Use =, not ==, in test expression when
3909 trying to build the text to print in the warning message for
3910 Solaris users.
3911
3912Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
3913
3914 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
3915
3916Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3917
3918 * config.guess: Recognize lynx-2.3.
3919
3920Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
3921
3922 * config.sub (z8ksim): Deleted
3923 (z8k-*-coff): New, this is the one true name of the target.
3924
3925Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
3926
3927 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
3928
3929Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
3930
3931 * config.guess (*:Linux:*:*): First try asking the linker what the
3932 default object file format is (elf, aout, or coff). Then if this
3933 fails, try previous methods.
3934
3935Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3936
3937 * configure.in: Don't build newlib for *-*-vxworks5.1.
3938
3939Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3940
3941 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
3942 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
3943
3944Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
3945
3946 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
3947
3948Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
3949
3950 * cfg-ml-com.in: New file.
3951 * cfg-ml-pos.in: New file.
3952
3953Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3954
3955 * COPYING.NEWLIB: Add HP free copyright to list.
3956
3957Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3958
3959 * config.sub: Recognize -eabi* for the system, not just -eabi.
3960
3961Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
3962
3963 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
3964 * config.sub, configure.in (win32): New target and host.
3965
3966Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
3967
3968 * configure.in: Add i386-pe configuration.
3969
3970Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
3971
3972 * mpw-build.in (install): Install GDB after LD.
3973
3974Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
3975
3976 * mpw-config.in (elf/mips.h): Always forward-include, needed
3977 for GDB to build.
3978
3979Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
3980
3981 * testsuite: New directory for customer acceptance and whole tool
3982 chain tests.
3983
3984Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3985
3986 * configure: If per-host line isn't found, but AC_OUTPUT is found
3987 and a configure script exists, run it instead.
3988
3989Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
3990
3991 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
3992
3993Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
3994
3995 * configure: Set build_{cpu,vendor,os,alias} to host values when
3996 --build isn't specified.
3997
3998Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3999
4000 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
4001 (FLAGS_TO_PASS): Pass them.
4002 (EXTRA_TARGET_FLAGS): Ditto.
4003
4004 * config/m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
4005
4006Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
4007
4008 * Makefile.in (all-libg++): Depend on all-libstdc++.
4009
4010Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4011
4012 * configure.in (noconfigdirs): Enable all packages for
4013 i386-unknown-netbsd.
4014
4015Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
4016
4017 * configure.in (noconfigdirs): Don't configure tk for i386-go32
4018 hosted builds (DOS builds)
4019
4020Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
4021
4022 Changes for ARM based on patches from Richard Earnshaw:
4023 * config.sub: Handle armeb and armel.
4024 * configure.in: Omit arm linker only for riscix.
4025
4026Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
4027
4028 * config.guess: Update from FSF.
4029
4030Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
4031
4032 * config.sub: Recognize powerpcle as the little endian varient of
4033 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
4034 powerpcle variant. Convert pentium into i586, not i486. Add p5
4035 alias for i586. Map new x86 variants p6, k5, nexgen into i586
4036 temporarily.
4037
4038Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
4039
4040 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
4041
4042Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
4043
4044 * config.sub: Accept -lites* as a basic system type.
4045
4046Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
4047
4048 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
4049 installed, and if so return linuxoldld as the system name.
4050
4051Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
4052
4053 * config.guess: Add hppa1.1-hp-lites support.
4054
4055Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
4056
4057 * configure.in: Don't build newlib for m68k-vxworks5.1.
4058
4059Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
4060
4061 * configure.in (mips-sgi-irix6): Use mh-irix5.
4062
4063Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
4064
4065 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
4066
4067Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4068
4069 * test-build.mk: Enable building of shared libraries on IRIX 5 and
4070 OSF/1. Fix compiler flags.
4071 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
4072
4073Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
4074
4075 * configure.in: Recognize --with-newlib.
4076 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
4077
afb8d725
JM
4078Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
4079
4080 * Makefile.in: move {all,check,install}-gdb from *_MODULES
4081 to *_X11_MODULES due to gdbtk needing X include files et al.
4082
252b5132
RH
4083Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
4084
4085 Merge in support for Mac MPW as a host.
4086 (Old change descriptions retained for informational value.)
4087
4088 * mpw-config.in: Add generic include forwards for cpu-specific
4089 include files in aout and elf directories.
4090
4091 * mpw-configure: Added copyright.
4092 * mpw-config.in: Check for presence of required build tools.
4093 (target_libs): Add newlib.
4094 (target_tools): Add examples.
4095 (Read Me): Generate as "Read Me for MPW" instead.
4096 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
4097 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
4098 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
4099
4100 * mpw-configure: Remove subdir-specific makefile hackery,
4101 delete mk.tmp after using it.
4102
4103 * mpw-build.in (all): Display start and end times.
4104
4105 * mpw-configure (host_canonical): Set.
4106 (target_cpu): Always add to makefiles.
4107 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
4108 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
4109 (mpw-mh-mpw): Look for in srcdir and srcroot.
4110 Use sed instead of mpw-edit-prefix to edit prefix definitions.
4111
4112 * mpw-build.in: (install-only): New target.
4113
4114 * mpw-configure (host_alias, target_alias): Rename from hostalias
4115 and targetalias, add into generated Makefile.
4116 (mk.tmp): If present, add into generated Makefile.
4117 * mpw-build.in (all-gas): Build config.h first before gas proper.
4118
4119 * mpw-configure (config.status): Write only if changed.
4120 * mpw-config.in (readline): Configure it (not built, just used for
4121 definitions).
4122
4123 * mpw-config.in (elf/mips.h): Add a forward include.
4124
4125 * mpw-config.in: Forward-include most .h files in include into
4126 extra-include.
4127 (readline): Don't build.
4128 mpw-build.in (install): Install GDB.
4129
4130 * mpw-configure (prefix, mpw_prefix): Handle it.
4131 * mpw-config.in (mmalloc, readline): Don't configure.
4132 * mpw-build.in (thisscript): Rename to ThisScript.
4133 Use mpw-build instead of BuildProgram everywhere.
4134 (mmalloc, readline): Don't build.
4135 * mpw-README: New file, basic documentation about the MPW port.
4136
4137 * mpw-config.in: Use forward-include to create include files.
4138
4139 * mpw-configure: Add more things to the top of each configured
4140 Makefile, including contents of config/mpw-mh-mpw.
4141 * mpw-config.in (extra-include): Create this directory and fill it
4142 with Posix-like include files when configuring.
4143
4144 * config.sub (apple, mac, mpw): Add various aliases.
4145
4146 * mpw-build.in: New file, top-level build script fragment for MPW.
4147 * mpw-configure: New file, configure script for MPW.
4148 * mpw-config.in: New file, config fragment for MPW.
4149
4150Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4151
4152 * configure.in (host_libs): Remove glob, since it is gone from the
4153 sources.
4154
4155Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
4156
4157 * Makefile.in: define empty GDB_NLM_DEPS var.
4158
4159 * configure.in(target_makefile_frag): use config/mt-netware
4160 for netware targets.
4161
4162Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
4163
4164 * config.sub: Merge in recent FSF changes. Remove linux special
4165 cases.
4166
4167Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
4168
4169 build-all.mk,config/mh-solaris: revert these two changes:
4170
4171 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
4172
4173 * build-all.mk: Use CC=cc -Xs on Solaris.
4174
4175 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4176
4177 * config/mh-solaris: SunPRO C needs -Xs to be able to get a
4178 working xmakefile for Emacs.
4179
4180Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4181
4182 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
4183 stop using it.
4184 * Makefile.in: Nuke all references to glob subdirectory.
4185
4186Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4187
4188 * configure.in: Fix --enable-shared logic in per-host.
4189
4190Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
4191
4192 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
4193
4194Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4195
4196 * configure.in (noconfigdirs): Don't build gas on AIX, for
4197 powerpc*-*-aix* as well as for rs6000*-*-aix*.
4198
4199Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
4200
4201 * configure: Fix --cache-file to work if the file argument is a
4202 relative path.
4203
4204Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
4205
4206 * configure: If the --cache-file is used, pass it down to
4207 configure in subdirectories.
4208
4209Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
4210
4211 * config.sub: add vxworks29k configuration.
4212
4213Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4214
4215 * Makefile.in (taz): Do "diststuff" part quietly.
4216
4217Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
4218
4219 * config.sub: Mini-merge with gcc/config.sub.
4220
4221Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
4222
4223 * config.guess (IRIX): Sed - to _.
4224
4225Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4226
4227 * Makefile.in (source-vault, binary-vault): New targets.
4228
4229Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
4230
4231 * config.sub: Recognize -eabi as a basic system type.
4232
4233Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4234
4235 * configure.in (enable_shared stuff): Fix typo.
4236
4237Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
4238
4239 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
4240
4241Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4242
4243 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
4244
4245Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4246
4247 * configure.in (rs6000-*-*): Don't build gas.
4248
4249Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
4250
4251 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
4252 reduce command line length.
4253 (AS_FOR_TARGET): Check for as.new, not Makefile.
4254 (NM_FOR_TARGET): Check for nm.new, not Makefile.
4255
4256Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
4257
4258 * config.guess: Merge from FSF.
4259
4260Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4261
4262 * configure: Don't use $ when handling program_suffix.
4263
4264Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
4265
4266 * configure.in: Configure tk for hppa/hpux.
4267
4268Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
4269
4270 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
4271
4272Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
4273
4274 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
4275 to LIBCXXFLAGS. Tests are better run without it.
4276
4277Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
4278
4279 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
4280
4281Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
4282
4283 * configure.in (*-*-netware*): Don't configure xiberty.
4284
4285Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
4286
4287 * configure.in: Remove tk from native_only list.
4288
4289Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
4290
4291 * build-all.mk: Add mips-ncd-elf target to sun4 targets
4292 for special NCD build.
4293
4294Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4295
4296 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
4297 makeall.bat, they're only useful for binutils snapshots.
4298 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
4299 makeall.bat to specified SUPPORT_FILES.
4300
4301Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
4302
4303 * build-all.mk: Add Ericsson targets to sun4 and solaris
4304 hosts. Add BNR's sun4 target to solaris host, so their
4305 build-from-source will be tested in-house first.
4306
4307Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
4308
4309 * Makefile.in (LIBCFLAGS): New variable.
4310 (CFLAGS_FOR_TARGET): Ditto.
4311 (LIBCFLAGS_FOR_TARGET): Ditto.
4312 (LIBCXXFLAGS): Ditto.
4313 (CXXFLAGS_FOR_TARGET): Ditto.
4314 (LIBCXXFLAGS_FOR_TARGET): Ditto.
4315 (BASE_FLAGS_TO_PASS): Pass them.
4316 (EXTRA_TARGET_FLAGS): Ditto.
4317
4318 * configure.in, config/m[th]-*pic: Support --enable-shared.
4319
4320Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
4321
4322 * configure.in (target_libs): Include libstdc++ again.
4323 * config.guess: Update from FSF (for FreeBSD).
4324
4325Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4326
4327 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
4328 makeall.bat.
4329 (DISTDOCDIRS): Add `etc'.
4330 (ETC_SUPPORT_PFX): New variable.
4331 (taz): Include anything from etc starting with a word in
4332 ETC_SUPPORT_PFX.
4333
4334Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4335
4336 * config.sub: Update for recent FSF changes. Remove obsolete
4337 h8300hds entry. Add -windows* and -osx as basic os. Minor
4338 spacing changes.
4339
4340Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
4341
4342 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
4343
4344 * config.guess: Merge with FSF.
4345 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
4346
4347Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4348
4349 * configure: Since the "trap 0" handler will override the exit
4350 status on many systems, only use it for "exit 1", and make it set
4351 a non-zero exit status; reset it before "exit 0". Also, check
4352 exit status of config.sub, and error out if it failed.
4353
4354Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
4355
4356 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
4357 and install libgloss.
4358
4359Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4360
4361 * Makefile.in (all-binutils): Depend upon all-byacc.
4362
4363 * configure.in: Don't build emacs on Irix 5.
4364
4365Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4366
4367 * configure.in (*-*-netware*): Add libio.
4368
4369Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
4370
4371 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
4372 (CHECK_TARGET_MODULES): Ditto.
4373 (INSTALL_TARGET_MODULES): Ditto.
4374 (TARGET_LIBS): Ditto.
4375 (all-libstdc++): Note dependencies.
4376
4377Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4378
4379 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
4380
4381Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
4382
4383 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
4384 -fexternal-templates.
4385
4386 * configure.in (target_libs): Add libstdc++.
4387 (noconfigdirs): Add libstdc++ as appropriate.
4388
4389Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
4390
4391 * config.guess: Update from FSF.
4392
4393Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4394
4395 * configure: Use ${config_shell} when running ${configsub}.
4396
4397Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
4398
4399 * config.sub: No longer recognize h8300h.
4400
4401Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4402
4403 * config.sub: Remove extraneous differences between config.sub and
4404 gcc/config.sub.
4405
4406Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4407
4408 * Makefile.in (DISTSTUFFDIRS): Add gas.
4409
4410Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
4411
4412 * COPYING.NEWLIB: New file.
4413
4414Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
4415
4416 * config.guess (HP-UX): Patch from Harlan Stenn
4417 <harlan@landmark.com> to also emit release level.
4418
4419Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
4420
4421 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
4422
4423Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
4424
4425 * config.sub: Merge nextstep cleanup from FSF.
4426
4427Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4428
4429 * configure.in (arm-*-*): Don't configure ld for this target.
4430
4431Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4432
4433 * configure.in (*-*-netware): don't configure libg++, libio,
4434 librx, or newlib.
4435
4436Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4437
4438 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
4439 configure ld--it works, but it doesn't support shared libraries.
4440
4441Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
4442
4443 * config.guess (*-unknown-freebsd*): Get rid of possible
4444 trailing "(Release)" in version string.
4445 Patch from Paul Richards <paul@isl.cf.ac.uk>.
4446
4447Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
4448
4449 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
4450 Fix type: *-next-neststep -> *-next-nextstep.
4451
4452 * config.guess: Merge from FSF:
4453
4454 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
4455
4456 * config.guess: Recognize powerpc-ibm-aix3.2.5.
4457
4458 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
4459
4460 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
4461 instead of UNIX_SV for UnixWare 1.0).
4462
4463Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
4464
4465 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
4466 to make gdb/nlm/* build after the compiler and linker.
4467
4468Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
4469
4470 * config.guess (netbsd, freebsd, linux): Accept any machine,
4471 not just i[34]86.
4472 (m68k-atari-sysv4): Relocate to match FSF version.
4473
4474 * config.guess: More merges from the FSF:
4475
4476 Add a space before function call or macro invocation.
4477
4478 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4479
4480 * config.guess: Add trap cmd to remove dummy.c and dummy when
4481 interrupted.
4482
4483 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4484
4485 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
4486 (dummy): Redirect stderr from compilation of dummy.c.
4487
4488 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
4489
4490 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
4491
4492Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
4493
4494 * configure: Accept and ignore --cache*, for compatibility with
4495 new autoconf.
4496
4497Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
4498
4499 * config.guess: Merge from FSF:
4500
4501 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4502
4503 * config.guess (Pyramid*:OSx*:*:*): New case.
4504 (PATH): Add /.attbin at end for finding uname.
4505 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
4506
4507 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
4508
4509 * config.guess (M88*:DolphinOS:*:*): New case.
4510
4511 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
4512
4513 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
4514 to select whether to use ELF or COFF.
4515
4516 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4517
4518 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
4519
4520 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4521
4522 * config.guess: Guess the OS version for HPUX.
4523
4524 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4525
4526 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
4527
4528Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4529
4530 * configure.in: Recognize --with-headers, --with-libs, and
4531 --without-newlib.
4532 * Makefile.in (all-xiberty): Depend upon all-ld.
4533
4534Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4535
4536 * configure.in: Change i[34]86 to i[345]86.
4537
4538Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4539
4540 * configure (version): A few more tweaks to help message.
4541
4542Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
4543
4544 * Makefile.in: Remove (for now) librx as a host library,
4545 now that we're building it for target.
4546
4547Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4548
4549 * configure: Fix up help message; from karl@owl.hq.ileaf.com
4550 (Karl Berry).
4551
4552Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
4553
4554 * configure.in: Also configure librx.
4555
4556Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
4557
4558 * Makefile.in: Update various rules to reflect that librx
4559 is now needed for libg++.
4560
4561Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4562
4563 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
4564
4565Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
4566
4567 * configure.in: Configure the examples directory.
4568
4569Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4570
4571 * configure: Simplify Jun 2 1994 change.
4572
4573Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
4574
4575 * change CC to /usr/latest/bin/gcc for lynx host builds, since
4576 /bin/gcc isn't good enough to build gcc.
4577
4578Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
4579
4580 * Makefile.in (GDB_SUPPORT_FILES): Remove
4581 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
4582 (gdb.tar.gz): Add new rule to use standard distribution building
4583 mechanism.
4584
4585Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4586
4587 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
4588 Bill Cox <bill@cygnus.com>.
4589
4590Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
4591
4592 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
4593
4594Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
4595
4596 * configure: Search current dir first in .gdbinit.
4597
4598Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
4599
4600 * config.sub: Recognize freebsd (merged from gcc config.sub).
4601
4602Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
4603
4604 * config.sub: Refer to NeXT's operating system as nextstep.
4605
4606 * config.sub (case $basic_machine): Re-order the cases, to match
4607 the order in the FSF version (which is mostly alphabethical).
4608 Merge in some additions and changes from the FSF.
4609
4610Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
4611
4612 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
4613 * config.sub: Recognize cxux7.
4614 * configure.in: Use mh-cxux for m88k-harris-cxux*.
4615
4616Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
4617
4618 * config.sub: Fix typo powerpc -> powerpc-*.
4619
4620Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
4621
4622 * Makefile.in: `all-emacs19' depends on `all-byacc'.
4623
4624 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
4625 parallel with all-emacs and install-emacs). Top-level command
4626 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
4627
4628Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4629
4630 * test-build.mk ($(host)-stamp-stage2-installed): Remove
4631 $(relbindir)/make before doing ``make install'', and use
4632 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
4633 installing over running make binary.
4634 ($(host)-stamp-stage3-installed): Likewise.
4635
4636Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4637
4638 * config.guess: Recognize Mach.
4639
4640Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4641
4642 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
4643 see whether --exec-prefix was used.
4644
4645Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
4646
4647 * README: Explicitly mention libg++/README. (Zoo's idea.)
4648
4649Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4650
4651 * Makefile.in: Add all-librx target similar to all-libproc.
4652
4653Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
4654
4655 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
4656 with post 1.2 uname bogosity.
4657
4658Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4659
4660 * configure: Remove temporary files on receipt of a signal.
4661
4662Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
4663
4664 * configure: If there is a package_makefile_frag, remove
4665 ${subdir}/Makefile.tem after copying it in.
4666
4667Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
4668
4669 * build_all.mk: support rs6000 lynx identifies itself as
4670 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
4671 since /bin/gcc is too feeble to compile a modern gcc.
4672
4673Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
4674
4675 * brought devo/test-build.mk update-to-date with progressive/
4676 test-build.mk. Add lynx targets and hppa flag info.
4677
4678Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
4679
4680 * configure.in: Use mh-ncrsvr43. Patch from
4681 Tom McConnell <tmcconne@sedona.intel.com>.
4682
4683Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
4684
4685 * config.guess (i386-unknown-bsdi): No longer need to
4686 check #if defined(__bsdi__) && defined(__i386__).
4687
4688Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4689
4690 * configure: Set program_transform_nameoption correctly.
4691
4692Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
4693
4694 * brought build-all.mk update-to-date with progressive build-all.mk,
4695 added new targets and hppa info.
4696
4697Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4698
4699 * configure: If config.guess result is a prefix of the user
4700 specified target, assume a native build and use the user specified
4701 target as the host alias. Remove SunOS patch suffix removal hack.
4702 * configure.in: Remove SunOS patch suffix removal hack.
4703
4704 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
4705 in NATIVE_CHECK_MODULES.
4706
4707Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
4708
4709 * Makefile.in: Rename HOST_ONLY to NATIVE.
4710 * configure: Delete SunOs patch suffix from host_canonical
4711 and build_canonical variables that are prepended to Makefiles.
4712 * configure.in: Add comments for easier maintenance.
4713
4714Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4715
4716 * Makefile.in: Add all-libproc target similar to all-gui.
4717
4718Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
4719
4720 * Makefile.in (CHECK_MODULES): split into
4721 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
4722
4723Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
4724
4725 * config.guess (i386-unknown-bsdi): New system to guess.
4726
4727Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4728
4729 * Makefile.in: Add all-gui target (but not yet build by "all").
4730
4731Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
4732
4733 * config.sub: Move deletion of patch suffix from here...
4734 * configure.in: To here, at Ian's suggestion. The top-
4735 level scripts might need to know of a patch level.
4736
4737Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
4738
4739 * config.sub: Strip off patch suffix so rtl is recognized
4740 as a sunos4.1.3 machine, even though it's been patched.
4741
4742Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
4743
4744 * Makefile.in (INSTALL_LAST): Delete.
4745 (INSTALL_DOSREL): New.
4746
4747Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4748
4749 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
4750 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
4751 whether we pass down --with-gnu-ld anyhow.
4752
4753Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
4754
4755 * Makefile.in (INSTALL_LAST): Change operation so it works
4756 on more flavors of make.
4757 * configure.in (go32): Don't build libg++ or libio.
4758
4759Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
4760
4761 * Makefile.in (Move HOST_PREFIX_1 and friends up so
4762 they can be overriden by templates.
4763
4764Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
4765
4766 * configure.in (target==go32): Don't build gdb.
4767 * dosrel: New directory.
4768
4769Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
4770
4771 * configure.in (host==go32): Configure dosrel too.
4772 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
4773 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
4774 be set by incoming names or templates.
4775 (INSTALL_LAST): New rule.
4776 * config/mh-go32: New fragment.
4777
4778Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
4779
4780 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
4781
4782Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4783
4784 * config/mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
4785 unique in 8.3 naming schemes.
4786 * configure.in (appdirs): New variable. Currently empty, but will
4787 be used in gas distribution. If nonempty, lists a set of
4788 directories at least one of which must get configured, or top
4789 level configuration is considered to have failed.
4790 (rs6000-*-lynxos*): Use new file name.
4791
4792Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4793
4794 Eliminate XTRAFLAGS.
4795 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
4796 newlib include files using -idirafter, and also use -nostdinc.
4797 (CXX_FOR_TARGET): Likewise.
4798 (XTRAFLAGS): Removed.
4799 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
4800 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
4801 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
4802 ($(DO_X)): Don't pass down XTRAFLAGS.
4803
4804Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4805
4806 * configure.in (mips*-dec-bsd*): New target; do build linker.
4807 (mips*-*-bsd*): New target; don't build linker.
4808
4809Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
4810
4811 * configure.in: support rs6000-*-lynxos* configuration.
4812 support sunos4 as a cross target.
4813
4814 * config.sub: look for lynx*, not lynx since the OS version may
4815 legitimately be part of the name.
4816
4817Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4818
4819 * configure.in (i[34]86-*-sco*): Move to be with other i386
4820 targets.
4821 (romp-*-*): New target. Skip various binary utilities.
4822 (vax-*-*): New target. Don't build newlib.
4823 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
4824
4825Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4826
4827 * configure.in: Only set host_makefile_frag if config
4828 directory exists.
4829
4830Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4831
4832 * install.sh: If $dstdir exists, don't check whether each
4833 component does.
4834
4835Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4836
4837 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
4838
4839Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
4840
4841 * configure.in (*-*-lynxos*): Don't configure newlib for either
4842 native or cross Lynx.
4843
4844Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
4845
4846 * config.sub (sparc64-elf): Fix os.
4847 (z8k): Remove duplicate.
4848
4849Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4850
4851 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
4852 gcc/stmp-fixproto, to try to prevent fixproto from being run.
4853
4854Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
4855
4856 * configure: Make file links cleanly even if Lynx fails on
4857 an NFS symlink (at least fail cleanly).
4858
4859Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
4860
4861 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
4862 -XNh2000.
4863
4864Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4865
4866 * configure: Unknown options are fatal again.
4867
4868Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
4869
4870 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4871 compatibility.
4872
4873Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
4874
4875 * build-all.mk: Add `clean' target.
4876
4877Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4878
4879 * config.guess: Add SINIX support.
4880 * configure.in: Add mips-*-sysv4* support.
4881
4882Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
4883
4884 * build-all.mk: Document all useful targets.
4885 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
4886 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
4887
4888Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4889
4890 * configure: Support --silent, --quiet.
4891
4892Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4893
4894 * configure: Support --disable-FEATURE.
4895
4896Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4897
4898 * config.guess: Recognize NCR running SVR4.3.
4899
4900Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
4901
4902 * config.guess: Make BSDI generate i386-unknown-bsd386.
4903 Patch from Paul Eggert <eggert@twinsun.com>.
4904
4905Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4906
4907 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
4908
4909Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4910
4911 * configure: Make unrecognized options give nonfatal warnings
4912 instead of fatal errors, and pass them to any subdirectory
4913 configures in case they recognize them.
4914 Make --x equivalent to --with-x.
4915
4916Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4917
4918 * configure: Add --enable-* options. Clean up usage message and
4919 some comments.
4920
4921Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
4922
4923 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
4924
4925Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4926
4927 * configure.in (hppa*-*-*): Enable binutils.
4928
4929Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4930
4931 * config.sub: Recognize cisco.
4932
4933Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
4934
4935 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
4936
4937Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4938
4939 * config.guess: about target *-hitachi-hiuxwe2, don't print more
4940 than one configuration name. Add comment.
4941
4942Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
4943
4944 * config.guess: about target *-hitachi-hiuxwe2, fixed
4945 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
4946 macro is incorrect.]
4947
4948Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4949
4950 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
4951 than the "make ls" stuff which used to be here.
4952
4953Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
4954
4955 * config.guess: Recognize i[34]86-unknown-freebsd.
4956 From Shawn M Carey <smcarey@rodan.syr.edu>.
4957
4958Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
4959
4960 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
4961
4962Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4963
4964 * config.guess: Check for ptx.
4965
4966Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
4967
4968 * config.sub: Add os9k checking.
4969
4970Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4971
4972 * config.guess: Handle OSF1 running on HPPA processors
4973
4974Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
4975
4976 * configure: If subdir configure fails, print out a message with
4977 subdirectory name, in case subdir's configure code didn't identify
4978 itself.
4979
4980Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
4981
4982 * configure.in: Remove embedded newlines from configdirs.
4983 Avoid mismatches of substrings. Fix matching strings at end
4984 of configdirs.
4985
4986Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
4987
4988 * config.guess: Add Lynx/rs6000 config support.
4989
4990Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
4991
4992 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
4993
4994Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
4995
4996 * configure.in (hppa*-*-osf*): Treat this just like most other
4997 PA configurations (eg no binutils or ld).
4998 (hppa*-*-*elf*): These configurations have binutils and ld.
4999
5000Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5001
5002 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
5003
5004Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5005
5006 * configure.in (rs6000-*-*): Build gas.
5007
5008Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5009
5010 * Makefile.in: Avoid bug in losing hpux sed.
5011
5012Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5013
5014 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
5015 for GDB and GDB has been fixed to not need it.
5016
5017Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
5018
5019 * config/mh-lynxosrs6k: Account for lack of ranlib!
5020
5021Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5022
5023 * config.guess: Recognize vax hosts.
5024
5025Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5026
5027 * configure (while loop): Don't use "break 2" inside case
5028 statement -- the case statement isn't an enclosing loop.
5029
5030Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
5031
5032 * config.guess: Clean up NeXT support, to allow nextstep
5033 on Intel machines. Make OS be nextstep.
5034
5035Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
5036
5037 * config.guess: Add alternate forms for Convex.
5038
5039Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
5040
5041 * configure: Completely rewrite option processing. Take
5042 advantage of pattern-matching to avoid invoking test frequently.
5043 Also clean up host and target defaulting logic.
5044
5045Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5046
5047 * Makefile.in: Replace all occurrances of "rootme" with "r" and
5048 "$${rootme}" with "$$r", to increase the likelihood that the do-*
5049 commands (plus user environment) will fit SCO limits.
5050
5051Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5052
5053 * configure.in: Don't issue warnings about directories which are
5054 not being configured if -norecursion is set. Correct test for
5055 --with-gnu-as and --with-gnu-ld to not get confused by substring
5056 matches.
5057
5058 * configure.in: Don't build gas for alpha-dec-osf1*.
5059
5060Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
5061
5062 * configure: Back out Per's change of 12/19/1993. It changes the
5063 behavior of configure in unexpected and confusing ways.
5064
5065 Also, use different delim char when calculating
5066 program_transform_name so that the name can contain slashes.
5067
5068Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
5069
5070 * configure.in, config.sub: Add support for VSTa micro-kernel.
5071
5072Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5073
5074 * configure.in: Nuke hacks which were used to get a special
5075 version of GAS for HPPA configurations.
5076
5077Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
5078
5079 * configure: If only ${target_alias} is given, use that
5080 as the default for ${host_alias}.
5081 * configure: Add missing back-slashes before nested quotes.
5082
5083Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
5084
5085 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
5086
5087Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
5088
5089 * config.guess: Recognize some Tektronix configurations.
5090 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
5091
5092Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5093
5094 * config.sub: Match any flavor of SH.
5095
5096Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
5097
5098 * configure.in: Don't try to configure newlib for Alpha.
5099
5100Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5101
5102 * configure.in: Don't build ld for Irix 5. Don't build gas,
5103 libg++ or libio for any Alpha target.
5104
5105 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
5106 * config/mh-irix5. New file for Irix 5.
5107
5108Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
5109
5110 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
5111 default arguments -- so it tried to compress itself.
5112
5113Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
5114
5115 * configure.in (notsupp): ensure that a space is always at the end
5116 of the configdirs list, since the grep checks for an explicit space
5117
5118Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5119
5120 * configure.in (target i386-sysv4.2): don't build ld, since static
5121 versions of many libraries are not available.
5122
5123Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5124
5125 * config.guess: Recognize Apollos (using environment variables).
5126 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
5127
5128Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5129
5130 * config.guess: Recognize Sony news mips running newsos.
5131
5132Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
5133
5134 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
5135 "fi ; else" for bash.
5136
5137Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
5138
5139 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
5140
5141Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
5142
5143 * config.sub: accept unixware as an alias for svr4.2.
5144 Fix some inconsistancies with the gcc version.
5145
5146Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5147
5148 * Makefile.in (DISTDOCDIRS): Add gdb.
5149
5150Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
5151
5152 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
5153
5154Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
5155
5156 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
5157 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
5158 this now.
5159
5160Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5161
5162 * config.sub: Accept hiux* as an OS name.
5163
5164 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
5165 etc/make-stds.texi. The underscore came from gcc, and dje now
5166 agrees that RUNTESTFLAGS is the correct name.
5167
5168Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
5169
5170 * install.sh: Remove 'set -e'. It makes any conditionals
5171 in the script useless.
5172
5173 * config.guess: Automatically recognize arm-acorn-riscix
5174 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
5175
5176Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
5177
5178 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
5179
5180Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
5181
5182 * Makefile.in (DISTDOCDIRS): New variable.
5183 (taz): Edit local Makefile.in sooner, instead of proto-toplev
5184 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
5185
5186Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5187
5188 * configure.in (hppa target): check the source directory for the
5189 pagas sub-directory
5190
5191Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
5192
5193 * config.sub: Allow -aout* and -elf*.
5194
5195Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
5196
5197 * configure.in: Don't build ld on i386-solaris2, same as for
5198 sparc-solaris2.
5199
5200Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
5201
5202 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
5203
5204Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5205
5206 * configure.in: Configure gdb for alpha.
5207
5208Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5209
5210 * Makefile.in (CXXFLAGS): Add -O.
5211
5212Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5213
5214 * config.guess: added support for DG Aviion
5215
5216Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
5217
5218 * configure.in: Produce warning message for subdirectories not
5219 configurable for this host/target combination. Don't try to
5220 configure gdb for vms.
5221
5222Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
5223
5224 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
5225 appropriate files before making "diststuff".
5226 (DISTBISONFILES): New var: list of files to be edited.
5227 (DISTSTUFFDIRS): Add binutils.
5228
5229Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5230
5231 * config.sub: also handle mipsel and mips64el (for little endian mips)
5232
5233Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5234
5235 * configure.in: Add * to end of all OS names.
5236
5237Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
5238
5239 * configure.in: Build newlib for LynxOS native.
5240
5241Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5242
5243 * config.guess: Add support for delta 88k running SVR3.
5244
5245 * configure.in: Add comment about HP compiler vs. emacs.
5246
5247Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5248
5249 * configure.in: don't build ld on solaris2 (not a viable option
5250 due to bugs in getpwnam & getpwuid)
5251
5252Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
5253
5254 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
5255 config.guess will produce a full version number.
5256
5257Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5258
5259 * configure.in: Build linker and binutils for alpha-dec-osf1.
5260
5261Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5262
5263 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
5264 and gdb/testsuite/Makefile.in.
5265
5266Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5267
5268 * configure.in: recognize mips*- instead of mips-
5269
5270Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
5271
5272 * config.sub: Accept linux*coff and linux*elf as operating
5273 systems.
5274
ba73c63f
JM
5275Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5276
5277 * ltmain.sh: Handle symlinks in generated script.
5278
252b5132
RH
5279Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5280
5281 * config.sub: Recognize mips64, and mips3 as an alias for it.
5282
5283Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5284
5285 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
5286 gdb knows how to handle OSF/1 shared libraries.
5287
5288Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5289
5290 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
5291 * config.guess: Recognize Hitachi's HIUX.
5292 * config.sub: Recognize h3050r* and hppahitachi.
5293 Remove redundant cases for hp9k[23]*.
5294
5295Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5296
5297 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
5298 if gas and ld are in the source tree and are in ${configdirs}.
5299 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 5300 --with options (but still pass them down on the command line,
252b5132
RH
5301 if they were explicitly specified).
5302
ba73c63f
JM
5303Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5304
5305 * configure: Handle autoconf style directory options: --bindir,
5306 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5307 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5308 --sysconfdir.
5309 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5310 (sharedstatedir, localstatedir, oldincludedir): New variables.
5311 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5312 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5313 sbindir, sharedstatedir, and sysconfdir.
5314
252b5132
RH
5315Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5316
5317 * configure: substitute SHELL value in Makefile.in with
5318 ${CONFIG_SHELL}
5319
ba73c63f
JM
5320Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5321
5322 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5323
252b5132
RH
5324Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5325
5326 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
5327 *-*-solaris2* targets.
5328
5329Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5330
5331 * Makefile.in: define M4, and pass it down to sub-makes;
5332 all-autoconf now depends on all-m4
5333
5334Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5335
5336 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
5337 presence of {ar,ranlib} instead of a configured directory
5338
5339Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5340
5341 * config.guess: Accept 34?? as well as 33?? for NCR.
5342
5343Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5344
5345 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
5346 of 'gas' in sed commands, since 'gash' is now in the tree as well.
5347
5348Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5349
5350 * configure: grab values for $(CC) and $(CXX) from the
5351 environment, so that someone can do "CC=gcc configure; make" and
5352 have it work right (matching the way that autoconf works now)
5353
5354 * configure.in, Makefile.in: add support for gash, the tcl
5355 interface to Galaxy
5356
5357 * config.guess: add NetBSD variants (hp300, x86)
5358
5359Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
5360
5361 * install.sh: Support -d option (in the manner of SunOS 4 install,
5362 as it is more deterministic than that of GNU install)
5363 (chmodcmd): Set file to mode 755 by default (should also do default
5364 chgrp and chown, but I don't feel like dealing with that now)
5365
5366Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
5367
5368 * config.sub: Remove h8300hhms alias.
5369
5370Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5371
5372 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
5373
5374Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5375
5376 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
5377 as stmp-fixinc
5378
5379Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
5380
5381 * config.sub: recognize m88110-bug-coff.
5382
5383Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5384
5385 * Makefile.in (all-libio): all dependencies on the toolchain used
5386 to build this (gcc, gas, ld, etc)
5387
5388Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5389
5390 * config.guess: Deal with OSF/1 1.3 on alpha.
5391
5392Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5393
5394 * install.sh: add some 'else true' clauses for portability
5395
5396 * configure.in: don't build libio for h8[35]00-*-* targets
5397
5398Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
5399
5400 * Makefile.in: Add support for new libio.
5401
5402Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5403
5404 * install.sh: If one command fails, don't try the rest. Don't try
5405 to remove $dsttmp (via trap) unless we have already created it.
5406 If $src doesn't exist, detect it and exit with an error.
5407
5408 * config.guess: Recognize BSD on hp300.
5409
5410Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
5411
5412 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
5413 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
5414
5415Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
5416
5417 * Makefile.in (all-send-pr): depends on all-prms
5418
5419Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5420
5421 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
5422
5423Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5424
5425 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
5426 Added test for mips-mips-riscos5.
5427
5428Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5429
5430 * configure.in: use mh-hp300 for 68k HP hosts
5431
5432Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5433
5434 * configure: add support for CONFIG_SHELL, so that you can use
5435 some alternate shell for evaluating configure scripts
5436
5437Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
5438
5439 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
5440 in configure script to bug-gdb@prep.ai.mit.edu when building
5441 distribution archive.
5442 * Makefile.in (COMPRESS): Remove def.
5443 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
5444 gdb.tar.Z and make-gdb.tar.Z respectively.
5445 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
5446 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
5447 to convergence with 'taz' target in Makefile.in.
5448
5449Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5450
5451 * install.sh (dsttmp): use trap to ensure that tmp files go
5452 away on error conditions
5453
5454Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5455
5456 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
5457
5458Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5459
5460 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
5461 its parent is '/' not ''.
5462
5463 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
5464
5465Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
5466
5467 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
5468 that ${newsrcdir}/configure.in does.
5469
5470Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5471
5472 * test-build.mk: support for CONFIG_SHELL
5473
5474Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
5475
5476 * config.sub (netware): Add as a basic system type.
5477
5478Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
5479
5480 * Makefile.in (Makefile): depend on configure.in. Also drop the
5481 $(srcdir)/ from the dependency on Makefile.in.
5482
5483Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
5484
5485 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
5486 (h8300hhms is temporary until multi-libraries are implemented).
5487 * configure.in: Handle h8300h too.
5488
5489Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5490
5491 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
5492
5493Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
5494
5495 * configure: Remove extraneous output when guessing host type.
5496 * config.guess: Remove extraneous output when guessing using C
5497 compiler rather than uname, or when guessing fails.
5498
5499Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5500
5501 * Makefile.in: remove all.cross and install.cross targets
5502
5503 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
5504 definitions
5505
5506Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
5507
5508 * configure.in (target sh): Build gprof.
5509
5510Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5511
5512 * config.sub: change -solaris to -solaris2
5513
5514Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5515
5516 * configure.in: Use config/mh-riscos for mips-*-sysv*.
5517
5518Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
5519
5520 * configure: Correct error message for missing Makefile.in to
5521 print correct directory.
5522
5523Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5524
5525 * install.sh: kludge around 386BSD shell bug
5526
5527Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
5528
5529 * config.guess: Recognize NeXT.
5530 * config.guess: Recognize i486-ncr-sysv4.
5531 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
5532
5533Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
5534
5535 * Makefile.in (MAKEINFOFLAGS): New variable.
5536 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
5537 * build-all.mk, test-build.mk: Pass down --no-split as
5538 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
5539
5540Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
5541
5542 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
5543
5544Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
5545
5546 * Makefile.in (libg++.tar.z): New rule.
5547 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
5548 * Makefile.in (taz): Only do a single chmod.
5549
5550Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
5551
5552 * install.sh: don't use dirname anymore (replaced with sed usage)
5553
5554Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
5555
5556 * Makefile.in: Change extension for gzip'd files from '.z' to
5557 '.gz' per new FSF standard usage.
5558
5559Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
5560
5561 * configure: put quotes around the final value of program_transform_name
5562
5563Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5564
5565 * Makefile.in: new install.sh support; update install-info rules
5566
5567Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
5568
5569 * configure.in: Build diff for crosses, but not for go32 host.
5570
5571 * configure.in: Build gprof only for native, and don't build it
5572 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
5573
5574Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
5575
5576 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
5577
5578Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
5579
5580 * configure.in (host_tools): Add prms.
5581
5582Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5583
5584 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
5585 with $(FLAGS_TO_PASS) on the command line
5586
5587 * config.sub: Recognize lynx and lynxos
5588
5589Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
5590
5591 * config.sub: Accept -ecoff*, not just -ecoff.
5592
5593Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5594
5595 * Makefile.in (taz): Use .gz suffix instead of .z.
5596 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
5597 names.
5598
5599Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5600
5601 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
5602
5603Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5604
5605 * Makefile.in (install-no-fixedincludes): install gcc last, so
5606 that rebuilds that might happen during 'make install' don't get
5607 bogus gcc include files
5608
5609Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5610
5611 Change from Utah for HPPA support:
5612 * config.guess: Recognize hppa1.x-hp-bsd.
5613
5614Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
5615
5616 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
5617 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
5618
5619Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
5620
5621 * config.sub: Add support for rom68k and bug boot monitors.
5622
5623Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
5624
5625 * Makefile.in: Make all-opcodes depend on all-bfd.
5626
5627Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
5628
5629 * config.guess: Added special check for i[34]86-univel-sysv4*.
5630
5631Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
5632
5633 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
5634 the processor rather than assuming i486.
5635
5636Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5637
5638 * config.guess: Recognize SunOS6 as Solaris3.
5639
5640Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
5641
5642 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
5643 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
5644
5645Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
5646
5647 * build-all.mk (all-cross): New target for Canadian Cross.
5648 Added Q2 go32 targets.
5649 * test-build.mk: Configure go32 cross sparclite-aout and
5650 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
5651 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
5652
5653Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5654
5655 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
5656 GO32 hosted toolchains
5657
5658Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
5659
5660 * configure: change so "-exec-prefix" gets passed down rather
5661 than "-exec_prefix" so autoconf generated Makefiles get the
5662 exec_prefix set right.
5663
5664Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5665
5666 * config.guess: get the Solaris2 minor version number
5667
5668 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
5669
5670Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
5671
5672 * config.guess: Recognize some Sequent platforms.
5673
5674Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5675
5676 * Makefile.in: added the vault-install target
5677
5678 * configure.in: actually use the Sun3 makefile fragment that's in
5679 config, also added the release dir to configdirs
5680
5681Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5682
5683 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
5684
5685Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5686
5687 * configure.in: remove some program from Alpha targetted toolchains
5688
5689Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
5690
5691 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
5692 gprof.
5693 (taz): Run "make diststuff" in those directories instead of "make
5694 proto-dir". Look for "VERSION=" only at start of line in subdir
5695 Makefile. Use "gzip -9" for compression.
5696 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
5697 (binutils.tar.z): New target.
5698
5699Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
5700
5701 * Makefile.in (taz): Include gpl.texinfo.
5702
5703Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
5704
5705 * Makefile.in (setup-dirs): Merged into "taz" target.
5706 (taz): Only do `proto-dir' stuff if a directory is actually needed
5707 for this target.
5708
5709Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
5710
5711 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
5712 (FLAGS_TO_PASS): Pass down MUNCH_NM.
5713 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
5714 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
5715 (gcc-no-fixedincludes): Correct for current gcc Makefile.
5716
5717Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
5718
5719 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
5720 config.sub, and move-if-change to gdb testsuite distribution
5721 archive, so the testsuite can be extracted, configured, and
5722 run separately from the gdb distribution. Blow away the Chill
5723 tests that require a Chill compiled executable, since GNU Chill
5724 is not yet publically available.
5725
5726Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5727
5728 * test-build.mk: set environment variables in a single command,
5729 instead of a list of assignments and exports
5730
5731 * config.guess: recognize Alpha/OSF1 systems
5732
5733Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5734
5735 * configure: Change help message to prefer --options rather than
5736 -options.
5737
5738Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
5739
5740 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
5741 zippy@ecst.csuchico.edu.
5742 * config.guess: Recognize miniframe.
5743
5744Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
5745
5746 * Makefile.in: Use srcroot to find runtest rather than rootme.
5747 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
5748
5749Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
5750
5751 * test-build.mk: Extensive additions to support building on a
5752 machine other than the host.
5753
5754Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
5755
5756 * configure (tooldir): Fix for i386-aix again.
5757
5758Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
5759
5760 * configure, Makefile.in: Change definition of $(tooldir)
5761 to match the FSF.
5762
5763Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
5764
5765 * config.guess: Recognize i[34]86/SVR4.
5766
5767Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5768
5769 * Makefile.in (all-gdb): gdb depends on sim.
5770
5771Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
5772
5773 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
5774 at the same time we make the prototype gdb directory.
5775 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
5776 files at the same time as the gdb base release distribution.
5777
5778Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
5779
5780 * Makefile.in (check): Use individual check targets rather than
5781 DO_X rule.
5782 (check-gcc): Added.
5783
5784Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
5785
5786 * config.sub: Use sysv3.2 not sysv32 for canonical OS
5787 for System V release 3.2.
5788
5789Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5790
5791 * config.sub: Recognize hppaosf.
5792 * configure.in: Do configure ld/binutils/gas for it.
5793
5794Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
5795
5796 * configure (tooldir): Alter syntax used to set this, for systems
5797 where "\$" isn't handled right, like i386-aix.
5798
5799Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
5800
5801 * configure: Pass program-transform-name, not
5802 program_transform_name, to recursive configures.
5803
5804Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
5805
5806 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
5807 of gas+ld+binutils.
5808
5809Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
5810
5811 * config.guess: Recognize AIX3.2 as distinct from 3.1.
5812
5813Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5814
5815 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
5816
5817 * config/mh-delta88: remove extraneous GCC references
5818
5819Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
5820
5821 * Makefile.in (PRMS): Set back to all-prms.
5822
5823Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
5824
5825 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
5826 targets, rather than for MIPS hosts.
5827
5828Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5829
5830 * configure.in: add comment for --with-x default values
5831
5832 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
5833
5834 * Makefile.in: add check-* targets for each of the directories in
5835 the tree. Add a definition of RUNTEST that will use the one we
5836 just built, if it exists. Pass this down via FLAGS_TO_PASS.
5837
5838Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
5839
5840 * configure.in: Removed obsolete references to bfd_target and
5841 target_makefile_frag.
5842
5843 * build-all.mk: Set assorted targets for Q2.
5844 * config.sub: Recognize z8k-sim and h8300-hms.
5845 * test-build.mk: Really don't pass host to configure.
5846 (HOLES): Added uname.
5847
5848Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
5849
5850 * configure: Handle an empty program-prefix, program-suffix or
5851 program-transform-name correctly.
5852
5853Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
5854
5855 * build-all.mk: -G 8 no longer required for MIPS targets.
5856 * test-build.mk: Don't pass host argument to configure; make it
5857 guess.
5858
5859Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
5860
5861 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
5862 * Makefile.in (COMPRESS): New macro, like GZIP.
5863
5864Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
5865
5866 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
5867
5868 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
5869 with gas currently defaults to -G 0.
5870
5871Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
5872
5873 * Makefile.in (all-flex): flex depends on byacc.
5874
5875 * build-all.mk: If host not specified, use config.guess. Pass TAG
5876 to test-build.mk as RELEASE_TAG.
5877 * test-build.mk (configargs): New variable containing arguments to
5878 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
5879 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
5880
5881 * config.guess: Use /bin/uname when checking -X argument on SCO,
5882 to avoid invoking GNU uname which doesn't understand -X.
5883
5884 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
5885
5886 * configure.in: Build gas for mips-*-*.
5887
5888Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5889
5890 * Makefile.in (all.normal): insert missing backslash.
5891
5892Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
5893
5894 * build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
5895 gcc requirements.
5896
5897 * Makefile.in: Complete overhaul to merge many almost identical
5898 targets.
5899
5900Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5901
5902 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
5903 (gdb.tar.Z): Adjusted.
5904
5905 * Makefile.in (setup-dirs, taz): New targets; should be general
5906 enough to adapt for gdb sometime. Build only .z file.
5907 (gas.tar.z): New target.
5908
5909Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
5910
5911 * build-all.mk: Use CC=cc -Xs on Solaris.
5912
5913Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5914
5915 * config/mh-sun3: cc needs -J to compile cp-parse.c correctly
5916
5917 * config/mh-solaris: SunPRO C needs -Xs to be able to get a
5918 working xmakefile for Emacs.
5919
5920Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
5921
5922 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
5923 for handling BISON for FSF releases.
5924
5925Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
5926
5927 * configure: Actually implement the change zoo just documented.
5928
5929Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5930
5931 * configure: when using config.guess, only set target_alias when
5932 it's not already been set (ie, on the command line)
5933
5934Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5935
5936 * Makefile.in: add installcheck target, set PRMS to install-prms
5937
5938Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5939
5940 * configure: add support for package_makefile_fragment, handle the
5941 case where a directory has a configure.in file but no Makefile.in
5942 more gracefully (with an actual understandable error message, even);
5943 add support for --without (and add this to the usage message); also
5944 explicitly add a --host=${host_alias} to the command line when
5945 config.guess is used
5946
5947Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
5948
5949 * configure: Must use both --host and --target in recursive calls.
5950
5951Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
5952
5953 * Makefile.in: Change deja-gnu to dejagnu.
5954
5955Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
5956
5957 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
5958
5959Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5960
5961 * configure.in: canonicalize all instances to *-*-solaris2*,
5962 also strip out a number of tools to not build for go32 host
5963
5964Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5965
5966 * config.guess: add GPL.
5967
5968 * Makefile.in, config.guess, config.sub, configure: bump
5969 copyrights to 93.
5970
5971Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
5972
5973 * Makefile.in (do-info): Removed obsolete check for existence of
5974 localenv file.
5975
5976 * Makefile.in (MAKEOVERRIDES): Define to be empty.
5977
5978Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5979
5980 * Makefile.in: a couple of 'else true' for decstation,
5981 support for TclX
5982
5983 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
5984
5985Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
5986
5987 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
5988
5989Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
5990
5991 * config.guess: Recognize i386-ibm-aix (PS/2).
5992 * configure.in: Use config/mh-aix386 file for it.
5993
5994Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
5995
5996 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
5997 CC_FOR_TARGET instead.
5998 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
5999
6000Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
6001
6002 * Makefile.in: Add sim to list of directories sent with gdb
6003
6004Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
6005
6006 * configure.in: Put back mips-dec-bsd* case.
6007
6008Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
6009
6010 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
6011 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
6012 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6013 * config/mh-vaxult2: New file.
6014
6015Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6016
6017 * configure.in: remove no-op mips-dec-bsd* in "case $target"
6018
6019 * Makefile.in (dir.info): only run gen-info-dir if it exists,
6020 (install-info): install dir.info only if it exists,
6021 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
6022
6023Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
6024
6025 * configure.in: For vms target, skip bfd, ld, binutils. Do build
6026 gas for mips-dec-bsd.
6027
6028Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
6029
6030 * configure (makesrcdir): If ${srcdir} is relative and not ".",
6031 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
6032
6033Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
6034
6035 * configure.in: Added "dejagnu" to hosttools list.
6036
6037Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6038
6039 * config.sub, configure.in, config.guess: Add support
6040 for Bosx, an AIX variant from Bull.
6041 Patches from F.Pierresteguy@frcl.bull.fr.
6042
6043Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
6044
6045 * devo/dejagnu: Initial creation of devo/dejagnu.
6046 Migrated dejagnu testcases and support files for testing software
6047 tools to reside as subdirectories, currently called "testsuite",
6048 within the directory of the software tool. Migrated all programs,
6049 support libraries, etc. beloging to dejagnu proper from
6050 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
6051 with no modifications. The changes to these files which will
6052 allow them to configure, build, and execute properly will be made
6053 in a future update.
6054
6055Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
6056
6057 * Makefile.in: Change send_pr to send-pr.
6058 * configure.in: Likewise.
6059 * send_pr: Renamed directory to send-pr.
6060
6061Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
6062
6063 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
6064
6065Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
6066
6067 * README: Update for gdb-4.8 release.
6068 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
6069 gdb-xxx.tar.z (gzip'd) file also.
6070
6071Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6072
6073 * Makefile.in: make all-diff depend on all-libiberty
6074
6075Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
6076
6077 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
6078
6079Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6080
6081 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
6082
6083Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
6084
6085 * Makefile.in (DEVO_SUPPORT): Remove etc directory
6086 (ETC_SUPPORT): Only add the files GDB wants from etc/.
6087 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
6088
6089Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6090
6091 * Makefile.in: makeinfo binary is in a new location
6092
6093Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
6094
6095 * config.sub: Accept -ecoff as an OS.
6096
6097 * Makefile.in: Various changes to eliminate a level of make
6098 recursion and reduce the required command line length.
6099 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
6100 sub-makes.
6101 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
6102 variables holding settings for specific sub-makes.
6103 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
6104 in terms of BASE_FLAGS_TO_PASS.
6105 (TARGET_LIBS): New variable listing directories which use
6106 TARGET_FLAGS_TO_PASS.
6107 (subdir_do): Eliminated.
6108 (do-*): New set of targets to replace subdir_do.
6109 (various): All targets which used subdir_do now depend on do-*.
6110 (local-clean): Renamed from do_clean.
6111 (local-distclean): New target, dependency of distclean and
6112 realclean.
6113 (install-info): Don't create directories. Depend on dir.info
6114 rather than calling make recursively.
6115 (install-dir.info): Eliminated.
6116 (install-info-dirs): Create all info directories here.
6117 (dir.info): Depend upon do-install-info.
6118
6119 * test-build.mk (HOLES): Added false.
6120
6121Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
6122
6123 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
6124
6125Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6126
6127 * Makefile.in (info): remove dependency on all-texinfo. The
6128 problem was really in texinfo/C, not at this level.
6129
6130Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
6131
6132 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
6133
6134Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
6135
6136 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
6137 GDB releases.
6138
6139Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6140
6141 * configure: Include srcdir in message about target of link not
6142 being found. Don't convert `-' to `_' in `with' options being
6143 passed to subdirs.
6144
6145Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6146
6147 * configure.in: add uudecode to host_tools
6148
6149 * Makefile.in: added {all,install}-uudecode targets, added them to
6150 the appropriate lists
6151
6152Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
6153
6154 * Makefile.in (all-gcc): Added dependency on all-gas.
6155
6156 * configure.in (mips-*-*): Build ld and binutils.
6157
6158Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
6159
6160 * configure: check return code from mkdir, print error message and
6161 exit on failure.
6162
6163Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
6164
6165 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
6166
6167Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
6168
6169 * test-build.mk (HOLES): Added tar, cpio and uudecode.
6170
6171Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
6172
6173 * config.sub (h8500): Recognize this as a cpu type.
6174
6175Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6176
6177 * configure: source directory missing is no longer a warning
6178
6179 * configure.in: recognize irix[34]* instead of irix[34]
6180
6181 * Makefile.in: define and pass down X11_LIB
6182
6183 * config/mh-sco: define X11_LIB to the mess that SCO ODT requires
6184
6185Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
6186
6187 * guess-systype: Renamed to ...
6188 * config.guess: ... by popular request.
6189 * configure.in, Makefile.in: Update accordingly.
6190
6191Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
6192
6193 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
6194 + Add Convex, Cray/Unicos, and Encore/Multimax support.
6195 + Execute ./dummy instead of assuming . is in PATH.
6196
6197Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
6198
6199 * guess-systype: New shell script. Attempts to guess the
6200 canonical host name of the executing host.
6201 Only a few hosts are supported so far.
6202 * configure: Call guess-systype if no host is specified.
6203
6204Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
6205
6206 * Makefile.in (gcc-no-fixedincludes): Made to work with current
6207 gcc Makefile.
6208
6209
6210Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
6211
6212 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
6213 (all-gcc, install-gcc, subdir_do): Use it.
6214
6215Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
6216
6217 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
6218
6219Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
6220
6221 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
6222 set exclusively by configure, using configure.in .
6223
6224Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6225
6226 * test-build.mk: set $PATH for all builds
6227
6228 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
6229
6230Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
6231
6232 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
6233 the one used in gcc/Makefile.in, so that a null expansion doesn't
6234 override the one needed to build gcc with a native cc.
6235
6236
6237Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6238
6239 * configure: Accept -with arguments.
6240
6241Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
6242
6243 * Makefile.in: added h8300sim
6244
6245Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
6246
6247 * config/mh-sco: Don't override BISON definition.
6248
6249 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
6250 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
6251 (all-cygnus, native, build-cygnus): Make
6252 $(canonhost)-stamp-3stage-done, not $(host)....
6253 * test-build.mk (stamp-3stage-compared): Use tail +10c for
6254 i386-sco3.2v4. Added else true to if command.
6255
6256Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
6257
6258 * config.sub: (from FSF) Sequent uses a BSD-like OS.
6259
6260Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
6261
6262 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
6263
6264Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6265
6266 * configure.in: don't remove binutils from Solaris builds
6267
6268Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
6269
6270 * Makefile.in: get rid of earlier definitions for *clean,
6271 also handle the recursive info rule better
6272
6273Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
6274
6275 * Makefile.in (mostlyclean, distclean, realclean): Fix to
6276 do more-or-less the right thing.
6277
6278Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
6279
6280 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
6281 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
6282
6283Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6284
6285 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
6286 $(host_canonical).
6287
6288 * configure.in: split the configdirs list into 4 categories (native
6289 v. cross, library v. tool) and handle the cross-only and native-
6290 only in more reasonable (and correct!) way.
6291
6292Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
6293
6294 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
6295 configdirs anymore.
6296
6297Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6298
6299 * Makefile.in: extensive cleanup:: removed all of the explicit
6300 clean-* targets, collapsed many wrappers around subdir_do into
6301 one, added additional targets to satisfy standards.texi, deleted
6302 some old targets, some changes for consistency
6303
6304Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6305
6306 * configure.in: handle some programs as cross-only, and others as
6307 native only
6308
6309 * test-build.mk: handle partial holes in a more generic manner
6310
6311 * Makefile.in: m4 depends on libiberty
6312
6313Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6314
6315 * config/mh-sco: don't default $(CC) to gcc
6316
6317Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6318
6319 * configure.in: add m4, textutils, fileutils, sed, shellutils,
6320 time, wdiff, and find to configdirs
6321
6322 * Makefile.in: all, clean, and install rules for the new programs
6323 added to configure.in
6324
6325Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6326
6327 * configure.in: use mh-sun for all *-sun-* hosts
6328
6329 * config/mh-solaris: rework standard X location to use
6330 $OPENWINHOME, if defined.
6331
6332 * config/mh-sun: handle X11 include locations
6333
6334 * config/mh-decstation: define NeedFunctionPrototypes to 0, to
6335 work around dain-bramaged DECwindows include files
6336
6337Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6338
6339 * Makefile.in: define flags for X11 include files and library file
6340 locations, pass them down to the programs that need this info
6341
6342 * build-all.mk: added a 'native' target, to 3stage the native toolchain
6343
6344 * config/{mh-hpux,mh-solaris}: define the "standard" locations for
6345 the vendor supplied X11 headers and libraries
6346
6347Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6348
6349 * configure.in: start building libg++ for HP-UX targets
6350
6351Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
6352
6353 * README: Update references to files moved into etc/.
6354
6355Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
6356
6357 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
6358 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
6359
6360Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
6361
6362 * configure: accept dash as well as underscore in long option
6363 names for FSF compatibility.
6364
6365Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
6366
6367 * config.sub: added -sco3.2v4 support from FSF.
6368
6369Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6370
6371 * configure.in: expand the section that adds or removes
6372 directories from the list of programs to build, to handle native
6373 vs. cross in addition to host v. native
6374
6375Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
6376
6377 * Makefile.in: Replace C++ in macro names with CXX.
6378 This is less likely to break ...
6379
6380Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6381
6382 * test-build.mk: add -w to GNU_MAKE
6383
6384Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6385
6386 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
6387 add 'sparc' to list of recognized cpus. This needed to make
6388 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
6389 Delete some redundant ose68 variants. Recognize -wrs as an os,
6390 then changes that into $CPU-wrs-vxworks.
6391
6392 * configure.in: remove most references to gdbtest, regularize
6393 target based program removal
6394
6395 * test-build.mk: import from p3 tree (many fixes and changes)
6396
6397Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
6398
6399 * Makefile.in: added rules to handle tcl, tk, and expect
6400
6401 * configure.in: handle those directories if they exist
6402
6403Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6404
6405 * config.sub: removed bogus hppabsd and hppahpux names, since
6406 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
6407
6408Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6409
6410 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
6411 depends upon all-xiberty
6412
6413 * Makefile.in: changes from p3, including:
6414
6415 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
6416
6417 * Makefile.in (XTRAFLAGS): include newlib directories if
6418 newlib/Makefile exists, rather than if host != target.
6419
6420 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
6421
6422 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
6423 from the same source tree and not building a cross-compiler. This
6424 matters for the libg++ configuration if reconfiguring a tree that
6425 has already been installed.
6426
6427 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
6428
6429 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
6430 pick up the machine and system specific header files.
6431
6432 * Makefile.in: added AS_FOR_TARGET, passed down in
6433 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
6434 the C compiler to use to create programs which are run in the
6435 build environment, set it to default to $(CC), and passed it down
6436 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
6437
6438 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
6439
6440 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
6441 We need them for unusual native builds, like systems without
6442 ranlib.
6443
6444 * configure: also define $(host_canonical) and
6445 $(target_canonical), which are the full, canonical names for the
6446 given host and target
6447
6448Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
6449
6450 * Makefile.in: Added separate definitions for C++.
6451
6452Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
6453
6454 * configure.in (configdirs): Add deja-gnu.
6455
6456Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
6457
6458 * README: Update for configure.texi and gdb-4.7 release.
6459
6460Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
6461
6462 * Makefile.in: Move "all" target to top of file.
6463 Previously, first target was ".PHONY" which caused BSD4.4 make
6464 to build .PHONY when make was run without arguments.
6465
6466Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
6467
6468 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
6469 Library-copylefted code in libiberty.
6470
6471Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
6472
6473 * config.sub: Replace m68kmote with plain old m68k.
6474
6475Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
6476
6477 * Makefile.in: Remove space from blank line, avoid Make complaints.
6478
6479Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
6480
6481 * config.sub: Complain if no argument is given. Added support for
6482 386bsd as OS and target alias.
6483
6484Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
6485
6486 * Makefile.in (XTRAFLAGS): include newlib directories if
6487 newlib/Makefile exists, rather than if host != target.
6488
6489Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
6490
6491 * config.sub: recognize sparclite-wrs-vxworks.
6492
6493 * Makefile.in (install-xiberty): added *-xiberty make rules (from
6494 p3.) Added clean-xiberty to clean.
6495
6496Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6497
6498 * configure.in: use *-*-* instead of nested cases for host and target
6499
6500Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
6501
6502 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
6503 from the same source tree and not building a cross-compiler. This
6504 matters for the libg++ configuration if reconfiguring a tree that
6505 has already been installed.
6506
6507Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
6508
6509 * config.sub (i486v/i486v4): Merge in from FSF version.
6510
6511Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
6512
6513 * configure: only set PWD if it is already set.
6514
6515Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
6516
6517 * configure: just set PWD=`pwd` at the top, since Ultrix sh
6518 doesn't have unset and all success paths (and most error paths)
6519 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
6520 to just ${PWD} to avoid confusion.)
6521
6522Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
6523
6524 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
6525 even for a native compilation.
6526
6527Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
6528
6529 Changes to make the gdb.tar.Z rule work better.
6530
6531 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
6532 (DEVO_SUPPORT): Add configure.texi.
6533 (bfd-ilrt.tar.Z): Remove ancient rule.
6534
6535Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
6536
6537 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
6538 pick up the machine and system specific header files.
6539
6540 * configure.in, config.sub: added new target m68010-adobe-scout,
6541 with alias of adobe68k. Changed configure.in to check for
6542 -scout before -sco* to avoid a false match.
6543
6544 * Makefile.in: added AS_FOR_TARGET, passed down in
6545 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
6546 the C compiler to use to create programs which are run in the
6547 build environment, set it to default to $(CC), and passed it down
6548 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
6549
6550Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
6551
6552 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
6553 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
6554 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
6555 FOR_TARGET variants, to newlib and libg++.
6556
6557Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
6558
6559 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
6560 first.
6561
6562Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
6563
6564 * config.sub: Accept `elf' as an environment.
6565
6566Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6567
6568 * Makefile.in (all-opcodes): cd into the right directory
6569
6570Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
6571
6572 * configure: added -program_transform_name option, used as
6573 argument to sed when installing programs.
6574 configure.texi: added documentation for -program_prefix,
6575 -program_suffix and -program_transform_name.
6576
6577Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
6578
6579 * config.sub: Accept i486 where i386 ok.
6580
6581Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
6582
6583 * config.sub: accept we32k
6584
6585Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
6586
6587 * config.sub, configure.in: accept OSE68000 and OSE68k.
6588
6589 * Makefile.in: don't create all directories for ``make install'';
6590 let the subdirectories create the ones they need.
6591
6592Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6593
6594 * COPYING: new file, GPL v2
6595
6596Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6597
6598 * Makefile.in: use the new gen-info-dir, which needs a template
6599 argument (which also lives in texinfo)
6600
6601 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
6602
6603Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6604
6605 * config/mh-solaris: removed the -xs from CFLAGS (let the people
6606 with Sun's C compiler deal with it themselved)
6607
6608Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
6609
6610 * config.sub (ncr3000): Change i386 to i486.
6611
6612Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6613
6614 * Makefile.in: add install-rcs, install-grep to
6615 install-no-fixedincludes, removed install-bison and install-libgcc
6616
6617Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
6618
6619 * configure.in: grab the HPUX makefile fragment if on HPUX
6620
6621Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
6622
6623 * Makefile.in: eradicate bison spoor (ditto libgcc).
6624 configure.in: recognise m68{k,000}-ericsson-OSE.
6625 es1800 is alias for m68k-ericsson-OSE
6626
6627Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6628
6629 * configure.in: rearrange the parts that remove programs from
6630 configdirs, based now on HOST==TARGET or by canonical triple.
6631
6632Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6633
6634 * test-build.mk: recurse explicitly with -f test-build.mk when
6635 appropriate. predicate stage3 and comparison on the existence
6636 of gcc. That is, if gcc isn't around, we aren't three-staging.
6637 On very clean, also remove ...stamp-co. Build in-place before
6638 doing other builds.
6639
6640Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6641
6642 * Makefile.in, configure.in: add tgas
6643
6644Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6645
6646 * Makefile.in: a number of changes merged in from progressive.
6647
6648 * configure.in: add libm.
6649
6650 * .cvsignore: ignore some stuff that comes from test-build.mk.
6651
6652Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
6653
6654 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
6655 a symbol-table into the executable.
6656
6657Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
6658
6659 * config.sub: Add es1800 (m68k-ericsson-es1800).
6660
6661Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
6662
6663 * configure: Add program_suffix (parallel to program_prefix)
6664 * Makefile.in: adjust directory-creating script for losing decstation
6665
6666Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
6667
6668 * configure: Minor $subdir-related fixes.
6669
6670Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6671
6672 * configure: fix various problems with propogating
6673 makefile_target_frag in subdirs.
6674 * configure.in: config libgcc if its there
6675
6676Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
6677
6678 * config.sub: HPPA merge.
6679
6680Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
6681
6682 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
6683 it is broken on ncr 3000's.
6684
6685Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
6686
6687 * Makefile.in: Replace all-bison with all-byacc in all
6688 dependency lines for other tools (which now use byacc).
6689
6690Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
6691
6692 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
6693
6694Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
6695
6696 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
6697
6698Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
6699
6700 * Makefile.in: make gprof rules similar to byacc rules (instead of
6701 vestigal $(unsubdir) that didn't work...)
6702
6703Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
6704
6705 * config.sub: Add support for Linux.
6706 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
6707 (at least for libg++).
6708
6709Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
6710
6711 * configure.texi: fix doc for the -nfp option to configure
6712
6713Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
6714
6715 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
6716
6717Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
6718
6719 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
6720 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
6721 * configure.in: added solaris* host_makefile_frag hook.
6722
6723Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6724
6725 * config.sub: changed recognition of m68000 so that various
6726 m68k types can be specified via m680[01234]0
6727
6728Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6729
6730 * config.sub (basic_machine): fix sed so that '-foo' isn't
6731 completely substituted out while .+'-foo' loses the '-foo'
6732
6733Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
6734
6735 * config.sub ($os): Add -aout.
6736
6737Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
6738
6739 * configure: If host_makefile_frag is absolute, don't
6740 prefix ${invsubdir} (relevant to libg++ auto-configure).
6741
6742Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
6743
6744 * Makefile.in (tooldir): Define it.
6745 (all-ld): Depend on all-flex.
6746
6747Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
6748
6749 * Makefile.in (check): Fix libg++ special case.
6750
6751Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
6752
6753 * configure: do not bury `pwd` into config.status, thus do fewer
6754 pwd's.
6755
6756 * configure: print the "Building in" message only when building in
6757 other than "." AND verbose.
6758
6759 * configure: remove -s, rework -v to better accomodate guested
6760 configures.
6761
6762 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
6763
6764Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
6765
6766 * Makefile.in: macroize flags passed on recursion. remove
6767 fileutils.
6768
6769Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
6770
6771 * configure: get makesrcdir right for subdirs deeper than 1.
6772
6773 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
6774 install.
6775
6776Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
6777
6778 * Makefile.in: don't print subdir_do or recursion lines.
6779
6780Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
6781
6782 * standards.texi: added menu item.
6783
6784 * Makefile.in: build and install standards.info.
6785
6786 * standards.texi: new file.
6787
6788Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6789
6790 * configure: test for and move config.status pieces from
6791 ${subdir}/.
6792
6793Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
6794
6795 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
6796 CFLAGS per new configuration strategy.
6797 * configure: Test for existance of files before trying to mv
6798 them, to avoid numerous non-existance messages.
6799
6800Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
6801
6802 * configure: correct final line of config.status.
6803
6804 * configure: patch from eggert. Avoids a protection problem if
6805 the original Makefile.in is read only.
6806
6807 * configure: use move-if-change from gcc to create config.status.
6808 Some makefiles depend on config.status to tell if a directory
6809 has been reconfigured for a different host. This change
6810 prevents those directories from remaking everything in the case
6811 where the reconfig was only intended to rebuild a Makefile.
6812
6813 * configure: test for config.sub with "config.sub sun4" rather
6814 than "config.sub ${host_alias}". Otherwise we can't tell a bad
6815 host alias from a missing config.sub.
6816
6817Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6818
6819 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
6820 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6821
6822Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
6823
6824 * configure: mkdir ${subdir} as needed.
6825
6826Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
6827
6828 * Makefile.in,configure.in: added autoconf.
6829
6830Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6831
6832 * Makefile.in: no longer pass against on recursion.
6833
6834 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
6835 definitions are not inherited.
6836
6837 * configure: correct makesrcdir when subdir is .
6838
6839Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
6840
6841 * configure: Add support for 'subdirs' variable, which is
6842 like 'configdirs', except that configure doesn't re-invoke
6843 itself for subdirs, it just creates a Makefile for each subdir.
6844 * configure.texi: Document subdirs.
6845
6846Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6847
6848 * configure.in: added flex to configdirs
6849
6850Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
6851
6852 * Makefile.in: remove clean-stamps from clean.
6853
6854Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
6855
6856 * configure.in: Add gdbtest to configdirs.
6857
6858Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
6859
6860 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
6861 to recursive makes.
6862 * configure.in: Recognize new ncr3000 config.
6863
6864Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
6865
6866 * Makefile.in, configure.in: removed references to gdbm.
6867
6868Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
6869
6870 * config.sub: Don't canonicalize os value
6871 newsos* to bsd (readline needs to check for newsos).
6872 (This fix was earlier made Jan 31, but got re-broken.)
6873
6874Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
6875
6876 * configure.in: sco is an os, not a vendor!
6877
6878 * configure: Quote $( better. Keep various shells happy.
6879
6880Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
6881
6882 * Makefile.in: eliminate stamp-files.
6883
6884Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
6885
6886 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
6887 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6888
6889Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
6890
6891 * config.sub: fix iris/iris3.
6892
6893Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
6894
6895 * configure: re-add -rm.
6896
6897Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
6898
6899 * Maskefile.in: add .stmp-rcs to all.
6900
6901 * configure.in: remove gas from rs6000 build, use aix host fragment.
6902
6903Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
6904
6905 * configure: pass down site_option during recursion.
6906
6907Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
6908
6909 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
6910
6911Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
6912
6913 * configure: Change exec_prefix so that it really defaults to prefix.
6914
6915Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
6916
6917 * Makefile.in, configure.in: Add support for mmalloc library.
6918
6919Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
6920
6921 * Makefile.in: add stmp dependencies for a few more things.
6922
6923Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
6924
6925 * configure: adjusted error message on objdir/srcdir configure
6926 collision, per john's suggestion.
6927
6928 * Makefile.in: add libiberty stmp to all and all.cross.
6929
6930Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
6931
6932 * Makefile.in: remove force dependencies, add grep to all.
6933
6934Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
6935
6936 * Makefile.in: drop flex. make stamp files work.
6937
6938 * configure: added test for conflicting configuration in srcdir,
6939 remove trailing slashes from srcdir. Otherwise emacs gdb mode
6940 gets cranky. use relative paths for configure and srcdir
6941 whenever possible. Send some error messages to stderr that were
6942 going to stdout.
6943
6944Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
6945
6946 * Makefile.in: Fix libg++ rule to check for gcc directory
6947 before using gcc/gcc. Also pass XTRAFLAGS.
6948
6949Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
6950
6951 * Makefile.in: added stmp-files so that directories aren't polled
6952 when they are already built.
6953
6954 * configure.texi: fixed a node pointer problem.
6955
6956Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
6957
6958 * config.sub configure.in config/mh-irix4 gdb/configure.in
6959 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
6960 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
6961 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
6962
6963Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6964
6965 * configure: -recurring becomes -silent. corrected help message
6966 for -site= option.
6967
6968 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
6969
6970Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6971
6972 * configure: when building Makefile for crosses, replace
6973 tooldir and program_prefix. default srcdir from location of
6974 config.sub. remove "for host in hosts" and "for target in
6975 targets" loops.
6976
6977Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6978
6979 * Makefile.in: Do not pass bindir or mandir to cvs.
6980
6981Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6982
6983 * Makefile.in, configure.in: removed traces of namesubdir,
6984 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6985 copyrights to '92, changed some from Cygnus to FSF.
6986
6987 * configure.texi: remove most references to multiple hosts,
6988 multiple targets, subdirs, etc.
6989
6990 * configure.man: removed rcsid. reference config.sub not
6991 config.subr.
6992
6993 * Makefile.in: mkdir $(infodir) on install-info.
6994
6995Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
6996
6997 * configure.texi: Explain better about .gdbinit and about
6998 the environment that configure.in sections run in.
6999
7000Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
7001
7002 * configure.in: Ultrix is only a decstation if it's a MIPS.
7003
7004Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
7005
7006 * README: DOC.configure => cfg-paper.texi.
7007
7008Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
7009
7010 * config.sub (near case $os): Don't convert newsos* to bsd!
7011
7012Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
7013
7014 * Makefile.in: Reinstall change from gdb-4.3 that reduces
7015 the number of copies of COPYING that go into the GDB tar file.
7016
7017Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
7018
7019 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
7020 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
7021 Fix SCO configuration stuff.
7022
7023Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
7024
7025 * Makefile.in: For libg++, make sure the -I pointing
7026 to the gcc directory goes *after* all the libg++-local -I flags.
7027 Also, move just-gcc dependency from just-libg++ to all-libg++.
7028
7029Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
7030
7031 * configure: Change -x to -f to keep Ultrix /bin/test happy.
7032
7033Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
7034
7035 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
7036
7037Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
7038
7039 * config.sub: Add stratus configuration frags. Also
7040 submitted to FSF.
7041
7042Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
7043
7044 * Makefile.in (DEV_SUPPORT): add configure.man.
7045
7046 * config.sub(Decode manufacturer-specific): add -none*.
7047
7048Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
7049
7050 * Makefile.in: remove form feeds to make Sun's make happy.
7051 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
7052
7053Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
7054
7055 * Makefile.in (AR_FLAGS): Make quieter.
7056
7057Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
7058
7059 * configure.in: Add libg++.
7060 * configure: When verbose, don't output the command line at each
7061 level; it will be unremarkably the same as the previous version,
7062 which will be the same as what the user typed.
7063
7064Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
7065
7066 * configure.in, Makefile.in: fix clean-info, add flex. add
7067 fileutils.
7068
7069 * configure: be less sensitive to spaces in Makefile.in. Do not
7070 look for sources in "..". Doing so breaks subdirectories that
7071 might have their own configure. If a subdir has it's own
7072 configure script, use it.
7073
7074Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
7075
7076 * cfg-paper.texi: some changes suggested by rms.
7077
7078Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
7079
7080 * config.sub: Merge in some small additions from the FSF version,
7081 taken from the gcc distribution, to bring the Cygnus and FSF
7082 versions into closer sync.
7083
7084Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
7085
7086 * configure.in: Changed svr4 references to sysv4.
7087
7088Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
7089
7090 * configure: added -V for version number option.
7091
7092Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
7093
7094 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
7095 renamed from DOC.configure to cfg-paper.texi.
7096
7097Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7098
7099 * configure, config.subr, config.sub: config.subr is now
7100 config.sub again.
7101
7102Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
7103
7104 * configure.texi: new file, in progress.
7105
7106 * Makefile.in: build info file and install the man page for
7107 configure.
7108
7109 * configure.man: new file, first cut.
7110
7111 * configure: find config.subr again now that configuration "none"
7112 has gone. removed all traces of the -ansi option. removed all
7113 traces of the -languages option.
7114
7115 * config.subr: resync from rms.
7116
7117Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7118
7119 * configure, config.sub, config.subr: merge config.sub into
7120 config.subr, call the result config.subr, remove config.sub, use
7121 config.subr.
7122
7123 * Makefile.in: revised install for dir.info.
7124
7125Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7126
7127 * configure.in: add decstation host makefile frag.
7128
7129 * Makefile.in: BISON now bison -y again. also install-gcc on
7130 install. clean-gdbm on clean. infodir belongs in datadir.
7131 Make directories for info install. Build dir.info here then
7132 install it.
7133
7134Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7135
7136 * Makefile.in: fix for bad directory tests.
7137
7138Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7139
7140 * configure: \{1,2\} appears to be a sysv'ism. Use a different
7141 regexp. -srcdir relative was being handled incorrectly.
7142
7143 * Makefile.in: unwrapped some for loops so that parallel makes
7144 work again and so one can focus one's attention on a particular
7145 package.
7146
7147Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7148
7149 * configure: added PWD as a stand in for `pwd` (for speed). use
7150 elif wherever possible. make -srcdir work without -objdir.
7151 -objdir= commented out.
7152
7153Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7154
7155 * configure: +options become --options. -subdirs commented out.
7156 added -host, -datadir. Renamed -destdir to -prefix. Comment in
7157 Makefile now at top of generated Makefile. Removed cvs log
7158 entries. added -srcdir. create .gdbinit only if there is one
7159 in ${srcdir}.
7160
7161 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7162 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7163 and mandir now keyed off datadir by default.
7164
7165Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7166
7167 * Freshly created ChangeLog.
7168
7169\f
7170Local Variables:
7171mode: change-log
7172left-margin: 8
7173fill-column: 76
7174version-control: never
7175End:
This page took 0.334234 seconds and 4 git commands to generate.