shithub: scc

ref: 9f947ff3f1e8e418d43e9f201d2f293d3187a3a0
dir: /src/cmd/as/target/x86/i386.mk/

View raw version
I386_OBJ =\
	$(OBJS)\
	target/x86/i386tbl.o\
	target/x86/i386.o\
	target/x86/ins.o\

target/x86/i386tbl.c: target/x86/ops.dat target/x86/opers.dat
	./mktbl -f x86 -c i386

$(LIBEXEC)/scc/as-i386: $(I386_OBJ)
	$(CC) $(PROJ_LDFLAGS) $(I386_OBJ) -lscc -o $@