summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:48:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:48:34 +0000
commit0995b6ffc1fb6d410833fff070a1f529de991366 (patch)
treeb4548cec947bc489dd063f3fd4fe5797853cf40d /c/src/exec/score/cpu/i960
parentFixed some typos. (diff)
downloadrtems-0995b6ffc1fb6d410833fff070a1f529de991366.tar.bz2
Reworked to avoid pulling in the jump point entry in EVERY executable.
Diffstat (limited to 'c/src/exec/score/cpu/i960')
-rw-r--r--c/src/exec/score/cpu/i960/wrap/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/i960/wrap/Makefile.in b/c/src/exec/score/cpu/i960/wrap/Makefile.in
index 8d5e5557bd..9b7d6a7017 100644
--- a/c/src/exec/score/cpu/i960/wrap/Makefile.in
+++ b/c/src/exec/score/cpu/i960/wrap/Makefile.in
@@ -65,15 +65,18 @@ LDFLAGS +=
CLEAN_ADDITIONS += ../$(ARCH)
CLOBBER_ADDITIONS +=
+all: ${ARCH} $(SRCS) preinstall $(OBJS) ../$(ARCH)/rtems.o $(RELS)
+
../$(ARCH)/rtems-cpu.rel: $(OBJS)
test -d ../$(ARCH) || mkdir ../$(ARCH)
$(make-rel)
-all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS)
+../$(ARCH)/rtems.o: $(srcdir)/../rtems.S
# Install the program(s), appending _g or _p as appropriate.
# for include files, just use $(INSTALL_CHANGE)
install: all
+ $(INSTALL_VARIANT) -m 644 ../$(ARCH)/rtems.o ${PROJECT_RELEASE}/lib
preinstall: ${ARCH}
$(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)