mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 20:58:21 +12:00
* config.sub (cr16-*): Do not clobber vendor.
* testsuite/config-sub.data (cr16-random-elf): Adjust test case. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:

committed by
Ben Elliston

parent
ddf4d5ca18
commit
478579434f
5
config.sub
vendored
5
config.sub
vendored
@ -1065,10 +1065,13 @@ case $basic_machine in
|
||||
amd64-*)
|
||||
basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
cr16 | cr16-*)
|
||||
cr16)
|
||||
basic_machine=cr16-unknown
|
||||
os=${os:-elf}
|
||||
;;
|
||||
cr16-*)
|
||||
os=${os:-elf}
|
||||
;;
|
||||
crisv32 | crisv32-* | etraxfs*)
|
||||
basic_machine=crisv32-axis
|
||||
;;
|
||||
|
Reference in New Issue
Block a user