diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-09 21:08:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-09 21:08:01 +0000 |
commit | 04dd26d39a4f165fb2ea22a1fb2ecae12f78a430 (patch) | |
tree | dbe4b02bd073a4e868305764667452475b5eb718 /configure1.in | |
parent | 898cfafa12968297f6f77a7dff9c85b091249f40 (diff) | |
download | emacs-04dd26d39a4f165fb2ea22a1fb2ecae12f78a430.tar.gz |
(m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index d848c4d1a62..526f834a415 100755 --- a/configure1.in +++ b/configure1.in @@ -578,8 +578,9 @@ case "${canonical}" in ;; ## Motorola Delta machines - m68*-motorola-sysv* ) + m68k-motorola-sysv* | m68000-motorola-sysv* ) machine=delta opsys=usg5-3 + CC=gnucc ;; m88k-motorola-sysv4* ) machine=delta88k opsys=usg5-4 |