diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2018-02-11 18:58:28 +0000 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2020-10-13 13:51:13 -0400 |
| commit | 85f4cb87104c72587029a6e0f1663332c85ba118 (patch) | |
| tree | 5ebef4ca549bc6422ac6b0627c440e7a7fbab167 /usr/src/lib/libc/amd64 | |
| parent | 0a36db39c3cd88f4799ecd9db875f43d834d0a81 (diff) | |
| download | illumos-joyent-85f4cb87104c72587029a6e0f1663332c85ba118.tar.gz | |
13184 Stop translating ld(1) options through cw(1)
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/lib/libc/amd64')
| -rw-r--r-- | usr/src/lib/libc/amd64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile index 2c428afacb..2d350372d6 100644 --- a/usr/src/lib/libc/amd64/Makefile +++ b/usr/src/lib/libc/amd64/Makefile @@ -1061,7 +1061,7 @@ CFLAGS64 += $(XSTRCONST) ALTPICS= $(TRACEOBJS:%=pics/%) -$(DYNLIB) := BUILD.SO = $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(ALTPICS) $(EXTPICS) +$(DYNLIB) := BUILD.SO = $(LD) -o $@ $(GSHARED) $(DYNFLAGS) $(PICS) $(ALTPICS) $(EXTPICS) MAPFILES = $(LIBCDIR)/port/mapfile-vers |
