mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-18 16:20:23 +00:00
docs/README.macos.txt: Provide hints section
Hints for building tool chains.
This commit is contained in:
parent
77074691fd
commit
e4f10fbdf4
@ -37,3 +37,14 @@ toolchain on MacOS as host.
|
||||
[...other configure parameters as you like...]
|
||||
|
||||
5) proceed as described in standard documentation
|
||||
|
||||
-----
|
||||
|
||||
HINTS:
|
||||
- Apparently, GNU make's builtin variable .LIBPATTERNS is misconfigured
|
||||
under MacOS: It does not include lib%.dylib.
|
||||
This affects build of (at least) gdb-7.1
|
||||
Put 'lib%.a lib%.so lib%.dylib' as .LIBPATTERNS into your environment
|
||||
before executing ct-ng build.
|
||||
See http://www.gnu.org/software/make/manual/html_node/Libraries_002fSearch.html
|
||||
as an explanation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user