Skip to content
Snippets Groups Projects
Commit a61737b6 authored by ram's avatar ram
Browse files

Need -Xlinker for -Bstatic.

parent 11b47c16
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ NM = nm -gp ...@@ -7,5 +7,5 @@ NM = nm -gp
ASSEM_SRC = sparc-assem.S ASSEM_SRC = sparc-assem.S
ARCH_SRC = sparc-arch.c ARCH_SRC = sparc-arch.c
OS_SRC = sunos-os.c os-common.c OS_SRC = sunos-os.c os-common.c
OS_LINK_FLAGS=-Bstatic OS_LINK_FLAGS= -Xlinker -Bstatic
OS_LIBS= OS_LIBS=
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