summaryrefslogtreecommitdiff
path: root/gas/configure.tgt
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-05-01 17:27:46 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-05-01 17:27:46 +0000
commit014c702bc911f2041d3e11ee24261cae17e20145 (patch)
tree2ff9acc9b6a75c9f3950615fd8cfe19faaeb2c3c /gas/configure.tgt
parentfc5b93e6f17ef8fab08e1cbe40b6bf1b9f01e588 (diff)
downloadbinutils-redhat-014c702bc911f2041d3e11ee24261cae17e20145.tar.gz
bfd/
* config.bfd: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. binutils/testsuite/ * lib/binutils-common.exp (is_elf_format): Also exclude *-*-linux*ecoff*. gas/ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. ld/ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert from alpha*-*-linux-* to alpha*-*-linux*ecoff*.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r--gas/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt
index da6f65a184..f416149166 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -121,7 +121,7 @@ case ${generic_target} in
alpha-*-*vms*) fmt=evax ;;
alpha-*-osf*) fmt=ecoff ;;
- alpha-*-linuxecoff*) fmt=ecoff ;;
+ alpha-*-linux*ecoff*) fmt=ecoff ;;
alpha-*-linux-*) fmt=elf em=linux ;;
alpha-*-netbsd*) fmt=elf em=nbsd ;;
alpha-*-openbsd*) fmt=elf em=obsd ;;