diff options
Diffstat (limited to 'usr/src/tools/Makefile.tools')
-rw-r--r-- | usr/src/tools/Makefile.tools | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/tools/Makefile.tools b/usr/src/tools/Makefile.tools index 3659548cee..6e51622e65 100644 --- a/usr/src/tools/Makefile.tools +++ b/usr/src/tools/Makefile.tools @@ -54,7 +54,9 @@ CPPFLAGS= -D_TS_ERRNO ELFSIGN_O= $(TRUE) LDLIBS= LDFLAGS= $(MAPFILE.NES:%=-M%) $(MAPFILE.NED:%=-M%) \ - $(MAPFILE.PGA:%=-M%) + $(MAPFILE.PGA:%=-M%) \ + $(ZASSERTDEFLIB)=libc.so \ + $(BDIRECT) # Unset CW_LINKER so we run the default. We don't set LD here to avoid taking # the journey through LD_ALTEXEC unnecessarily. |