projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39cebe2
)
Add tic4x target.
author
Nick Clifton
<nickc@redhat.com>
Mon, 7 Oct 2002 16:40:56 +0000
(16:40 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 7 Oct 2002 16:40:56 +0000
(16:40 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index f01dee3aa246e70636fe0d07824452b993f339eb..db8247aa18335560c782505f3fb59b9b72fc0146 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-*-*)