mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 23:24:36 +08:00
* config.gcc (alpha*-*-linux*ecoff): Detect and reject.
From-SVN: r52188
This commit is contained in:
parent
51cd12de0d
commit
77a403e4d8
@ -1,3 +1,7 @@
|
||||
2002-04-11 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config.gcc (alpha*-*-linux*ecoff): Detect and reject.
|
||||
|
||||
2002-04-11 David O'Brien <obrien@FreeBSD.org>
|
||||
|
||||
* config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user