]> Git Repo - binutils.git/blob - ChangeLog
Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these
[binutils.git] / ChangeLog
1 Wed May 27 23:18:52 1992  Michael Tiemann  ([email protected])
2
3         * config.sub ($os): Add -aout.
4
5 Fri May 22 14:00:02 1992  Per Bothner  ([email protected])
6
7         * configure:  If host_makefile_frag is absolute, don't
8         prefix ${invsubdir} (relevant to libg++ auto-configure).
9
10 Thu May 21 18:00:09 1992  Michael Tiemann  ([email protected])
11
12         * Makefile.in (tooldir): Define it.
13         (all-ld): Depend on all-flex.
14
15 Sun May 10 21:45:59 1992  Per Bothner  ([email protected])
16
17         * Makefile.in (check):  Fix libg++ special case.
18
19 Fri May  8 08:31:41 1992  K. Richard Pixley  ([email protected])
20
21         * configure: do not bury `pwd` into config.status, thus do fewer
22           pwd's.
23
24         * configure: print the "Building in" message only when building in
25           other than "." AND verbose.
26
27         * configure: remove -s, rework -v to better accomodate guested
28           configures.
29
30         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
31
32 Fri May  1 18:00:50 1992  K. Richard Pixley  ([email protected])
33
34         * Makefile.in: macroize flags passed on recursion.  remove
35           fileutils.
36
37 Thu Apr 30 08:56:20 1992  K. Richard Pixley  ([email protected])
38
39         * configure: get makesrcdir right for subdirs deeper than 1.
40
41         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
42           install.
43
44 Fri Apr 24 15:51:51 1992  K. Richard Pixley  ([email protected])
45
46         * Makefile.in: don't print subdir_do or recursion lines.
47
48 Fri Apr 24 15:22:04 1992  K. Richard Pixley  ([email protected])
49
50         * standards.texi: added menu item.
51
52         * Makefile.in: build and install standards.info.
53
54         * standards.texi: new file.
55
56 Wed Apr 22 18:06:55 1992  K. Richard Pixley  ([email protected])
57
58         * configure: test for and move config.status pieces from
59           ${subdir}/.
60
61 Wed Apr 22 14:38:34 1992  Fred Fish  ([email protected])
62
63         * config/mh-delta88, config/mh-ncr3000:  Replace MINUS_G with
64         CFLAGS per new configuration strategy.
65         * configure:  Test for existance of files before trying to mv
66         them, to avoid numerous non-existance messages.
67
68 Tue Apr 21 12:31:33 1992  K. Richard Pixley  ([email protected])
69
70         * configure: correct final line of config.status.
71
72         * configure: patch from eggert.  Avoids a protection problem if
73           the original Makefile.in is read only.
74
75         * configure: use move-if-change from gcc to create config.status.
76           Some makefiles depend on config.status to tell if a directory
77           has been reconfigured for a different host.  This change
78           prevents those directories from remaking everything in the case
79           where the reconfig was only intended to rebuild a Makefile.
80
81         * configure: test for config.sub with "config.sub sun4" rather
82           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
83           host alias from a missing config.sub.
84
85 Mon Apr 20 18:16:36 1992  K. Richard Pixley  ([email protected])
86
87         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
88           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
89
90 Fri Apr 17 18:27:51 1992  Per Bothner  ([email protected])
91
92         * configure: mkdir ${subdir} as needed.
93
94 Wed Apr 15 17:37:22 1992  K. Richard Pixley  ([email protected])
95
96         * Makefile.in,configure.in: added autoconf.
97
98 Wed Apr 15 17:27:34 1992  K. Richard Pixley  ([email protected])
99
100         * Makefile.in: no longer pass against on recursion.
101
102         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
103           definitions are not inherited.
104
105         * configure: correct makesrcdir when subdir is .
106
107 Tue Apr 14 11:56:09 1992  Per Bothner  ([email protected])
108
109         * configure:  Add support for 'subdirs' variable, which is
110         like 'configdirs', except that configure doesn't re-invoke
111         itself for subdirs, it just creates a Makefile for each subdir.
112         * configure.texi:  Document subdirs.
113
114 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
115
116         * configure.in: added flex to configdirs
117
118 Mon Apr 13 18:43:55 1992  K. Richard Pixley  ([email protected])
119
120         * Makefile.in: remove clean-stamps from clean.
121
122 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
123
124         * configure.in:  Add gdbtest to configdirs.
125
126 Fri Apr 10 23:11:49 1992  Fred Fish  ([email protected])
127
128         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
129         to recursive makes.
130         * configure.in:  Recognize new ncr3000 config.
131
132 Wed Apr  8 23:08:12 1992  K. Richard Pixley  ([email protected])
133
134         * Makefile.in, configure.in: removed references to gdbm.
135
136 Tue Apr  7 16:48:20 1992  Per Bothner  ([email protected])
137
138         * config.sub:  Don't canonicalize os value
139         newsos* to bsd (readline needs to check for newsos).
140         (This fix was earlier made Jan 31, but got re-broken.)
141
142 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
143
144         * configure.in:  sco is an os, not a vendor!
145
146         * configure:  Quote $( better.  Keep various shells happy.
147
148 Tue Mar 31 16:32:57 1992  K. Richard Pixley  ([email protected])
149
150         * Makefile.in: eliminate stamp-files.
151
152 Mon Mar 30 22:20:23 1992  K. Richard Pixley  ([email protected])
153
154         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
155           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
156
157 Wed Mar 25 15:20:04 1992  Stu Grossman  ([email protected])
158
159         * config.sub:  fix iris/iris3.
160
161 Wed Mar 25 10:34:19 1992  K. Richard Pixley  ([email protected])
162
163         * configure: re-add -rm.
164
165 Tue Mar 24 23:50:16 1992  K. Richard Pixley  ([email protected])
166
167         * Maskefile.in: add .stmp-rcs to all.
168
169         * configure.in: remove gas from rs6000 build, use aix host fragment.
170
171 Mon Mar 23 19:43:35 1992  K. Richard Pixley  ([email protected])
172
173         * configure: pass down site_option during recursion.
174
175 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
176
177         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
178
179 Wed Mar 18 15:29:33 1992  Mike Stump  ([email protected])
180
181         * configure: Change exec_prefix so that it really defaults to prefix.
182
183 Sat Mar 14 17:20:38 1992  Fred Fish  ([email protected])
184
185         * Makefile.in, configure.in:  Add support for mmalloc library.
186
187 Fri Mar 13 18:44:18 1992  K. Richard Pixley  ([email protected])
188
189         * Makefile.in: add stmp dependencies for a few more things.
190
191 Thu Mar 12 04:56:24 1992  K. Richard Pixley  ([email protected])
192
193         * configure: adjusted error message on objdir/srcdir configure
194           collision, per john's suggestion.
195
196         * Makefile.in: add libiberty stmp to all and all.cross.
197
198 Wed Mar 11 02:07:52 1992  K. Richard Pixley  ([email protected])
199
200         * Makefile.in: remove force dependencies, add grep to all.
201
202 Tue Mar 10 21:49:18 1992  K. Richard Pixley  ([email protected])
203
204         * Makefile.in: drop flex.  make stamp files work.
205
206         * configure: added test for conflicting configuration in srcdir,
207           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
208           gets cranky.  use relative paths for configure and srcdir
209           whenever possible.  Send some error messages to stderr that were
210           going to stdout.
211
212 Tue Mar 10 18:01:55 1992  Per Bothner  ([email protected])
213
214         * Makefile.in:  Fix libg++ rule to check for gcc directory
215         before using gcc/gcc.  Also pass XTRAFLAGS.
216
217 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
218
219         * Makefile.in: added stmp-files so that directories aren't polled
220           when they are already built.
221
222         * configure.texi: fixed a node pointer problem.
223
224 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
225
226         * config.sub configure.in config/.Sanitize config/mh-irix4
227         gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
228         gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
229         gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
230         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
231
232 Wed Mar  4 02:57:46 1992  K. Richard Pixley  ([email protected])
233
234         * configure: -recurring becomes -silent.  corrected help message
235           for -site= option.
236
237         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
238
239 Tue Mar  3 14:51:21 1992  K. Richard Pixley  ([email protected])
240
241         * configure: when building Makefile for crosses, replace
242           tooldir and program_prefix.  default srcdir from location of
243           config.sub.  remove "for host in hosts" and "for target in
244           targets" loops.
245
246 Wed Feb 26 19:48:25 1992  K. Richard Pixley  ([email protected])
247
248         * Makefile.in: Do not pass bindir or mandir to cvs.
249
250 Wed Feb 26 18:04:40 1992  K. Richard Pixley  ([email protected])
251
252         * Makefile.in, configure.in: removed traces of namesubdir,
253           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
254           copyrights to '92, changed some from Cygnus to FSF.
255
256         * configure.texi: remove most references to multiple hosts,
257           multiple targets, subdirs, etc.
258
259         * configure.man: removed rcsid. reference config.sub not
260           config.subr.
261
262         * Makefile.in: mkdir $(infodir) on install-info.
263
264 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
265
266         * configure.texi:  Explain better about .gdbinit and about
267         the environment that configure.in sections run in.
268
269 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
270
271         * configure.in:  Ultrix is only a decstation if it's a MIPS.
272
273 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
274
275         * README:  DOC.configure => cfg-paper.texi.
276
277 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
278
279         * config.sub (near case $os):  Don't convert newsos* to bsd!
280
281 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
282
283         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
284         the number of copies of COPYING that go into the GDB tar file.
285
286 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
287
288         * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
289         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
290         Fix SCO configuration stuff.
291
292 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
293
294         * Makefile.in:  For libg++, make sure the -I pointing
295         to the gcc directory goes *after* all the libg++-local -I flags.
296         Also, move just-gcc dependency from just-libg++ to all-libg++.
297
298 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
299
300         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
301
302 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
303
304         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
305
306 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
307
308         * config.sub:  Add stratus configuration frags.  Also 
309         submitted to FSF.
310
311 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
312
313         * Makefile.in (DEV_SUPPORT):  add configure.man.
314
315         * config.sub(Decode manufacturer-specific):  add -none*.
316
317 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
318
319         * Makefile.in:  remove form feeds to make Sun's make happy.
320         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
321
322 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
323
324         * Makefile.in (AR_FLAGS):  Make quieter.
325
326 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
327
328         * configure.in:  Add libg++.
329         * configure:  When verbose, don't output the command line at each
330         level; it will be unremarkably the same as the previous version,
331         which will be the same as what the user typed.
332
333 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
334
335         * configure.in, Makefile.in: fix clean-info, add flex.  add
336           fileutils.
337
338         * configure: be less sensitive to spaces in Makefile.in.  Do not
339           look for sources in "..".  Doing so breaks subdirectories that
340           might have their own configure.  If a subdir has it's own
341           configure script, use it.
342
343 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
344
345         * cfg-paper.texi: some changes suggested by rms.
346
347 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
348
349         * config.sub:  Merge in some small additions from the FSF version,
350         taken from the gcc distribution, to bring the Cygnus and FSF
351         versions into closer sync.
352
353 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
354
355         * configure.in:  Changed svr4 references to sysv4.
356
357 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
358
359         * configure: added -V for version number option.
360
361 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
362
363         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
364           renamed from DOC.configure to cfg-paper.texi.
365
366 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
367
368         * configure, config.subr, config.sub: config.subr is now
369           config.sub again.
370
371 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
372
373         * configure.texi: new file, in progress.
374
375         * Makefile.in: build info file and install the man page for
376           configure.
377
378         * configure.man: new file, first cut.
379
380         * configure: find config.subr again now that configuration "none"
381           has gone.  removed all traces of the -ansi option.  removed all
382           traces of the -languages option.
383
384         * config.subr: resync from rms.
385
386 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
387
388         * configure, config.sub, config.subr: merge config.sub into
389           config.subr, call the result config.subr, remove config.sub, use
390           config.subr.
391
392         * Makefile.in: revised install for dir.info.
393
394 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
395
396         * configure.in: add decstation host makefile frag.
397
398         * Makefile.in: BISON now bison -y again.  also install-gcc on
399           install.  clean-gdbm on clean.  infodir belongs in datadir.
400           Make directories for info install.  Build dir.info here then
401           install it.
402
403 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
404
405         * Makefile.in: fix for bad directory tests.
406
407 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
408
409         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
410           regexp.  -srcdir relative was being handled incorrectly.
411
412         * Makefile.in: unwrapped some for loops so that parallel makes
413           work again and so one can focus one's attention on a particular
414           package.
415
416 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
417
418         * configure: added PWD as a stand in for `pwd` (for speed). use
419           elif wherever possible.  make -srcdir work without -objdir.
420           -objdir= commented out. 
421
422 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
423
424         * configure: +options become --options.  -subdirs commented out.
425           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
426           Makefile now at top of generated Makefile.  Removed cvs log
427           entries.  added -srcdir.  create .gdbinit only if there is one
428           in ${srcdir}.
429
430         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
431           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
432           and mandir now keyed off datadir by default.
433
434 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
435
436         * Freshly created ChangeLog.
437
This page took 0.051484 seconds and 4 git commands to generate.