summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 63c4dcc34ab..293d462b89f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -146,6 +146,9 @@ sh[123456789lbe]*-*-*)
v850*-*-*)
cpu_type=v850
;;
+tic6x-*-*)
+ cpu_type=c6x
+ ;;
esac
# Common parts for widely ported systems.
@@ -662,6 +665,9 @@ sparc64-*-netbsd*)
;;
spu-*-elf*)
;;
+tic6x-*-*)
+ tmake_file="${tmake_file} t-gnu-prefix"
+ ;;
v850*-*-*)
;;
vax-*-linux*)