diff options
Diffstat (limited to 'gnu/usr.bin/binutils/ld/README')
-rw-r--r-- | gnu/usr.bin/binutils/ld/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/README b/gnu/usr.bin/binutils/ld/README index bb890e1fad5..248894ea294 100644 --- a/gnu/usr.bin/binutils/ld/README +++ b/gnu/usr.bin/binutils/ld/README @@ -24,10 +24,13 @@ Installation ============ See ../binutils/README. + If you want to make a cross-linker, you may want to specify a different search path of -lfoo libraries than the default. You can do this by setting the LIB_PATH variable in ./Makefile. +To build just the linker, make the target all-ld. + Porting to a new target ======================= |