* config.sub (hexagon): Set default operating system to elf.

* testsuite/config-sub.data: Change "hexagon" mapping to
	hexagon-unknown-elf.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Joe Seymour
2012-05-25 08:34:56 +10:00
committed by Ben Elliston
parent 0bae76acc3
commit 97cde7c785
3 changed files with 10 additions and 1 deletions

3
config.sub vendored
View File

@ -1543,6 +1543,9 @@ case $basic_machine in
c4x-* | tic4x-*)
os=-coff
;;
hexagon-*)
os=-elf
;;
tic54x-*)
os=-coff
;;