diff options
author | Dave Love <fx@gnu.org> | 1999-12-07 10:33:35 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-12-07 10:33:35 +0000 |
commit | d9b5c99090ff38ef76cbafcfaf44addbc997b80f (patch) | |
tree | f3f0490d569ab0d2a05e8d4af7b54464f47cb92c /configure.in | |
parent | 2edf347fb277ac23911a364bb50f563527e55f2e (diff) | |
download | emacs-d9b5c99090ff38ef76cbafcfaf44addbc997b80f.tar.gz |
Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.
Diffstat (limited to 'configure.in')
-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 machine=apollo opsys=bsd4-3 ;; - ## ARM, GNU/Linux - arm*-*-linux-gnu* ) - machine=arm opsys=gnu-linux - ;; - ## AT&T 3b2, 3b5, 3b15, 3b20 we32k-att-sysv* ) machine=att3b opsys=usg5-2-2 @@ -782,7 +777,7 @@ case "${canonical}" in ;; mips-sgi-irix6* ) machine=iris4d opsys=irix6-0 - # It's not clear whether -D_LANGUAGE_C is necessary as for 6.5, + # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, # but presumably it does no harm. NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" NON_GCC_TEST_OPTIONS=-32 |