]>
Commit | Line | Data |
---|---|---|
6f07ee29 MM |
1 | Thu Nov 9 16:10:56 1995 Michael Meissner <[email protected]> |
2 | ||
3 | * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up | |
4 | defaults from configure. | |
5 | ||
6 | * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using | |
7 | configure defaults. | |
8 | (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets | |
9 | if we are using GCC to build with. | |
10 | ||
595a6ec3 JSC |
11 | Wed Nov 8 15:46:49 1995 James G. Smith <[email protected]> |
12 | ||
13 | * configure.in (mips*-*-*): Added "mips" simulator target. | |
14 | * configure: Re-generated. | |
15 | ||
16 | Tue Oct 10 11:08:20 1995 Fred Fish <[email protected]> | |
17 | ||
18 | * Makefile.in (BISON): Remove macro. | |
19 | (FLAGS_TO_PASS): Remove BISON. | |
20 | ||
23de525f PS |
21 | Sun Oct 8 04:26:27 1995 Peter Schauer ([email protected]) |
22 | ||
23 | * configure.in: Explicitly `exit 0' for broken shells. | |
24 | * configure: Rebuilt. | |
25 | ||
6834d493 JW |
26 | Fri Oct 6 12:03:27 1995 Jim Wilson <[email protected]> |
27 | ||
28 | * common/run.c (main): Initialize the callbacks. | |
29 | ||
30 | Wed Sep 20 13:34:50 1995 Ian Lance Taylor <[email protected]> | |
31 | ||
32 | * Makefile.in (maintainer-clean): New synonym for realclean. | |
33 | ||
34 | Fri Aug 25 11:53:43 1995 Michael Meissner <[email protected]> | |
35 | ||
36 | * configure.in (powerpc*-*-eabisim*): Only build the simulator if | |
37 | the target is powerpc*-*-eabisim*, since it requires GCC to build. | |
38 | ||
cb7a6892 MM |
39 | Mon Aug 21 17:53:48 1995 Michael Meissner <[email protected]> |
40 | ||
41 | * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney | |
42 | <[email protected]>. | |
43 | * configure: Regnerate from configure.in. | |
44 | ||
45 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
46 | ||
47 | * Update all FSF addresses except those in COPYING* files. | |
48 | ||
49 | Thu Jul 20 15:17:29 1995 Fred Fish <[email protected]> | |
50 | ||
51 | * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass | |
52 | submakes either default or passed in value. | |
53 | ||
1ffd292b C |
54 | Wed Jul 5 14:32:54 1995 J.T. Conklin <[email protected]> |
55 | ||
cb7a6892 MM |
56 | * Makefile.in (all, clean, distclean, mostlyclean, realclean, |
57 | install): Changed targets so that they descend all | |
58 | subdirectories in $(SUBDIRS). | |
59 | (*-all, *-clean, *-install): Removed targets. | |
60 | ||
61 | * configure.in: Don't bother with target makefile fragments, they | |
62 | are no longer needed. | |
63 | * configure: regenerated. | |
64 | ||
1ffd292b C |
65 | * Makefile.in, configure.in: converted to autoconf. |
66 | * configure: New file, generated with autconf 2.4. | |
67 | ||
68 | Wed May 24 14:48:46 1995 Steve Chamberlain <[email protected]> | |
69 | ||
70 | * Makefile.in: Support ARM. | |
71 | * configure.in: Ditto. | |
72 | ||
73 | Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat> | |
74 | ||
75 | * Makefile.in: Support W65. | |
76 | * configure.in: Ditto. | |
77 | ||
78 | Sun Mar 13 09:27:50 1994 Jim Kingdon ([email protected]) | |
79 | ||
80 | * Makefile.in: Add TAGS target. | |
81 | ||
82 | Mon Sep 13 12:47:15 1993 K. Richard Pixley ([email protected]) | |
83 | ||
84 | * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300, | |
85 | install-h8300, clean-h8300, all-h8500, install-h8500, | |
86 | clean-h8500, all-sh, install-sh, clean-sh): do not echo | |
87 | recursion lines. | |
88 | ||
89 | Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
90 | ||
91 | * Makefile.in: remove endian.h trace from h8500 | |
92 | ||
93 | Sun Jun 13 13:08:58 1993 Jim Kingdon ([email protected]) | |
94 | ||
95 | * Makefile.in: Add distclean, realclean, and mostlyclean targets. | |
96 | ||
97 | Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
98 | ||
99 | * Makefile.in: make all of the all-* target (except all-nothing) | |
100 | depend on endian.h, so that if we're not building a simulator, we | |
101 | don't built endian | |
102 | ||
30947f7e ILT |
103 | Fri May 21 10:55:06 1993 Ian Lance Taylor ([email protected]) |
104 | ||
105 | * Makefile.in (check, installcheck): Added dummy targets. | |
106 | ||
107 | Mon May 3 21:39:43 1993 Fred Fish ([email protected]) | |
108 | ||
109 | * Makefile.in (endian): Find endian.c in $(srcdir), and also | |
110 | explicitly make it, since some makes apparently don't work with | |
111 | VPATH and .c to executable rules (SunOS make for example). | |
112 | ||
ad5fcc62 SC |
113 | Mon May 3 08:29:01 1993 Steve Chamberlain ([email protected]) |
114 | ||
115 | * Makefile.in (endian): Add explicit rule for broken makes. | |
116 | ||
117 | Mon Mar 15 15:47:53 1993 Ian Lance Taylor ([email protected]) | |
118 | ||
119 | * Makefile.in (info, install-info): New targets. | |
120 | (DO_INSTALL): Renamed from INSTALL, which is overridden by the top | |
121 | level Makefile. | |
122 | ||
7413f20a RP |
123 | Wed Feb 10 20:12:27 1993 K. Richard Pixley ([email protected]) |
124 | ||
125 | * Makefile.in (endian.h): build endian.h via a temporary file so | |
126 | that we don't leave an incomplete file lying around on | |
127 | interrupted builds. | |
ad5fcc62 | 128 | (clean): remove endian, e.h, and endian.h. |
7413f20a | 129 | |
47dba87a SC |
130 | Mon Feb 8 11:46:06 1993 Steve Chamberlain ([email protected]) |
131 | ||
132 | * Makefile.in, configure.in: if target isn't supported, build a | |
133 | harmless makefile. | |
134 | ||
135 |