mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-15 15:43:40 +12:00
* 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:

committed by
Ben Elliston

parent
0bae76acc3
commit
97cde7c785
3
config.sub
vendored
3
config.sub
vendored
@ -1543,6 +1543,9 @@ case $basic_machine in
|
||||
c4x-* | tic4x-*)
|
||||
os=-coff
|
||||
;;
|
||||
hexagon-*)
|
||||
os=-elf
|
||||
;;
|
||||
tic54x-*)
|
||||
os=-coff
|
||||
;;
|
||||
|
Reference in New Issue
Block a user