summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:37:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:37:32 +0000
commit64876e33f484ce68e3fb7caa4bd117186d21fca5 (patch)
tree76bcb678021f21584c581b2db1c5305b1f6c8e3b /c/src/exec
parentInclude memory for Ada task stacks. (diff)
downloadrtems-64876e33f484ce68e3fb7caa4bd117186d21fca5.tar.bz2
Added bsp_specs.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/score/cpu/unix/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in
index ea8eaad2c6..c327731122 100644
--- a/c/src/exec/score/cpu/unix/Makefile.in
+++ b/c/src/exec/score/cpu/unix/Makefile.in
@@ -67,7 +67,8 @@ install: all
# Real ports using the gnu tools will need to have bsp_specs!!!
# ${PROJECT_RELEASE}/lib/bsp_specs
preinstall: $(PROJECT_INCLUDE)/rtems/score/unix.h $(ARCH)/unixsize.h \
- $(PROJECT_INCLUDE)/rtems/score/targopts.h
+ $(PROJECT_INCLUDE)/rtems/score/targopts.h \
+ $(PROJECT_RELEASE)/lib/bsp_specs
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score
$(INSTALL) -m 444 ${ARCH}/unixsize.h $(PROJECT_INCLUDE)/rtems/score
@@ -85,7 +86,7 @@ $(PROJECT_INCLUDE)/rtems/score/targopts.h: $(ARCH)/targopts.h-tmp
# $(ARCH)/targopts.h-tmp rule is in leaf.cfg
# Real ports using the gnu tools will need to have bsp_specs!!!
-#${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
-# $(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@
+${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
+ $(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@
#
# $(ARCH)/bsp_specs.tmp rule is in leaf.cfg