From 149bad42893fb1c9662a10d510ec3db4dbdb5305 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sat, 9 Sep 2023 20:06:19 +0200 Subject: [PATCH] ranlib: install as a symlink to ar --- README | 1 + erlang/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/README b/README index 7826322..6afd2e9 100644 --- a/README +++ b/README @@ -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 diff --git a/erlang/Makefile b/erlang/Makefile index ea40ad9..3cb5d43 100644 --- a/erlang/Makefile +++ b/erlang/Makefile @@ -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