mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 06:54:54 +00:00
Make sparcfrw/sparcfrwcompat/sparclitefrw/sparclitefrwcompat valid
configurations for gcc.
This commit is contained in:
parent
fbc2750e39
commit
c73e3fe40c
16
config.sub
vendored
16
config.sub
vendored
@ -486,6 +486,22 @@ case $basic_machine in
|
||||
basic_machine=sparclite-fujitsu
|
||||
os=-none
|
||||
;;
|
||||
sparcfrw)
|
||||
basic_machine=sparcfrw-sun
|
||||
os=-sunos4
|
||||
;;
|
||||
sparcfrwcompat)
|
||||
basic_machine=sparcfrwcompat-sun
|
||||
os=-sunos4
|
||||
;;
|
||||
sparclitefrw)
|
||||
basic_machine=sparclitefrw-fujitsu
|
||||
os=-none
|
||||
;;
|
||||
sparclitefrwcompat)
|
||||
basic_machine=sparclitefrwcompat-fujitsu
|
||||
os=-none
|
||||
;;
|
||||
|
||||
none)
|
||||
basic_machine=none-none
|
||||
|
Loading…
x
Reference in New Issue
Block a user