[ARM]
Workaround for ld using 32k alignment between ELF segments, until a proper fix is found. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32429 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -70,4 +70,12 @@ TARGET_KERNEL_C++FLAGS += -mcpu=xscale ;
|
|||||||
TARGET_CCFLAGS += -mcpu=xscale ;
|
TARGET_CCFLAGS += -mcpu=xscale ;
|
||||||
TARGET_C++FLAGS += -mcpu=xscale ;
|
TARGET_C++FLAGS += -mcpu=xscale ;
|
||||||
|
|
||||||
|
# Workaround for ld using 32k for alignment despite forcing it in the config...
|
||||||
|
# should definitely not be needed!
|
||||||
|
TARGET_KERNEL_LINKFLAGS +=
|
||||||
|
-Wl,-z -Wl,max-page-size=0x1000
|
||||||
|
-Wl,-z -Wl,common-page-size=0x1000 ;
|
||||||
|
TARGET_LINKFLAGS +=
|
||||||
|
-Wl,-z -Wl,max-page-size=0x1000
|
||||||
|
-Wl,-z -Wl,common-page-size=0x1000 ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user