diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-11 23:43:02 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-11 23:43:02 +0000 |
commit | 2640e80a8af42904e6a67e6855ec097213612890 (patch) | |
tree | d8e5971fdf0a6dd913a1477509da6e3906cc0a39 /gcc/config.gcc | |
parent | a17b87edf1977c51b3835a1f5fbee88c74968c14 (diff) | |
download | gcc-2640e80a8af42904e6a67e6855ec097213612890.tar.gz |
* config.gcc (alpha*-*-linux*ecoff): Detect and reject.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 26725d0a325..4bbd40d2cb8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -461,6 +461,10 @@ alpha-*-interix) #prefix='$$INTERIX_ROOT'/usr/contrib #local_prefix='$$INTERIX_ROOT'/usr/contrib ;; +alpha*-*-linux*ecoff*) + echo "Configuration $machine no longer supported" 1>&2 + exit 1 + ;; alpha*-*-linux*libc1*) tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h" target_cpu_default="MASK_GAS" |