Skip to content

Commit 02c2b79

Browse files
committed
Makefile.Linux: use ld for LD, so remove -Xlinker from SOFLAGS
1 parent 6472780 commit 02c2b79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lisp/Makefile.Linux

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ THREADDEP=mthread_posix.c
119119
OFLAGS=-O2
120120

121121
# link-editor's default flags ?-rdynamic
122-
SOFLAGS:= $(LDFLAGS) -shared -Xlinker -build-id
123-
LD=gcc
122+
SOFLAGS:= $(LDFLAGS) -shared -build-id
124123
LDFLAGS:= $(LDFLAGS) -rdynamic -fno-stack-protector -z execstack $(ADD_LDFLAGS)
125124
MTCOBJECTS= $(OBJDIR)/mthread.o $(OBJDIR)/mthread_posix.o
126125
#MTCOBJECTS= $(OBJDIR)/mthread.o $(OBJDIR)/pthreads.o

0 commit comments

Comments
 (0)