diff options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 3b0fbfb44..d1b0bfb75 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -193,6 +193,9 @@ case "${host_cpu}" in thumb) machine_dir=arm ;; + tic4x|c4x) + machine_dir=tic4x + ;; tic80*) machine_dir=tic80 ;; |