Add tic4x target.
This commit is contained in:
parent
c50e457724
commit
0709b9ba16
|
@ -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>
|
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
|
* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
|
||||||
|
|
|
@ -361,7 +361,7 @@ case "${target}" in
|
||||||
avr-*-*)
|
avr-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
||||||
;;
|
;;
|
||||||
c4x-*-*)
|
c4x-*-* | tic4x-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
c54x*-*-* | tic54x-*-*)
|
c54x*-*-* | tic54x-*-*)
|
||||||
|
|
Loading…
Reference in New Issue