diff options
| -rw-r--r-- | configure.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in index aa761ff02c2..b58e0e7fd2f 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -282,11 +282,6 @@ case "${canonical}" in | |||
| 282 | machine=apollo opsys=bsd4-3 | 282 | machine=apollo opsys=bsd4-3 |
| 283 | ;; | 283 | ;; |
| 284 | 284 | ||
| 285 | ## ARM, GNU/Linux | ||
| 286 | arm*-*-linux-gnu* ) | ||
| 287 | machine=arm opsys=gnu-linux | ||
| 288 | ;; | ||
| 289 | |||
| 290 | ## AT&T 3b2, 3b5, 3b15, 3b20 | 285 | ## AT&T 3b2, 3b5, 3b15, 3b20 |
| 291 | we32k-att-sysv* ) | 286 | we32k-att-sysv* ) |
| 292 | machine=att3b opsys=usg5-2-2 | 287 | machine=att3b opsys=usg5-2-2 |
| @@ -782,7 +777,7 @@ case "${canonical}" in | |||
| 782 | ;; | 777 | ;; |
| 783 | mips-sgi-irix6* ) | 778 | mips-sgi-irix6* ) |
| 784 | machine=iris4d opsys=irix6-0 | 779 | machine=iris4d opsys=irix6-0 |
| 785 | # It's not clear whether -D_LANGUAGE_C is necessary as for 6.5, | 780 | # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, |
| 786 | # but presumably it does no harm. | 781 | # but presumably it does no harm. |
| 787 | NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | 782 | NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" |
| 788 | NON_GCC_TEST_OPTIONS=-32 | 783 | NON_GCC_TEST_OPTIONS=-32 |