shithub: scc

ref: c324923f5d3acc16627e14e71f6ba0c75d8084d9
dir: /as/target/i286.mk/

View raw version

I286_OBJ = $(OBJ) target/x86/i286tbl.o target/x86/i286.o target/x86/ins.o

target/x86/i286tbl.c: gentbl.awk target/x86/x86.dat target/x86/rules.dat
	./gentbl.sh -f x86 -c i286

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