search for: addbe40

Displaying 1 result from an estimated 1 matches for "addbe40".

Did you mean: add740
2012 Oct 01
0
[klibc:master] arm: unbreak armhf shared binaries ( those with thumb)
...ommand was wrong. Signed-off-by: Thorsten Glaser <tg at mirbsd.org> Signed-off-by: maximilian attems <max at stro.at> --- usr/klibc/arch/arm/MCONFIG | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usr/klibc/arch/arm/MCONFIG b/usr/klibc/arch/arm/MCONFIG index addbe40..53bc1dc 100644 --- a/usr/klibc/arch/arm/MCONFIG +++ b/usr/klibc/arch/arm/MCONFIG @@ -19,7 +19,7 @@ ifeq ($(CONFIG_KLIBC_THUMB),y) CPU_ARCH := $(CPU_ARCH)t KLIBCREQFLAGS += -mthumb KLIBCLDFLAGS += --thumb-entry _start -KLIBCEMAIN = --thumb-entry _start +KLIBCEMAIN = --thumb-entry main...