]> git.donarmstrong.com Git - lilypond.git/blobdiff - config/config.sub
Merge tag 'upstream/2.18.0' into debian-experimental
[lilypond.git] / config / config.sub
index 204218c07382772bc2e9ad083f9dd766af90fb36..c5138c45abb8b2019a74c6eccaf5a439cf8d1a8c 100755 (executable)
@@ -403,6 +403,10 @@ case $basic_machine in
        | z8k-* | z80-*)
                ;;
        # Recognize the basic CPU types without company name, with glob match.
+       xtensa*)
+               basic_machine=$basic_machine-unknown
+               ;;
+       # Recognize the basic CPU types without company name, with glob match.
        xtensa*)
                basic_machine=$basic_machine-unknown
                ;;
@@ -1103,6 +1107,18 @@ case $basic_machine in
                basic_machine=tile-unknown
                os=-linux-gnu
                ;;
+       tic55x | c55x*)
+               basic_machine=tic55x-unknown
+               os=-coff
+               ;;
+       tic6x | c6x*)
+               basic_machine=tic6x-unknown
+               os=-coff
+               ;;
+       tile*)
+               basic_machine=tile-unknown
+               os=-linux-gnu
+               ;;
        tx39)
                basic_machine=mipstx39-unknown
                ;;