Skip to content
Snippets Groups Projects
Commit 9c67f083 authored by pw's avatar pw
Browse files

Tim Moore says linux-stubs is not needed with LINKAGE-TABLE so

remove it and make linking happy.
parent aa09a5aa
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ CFLAGS = -Wstrict-prototypes -Wall -O2 -g -DGENCGC -DLINKAGE_TABLE
ASFLAGS = -g -DGENCGC -DLINKAGE_TABLE
NM = nm -gp
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
ASSEM_SRC = x86-assem.S linux-stubs.S
ASSEM_SRC = x86-assem.S
ARCH_SRC = x86-arch.c
OS_SRC = FreeBSD-os.c os-common.c
OS_LINK_FLAGS = -dynamic -export-dynamic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment