shithub: scc

ref: b9728db82bc35ed52a48fb538a9d4a40e251b32f
dir: /src/cmd/as/target/x86/i286.mk/

View raw version
I286_OBJ =\
	$(OBJS)\
	target/x86/i286tbl.o\
	target/x86/i286.o\
	target/x86/ins.o\

target/x86/i286tbl.c: target/x86/ops.dat target/x86/opers.dat
	./mktbl -f x86 -c i286

$(LIBEXEC)/scc/as-i286: $(I286_OBJ)
	$(CC) $(PROJ_LDFLAGS) $(I286_OBJ) -lscc -o $@