shithub: scc

ref: 3979c0fcf50f1ac9df42a871f8627b0fec59ef0d
dir: /src/cmd/as/target/x86/amd64.mk/

View raw version
AMD64_OBJ =\
	$(OBJS)\
	target/x86/amd64tbl.o\
	target/x86/amd64.o\
	target/x86/ins.o\

target/x86/amd64tbl.c: target/x86/x86.dat target/x86/rules.dat
	./mktbl -f x86 -c amd64

$(LIBEXEC)/as-amd64: $(AMD64_OBJ)
	$(CC) $(SCC_LDFLAGS) $(AMD64_OBJ) -lscc -o $@