* configure.in: Add tic4x target.
authorSvein E. Seldal <Svein.Seldal@solidas.com>
Mon, 7 Oct 2002 21:07:06 +0000 (21:07 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Mon, 7 Oct 2002 21:07:06 +0000 (17:07 -0400)
From-SVN: r57907

ChangeLog
configure.in

index 8ba652d9c015b0260e6b2edaab90edf6710bee67..5f613d37dbc0d267938437ea55f5defac07d5f86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * configure.in: Add tic4x target.
+
 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
index 8988bef2782aa3c29410606d47ff3d37ed93f7c2..87dd2c6dc4120799eac36ec250ef42e458195e99 100644 (file)
@@ -361,7 +361,7 @@ case "${target}" in
   avr-*-*)
     noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
     ;;
-  c4x-*-*)
+  c4x-*-* | tic4x-*-*)
     noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
     ;;
   c54x*-*-* | tic54x-*-*)