summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-12 15:26:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-12 15:26:42 +0000
commitcfc06a76615619e0cb4fbfbe761c4c4aa01bbf18 (patch)
tree56e2c298759ee97ba8ed05abf2f41f9d638aeade /aclocal
parent2003-02-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-cfc06a76615619e0cb4fbfbe761c4c4aa01bbf18.tar.bz2
2003-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/canonical-target-name.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 1b491c0b15..ab710dc722 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -29,6 +29,9 @@ case "${target}" in
sparc-sun-solaris*) # unix "simulator" port
RTEMS_CPU=unix
;;
+ tic4x-*rtems*) # gcc changed the name
+ RTEMS_CPU=c4x
+ ;;
*)
RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
;;