summaryrefslogtreecommitdiffstats
path: root/sim/v850
diff options
context:
space:
mode:
authorJonathan Larmour <jifl@eCosCentric.com>2001-02-01 06:56:29 +0000
committerJonathan Larmour <jifl@eCosCentric.com>2001-02-01 06:56:29 +0000
commit42acc51e304e7f6750ae91a46c37f5ff7ee86585 (patch)
tree1d5ec5104e5949d440b819a0467a550926d74afc /sim/v850
parent88694af3f9e50c9196913fc0246cad42a0ae4d80 (diff)
downloadppe42-binutils-42acc51e304e7f6750ae91a46c37f5ff7ee86585.tar.gz
ppe42-binutils-42acc51e304e7f6750ae91a46c37f5ff7ee86585.zip
* Makefile.in (gencode): Link with libopcodes in build tree rather
than building source files from there.
Diffstat (limited to 'sim/v850')
-rw-r--r--sim/v850/ChangeLog5
-rw-r--r--sim/v850/Makefile.in6
2 files changed, 7 insertions, 4 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index fcc16b09de..012325298f 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-31 Jonathan Larmour <jlarmour@redhat.com>
+
+ * Makefile.in (gencode): Link with libopcodes in build tree rather
+ than building source files from there.
+
2000-05-30 Nick Clifton <nickc@cygnus.com>
* v850.igen: Remove illegal instruction pattern, since it is the
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 7f65230c39..7910aab111 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -56,10 +56,8 @@ tmp-gencode: gencode
touch tmp-gencode
gencode.o: gencode.c
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
-v850-opc.o: $(srcdir)/../../opcodes/v850-opc.c
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $<
-gencode: gencode.o v850-opc.o
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o v850-opc.o
+gencode: gencode.o ../../opcodes/libopcodes.a
+ $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a
OpenPOWER on IntegriCloud