<rsbecker@xxxxxxxxxxxxx> writes: > I got to: > > ld -r contrib/cgit-rs/public_symbol_export.o libgit.a reftable/libreftable.a > xdiff/lib.a -o contrib/cgit-rs/partial_symbol_export.o > /usr/bin/c89: illegal option -- r > > The -r option is not supported on NonStop. I think we had discussed this. Does it happen to call the feature under different name? 'r' stands for relocatable output, but some linkers may call the feature as incremental linking and use '-i'.