ranlib: install as a symlink to ar

This commit is contained in:
Mikael Pettersson 2023-09-09 20:06:19 +02:00
parent b44d57482b
commit 149bad4289
2 changed files with 2 additions and 0 deletions

1
README
View File

@ -31,6 +31,7 @@ elf2boot: converts pdp10-elf executables to KLH10-bootable files
ld: linker for pdp10-elf object files
nm: list symbols from pdp10-elf object files
od: file dumper for binary files with 9-bit bytes (nonets)
ranlib: add an index to a pdp10-elf archive (same as `ar s`)
readelf: display information about pdp10-elf object files,
extended with an option to disassemble .text sections
sim: a simulator for running pdp10-elf executables on a

View File

@ -43,6 +43,7 @@ install:
for PROG in $(PROGRAMS); do \
cp _build/default/bin/$$PROG ../bin/pdp10-elf-$$PROG; \
done
ln -sf pdp10-elf-ar ../bin/pdp10-elf-ranlib
distclean realclean: clean
rm -f ./rebar3