mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
Add "arm" to the list of processors that need -fPIC Reviewed-by: vladidan, dholmes
This commit is contained in:
parent
dafee02d32
commit
b6622dce73
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user