Add rtems_api.

This commit is contained in:
Ralf Corsepius
2008-04-26 05:33:04 +00:00
parent eae4a193d3
commit 02c937936d
2 changed files with 3 additions and 1 deletions
+1
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])
+2 -1
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"