提交 aa3f7c30 编写于 作者: J jprovino

7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC

Summary: add "arm" to the list of processors that need -fPIC
Reviewed-by: vladidan, dholmes
上级 151de024
......@@ -32,7 +32,7 @@ ifneq ($(OSNAME), windows)
ifndef LP64
PARTIAL_NONPIC=1
endif
PIC_ARCH = ppc
PIC_ARCH = ppc arm
ifneq ("$(filter $(PIC_ARCH),$(BUILDARCH))","")
PARTIAL_NONPIC=0
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册