diff options
| author | Fred Pierresteguy | 1994-02-17 02:13:55 +0000 |
|---|---|---|
| committer | Fred Pierresteguy | 1994-02-17 02:13:55 +0000 |
| commit | f9b9f71b31297c9e6b1e11360f55b2feb1de8cd7 (patch) | |
| tree | 14b8a84502cb3d8176d59c5748aff16caff69994 | |
| parent | 9481474b9dd036431c8fd4b7d827ef3effba52ad (diff) | |
| download | emacs-f9b9f71b31297c9e6b1e11360f55b2feb1de8cd7.tar.gz emacs-f9b9f71b31297c9e6b1e11360f55b2feb1de8cd7.zip | |
(rs6000-bull-bosx*): New configuration.
| -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 | |||
| 516 | machine=7300 opsys=usg5-2-2 | 516 | machine=7300 opsys=usg5-2-2 |
| 517 | ;; | 517 | ;; |
| 518 | 518 | ||
| 519 | ## Bull dpx20 | ||
| 520 | rs6000-bull-bosx* ) | ||
| 521 | machine=ibmrs6000 opsys=aix3-2 | ||
| 522 | ;; | ||
| 523 | |||
| 519 | ## Bull dpx2 | 524 | ## Bull dpx2 |
| 520 | m68*-bull-sysv3* ) | 525 | m68*-bull-sysv3* ) |
| 521 | machine=dpx2 opsys=usg5-3 | 526 | machine=dpx2 opsys=usg5-3 |