mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-11 23:53:19 +00:00
ranlib: install as a symlink to ar
This commit is contained in:
parent
b44d57482b
commit
149bad4289
1
README
1
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user