From de7542a197ce4862f132d468d1daa517d15514ee Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 20 Apr 2019 20:59:16 -0700 Subject: README: Fix DYNAMICLINKER define --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe836c8..2e977d9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ one is currently required as well. You will need to create a `config.h` appropriate for the target system. If missing, a default version will be created from `config.def.h`, which should work for most glibc systems, or musl systems with -`-D 'DYNAMIC_LINKER="/lib/ld-musl-x86_64.so.1"'`. +`-D 'DYNAMICLINKER="/lib/ld-musl-x86_64.so.1"'`. You may also want to customize your environment or `config.mk` with the appropriate `CC`, `CFLAGS` and `LDFLAGS`. -- cgit v1.2.3