Add target arm*-*-linux-gnu*.
This commit is contained in:
parent
a356f64372
commit
3012b68f25
1 changed files with 5 additions and 0 deletions
|
@ -273,6 +273,11 @@ case "${canonical}" in
|
|||
machine=apollo opsys=bsd4-3
|
||||
;;
|
||||
|
||||
## ARM, GNU/Linux
|
||||
arm*-*-linux-gnu* )
|
||||
machine=arm opsys=gnu-linux
|
||||
;;
|
||||
|
||||
## AT&T 3b2, 3b5, 3b15, 3b20
|
||||
we32k-att-sysv* )
|
||||
machine=att3b opsys=usg5-2-2
|
||||
|
|
Loading…
Add table
Reference in a new issue