diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-12-21 01:41:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-12-21 01:41:43 +0000 |
commit | eded5b68bcd36be4920327cedd0e16e900cdf22f (patch) | |
tree | f72798e5a31e092f208e1be1b10cdad1bd614966 /configure.in | |
parent | b222b7867301b32329968d603968840273ba25ca (diff) | |
download | emacs-eded5b68bcd36be4920327cedd0e16e900cdf22f.tar.gz |
(sparc-fujitsu-sysv4*): New target.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3b247f67ce5..80ff7ead17a 100644 --- a/configure.in +++ b/configure.in @@ -952,6 +952,13 @@ case "${canonical}" in machine=mips opsys=gnu-linux ;; + ## UXP/DS + sparc-fujitsu-sysv4* ) + machine=sparc opsys=uxpds + NON_GNU_CPP=/usr/ccs/lib/cpp + RANLIB="ar -ts" + ;; + * ) unported=yes ;; |