diff options
| -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 | |||
| 952 | machine=mips opsys=gnu-linux | 952 | machine=mips opsys=gnu-linux |
| 953 | ;; | 953 | ;; |
| 954 | 954 | ||
| 955 | ## UXP/DS | ||
| 956 | sparc-fujitsu-sysv4* ) | ||
| 957 | machine=sparc opsys=uxpds | ||
| 958 | NON_GNU_CPP=/usr/ccs/lib/cpp | ||
| 959 | RANLIB="ar -ts" | ||
| 960 | ;; | ||
| 961 | |||
| 955 | * ) | 962 | * ) |
| 956 | unported=yes | 963 | unported=yes |
| 957 | ;; | 964 | ;; |