diff options
author | Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> | 1994-02-17 02:13:55 +0000 |
---|---|---|
committer | Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> | 1994-02-17 02:13:55 +0000 |
commit | f9b9f71b31297c9e6b1e11360f55b2feb1de8cd7 (patch) | |
tree | 14b8a84502cb3d8176d59c5748aff16caff69994 /configure1.in | |
parent | 9481474b9dd036431c8fd4b7d827ef3effba52ad (diff) | |
download | emacs-f9b9f71b31297c9e6b1e11360f55b2feb1de8cd7.tar.gz |
(rs6000-bull-bosx*): New configuration.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 9131f0f410f..67759d071ff 100755 --- a/configure1.in +++ b/configure1.in @@ -516,6 +516,11 @@ case "${canonical}" in machine=7300 opsys=usg5-2-2 ;; + ## Bull dpx20 + rs6000-bull-bosx* ) + machine=ibmrs6000 opsys=aix3-2 + ;; + ## Bull dpx2 m68*-bull-sysv3* ) machine=dpx2 opsys=usg5-3 |