summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-05 09:10:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-05 09:10:02 +0000
commitf82ddbe40db0fb452b2d33485e463483aab52e05 (patch)
tree0e34d52f647bf484c0f4a447d3e4dcbc05cb903c /contrib
parentRemove AC_CANONICAL_TARGET. (diff)
downloadrtems-f82ddbe40db0fb452b2d33485e463483aab52e05.tar.bz2
Eliminate target_os
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index d78409379f..20662aa512 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -104,7 +104,6 @@ AC_ARG_ENABLE([infos],
])
AC_SUBST(build_infos)
-
AS_IF([test "${host}" != "${build}"],[
AC_MSG_CHECKING(for RPM OS)
case "$host" in
@@ -122,24 +121,6 @@ AC_MSG_RESULT($RPM_OS)
])
AC_SUBST(RPM_OS)
-case "${target_os}" in
- rtems|[rtems]RTEMS_API[])
- TARGET_SUBDIRS=rtems
- ;;
- *) # ignore
-# AC_MSG_ERROR([Unsupported target ${target}])
-esac
-AC_SUBST([TARGET_SUBDIRS])
-
-case "${target_os}" in
- [rtems]RTEMS_API[])
- osversion=[]RTEMS_API[]
- ;;
- *)
- osversion=
-esac
-AC_SUBST([osversion])
-
for f in $targets; do
ac_cv_mytarget=`$SHELL "$ac_aux_dir/config.sub" $f` ||
AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $f failed])