diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-23 08:03:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-23 08:03:32 +0000 |
commit | 8e523c2334366c29b077a870e0cdc6606d16369e (patch) | |
tree | 1e60d751ab8e2652fce2915f9234d4a130d79ea6 /ld/README | |
parent | f52e0eb85221a6773158e7be348cd1b46e2553b0 (diff) | |
download | gdb-8e523c2334366c29b077a870e0cdc6606d16369e.zip gdb-8e523c2334366c29b077a870e0cdc6606d16369e.tar.gz gdb-8e523c2334366c29b077a870e0cdc6606d16369e.tar.bz2 |
Add --with-lib-patch configure switch.
Diffstat (limited to 'ld/README')
-rw-r--r-- | ld/README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ 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. +You can do this by setting the LIB_PATH variable in ./Makefile +or using the --with-lib-path configure switch. To build just the linker, make the target all-ld from the top level directory (one directory above this one). |