This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Automatic opcode table generation and gas test cases for s/390.



You can't do this, because the machine you're building on won't always
be the machine you're building for or the machine you're targetting.

+s390-mkopc: s390-mkopc.o
+       $(LINK) s390-mkopc.o $(LIBIBERY)
+
+s390-mkopc.o: s390-mkopc.c
+
+s390-opc.tab: s390-mkopc s390-opc.txt
+       ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]