summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-03 19:00:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-03 19:00:57 +0000
commit3c7916f21c71c878e087c5b4f9b36882c0edd141 (patch)
tree3185c882b5bf443db5e30d7ee5020b2ca842939a /c/src/lib/libbsp/i386/pc386/start/Makefile.in
parentAdded CPU_ISR_PASSES_FRAME_POINTER so some ports could pass just the (diff)
downloadrtems-3c7916f21c71c878e087c5b4f9b36882c0edd141.tar.bz2
Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt> with an attempt
to fix start16.s. It does not work locally.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.in b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
index fc1cb6e136..10e4b70448 100644
--- a/c/src/lib/libbsp/i386/pc386/start/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
@@ -60,7 +60,7 @@ LINKCMDS=$(srcdir)/../startup/linkcmds
${ARCH}/start16.o: start16.s
sed -e 's/\/\/.*$$//' < $< | $(CPP) $(ASMFLAGS) -I. -I$(srcdir) \
- -DASM -DSTART32ADDR=$(RELOCADDR) - > $*.i
+ -DASM -DHEADERADDR=$(HEADERADDR) - > $*.i
$(AS) $(ASFLAGS) -o $@ $*.i
${ARCH}/start16.bin: ${ARCH}/start16.o