diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2019-02-11 18:22:00 +0000 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2022-04-21 15:37:47 -0500 |
| commit | fb12490ab4d1e87e7a63e457dd4fba1ea34c402a (patch) | |
| tree | 1117cd21bcded48dacf60a6ee71c96514b70b343 /usr/src/tools | |
| parent | 7c8c0b8227679b4684566e408ccc96d6ef7175e9 (diff) | |
| download | illumos-joyent-fb12490ab4d1e87e7a63e457dd4fba1ea34c402a.tar.gz | |
14090 ld(1) could use a normal allocator
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/tools')
| -rw-r--r-- | usr/src/tools/sgs/ld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/sgs/ld/Makefile b/usr/src/tools/sgs/ld/Makefile index b8e7b32ffd..18b4659d59 100644 --- a/usr/src/tools/sgs/ld/Makefile +++ b/usr/src/tools/sgs/ld/Makefile @@ -26,8 +26,8 @@ include ../Makefile.com include ../../Makefile.tools include $(SGSHOME)/ld/Makefile.com -LDLIBS = -L../libconv -L$(ROOTONBLDLIBMACH) -lld -lelf -lconv -NATIVE_LIBS += libc.so +LDLIBS = -lumem -L../libconv -L$(ROOTONBLDLIBMACH) -lld -lelf -lconv +NATIVE_LIBS += libc.so libumem.so CPPFLAGS = $(NATIVE_CPPFLAGS) CFLAGS = $(NATIVE_CFLAGS) MAPFILES = $(SRCDIR)/common/mapfile-intf |
