Add rtems_api.

This commit is contained in:
Ralf Corsepius
2008-04-26 05:33:51 +00:00
parent 2bd2aba6c9
commit 229c0470d1
2 changed files with 3 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ ac_cv_mytarget=`$SHELL "$ac_aux_dir/config.sub" $f` ||
])
done
AC_SUBST(TARGET_SUBDIRS,$target_subdirs)
AC_SUBST(rtems_api,RTEMS_API)
AC_CONFIG_FILES([Makefile])

View File

@@ -13,4 +13,5 @@ MKSPEC = sed \
-e "/[@]PATCH/d"
MKSPEC0 = sed \
-e "s/[@]tool_target[@]/$(TARGET)/g"
-e "s/[@]tool_target[@]/$(TARGET)/g" \
-e "s/[@]rtems_api[@]/$(rtems_api)/g"