|
|
|
@ -79,6 +79,17 @@ binaries, you may have to set an environment variable, normally |
|
|
|
LD_LIBRARY_PATH, so that the system can find the installed libbfd |
|
|
|
shared library. |
|
|
|
|
|
|
|
On hosts that support shared system libraries the binutils will be |
|
|
|
linked against them. If you have static versions of the system |
|
|
|
libraries installed as well and you wish to create static binaries |
|
|
|
instead then use the LDFLAGS environment variable, like this: |
|
|
|
|
|
|
|
../binutils-XXX/configure LDFLAGS="--static" [more options] |
|
|
|
|
|
|
|
Note: the two dashes are important. The binutils make use of the |
|
|
|
libtool script which has a special interpretation of "-static" when it |
|
|
|
is in the LDFLAGS environment variable. |
|
|
|
|
|
|
|
To build under openVMS/AXP, see the file makefile.vms in the top level |
|
|
|
directory. |
|
|
|
|
|
|
|
|