projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8086481
)
* configure.in: Add tic4x target.
author
Svein E. Seldal
<Svein.Seldal@solidas.com>
Mon, 7 Oct 2002 21:07:06 +0000
(21:07 +0000)
committer
DJ Delorie
<dj@gcc.gnu.org>
Mon, 7 Oct 2002 21:07:06 +0000
(17:07 -0400)
From-SVN: r57907
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/configure.in
b/configure.in
index 8988bef2782aa3c29410606d47ff3d37ed93f7c2..87dd2c6dc4120799eac36ec250ef42e458195e99 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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-*-*)