aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-12-07 10:33:35 +0000
committerDave Love1999-12-07 10:33:35 +0000
commitd9b5c99090ff38ef76cbafcfaf44addbc997b80f (patch)
treef3f0490d569ab0d2a05e8d4af7b54464f47cb92c
parent2edf347fb277ac23911a364bb50f563527e55f2e (diff)
downloademacs-d9b5c99090ff38ef76cbafcfaf44addbc997b80f.tar.gz
emacs-d9b5c99090ff38ef76cbafcfaf44addbc997b80f.zip
Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.
-rw-r--r--configure.in7
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