|
@@ -491,7 +491,9 @@ $(HOST_DIR)/usr/bin/ext-toolchain-wrapper: $(STAMP_DIR)/ext-toolchain-installed
|
|
;; \
|
|
;; \
|
|
esac; \
|
|
esac; \
|
|
done ;
|
|
done ;
|
|
- $(HOSTCC) $(HOST_CFLAGS) $(TOOLCHAIN_EXTERNAL_WRAPPER_ARGS) -s \
|
|
|
|
|
|
+ # We use --hash-style=both to increase the compatibility of
|
|
|
|
+ # the generated binary with older platforms
|
|
|
|
+ $(HOSTCC) $(HOST_CFLAGS) $(TOOLCHAIN_EXTERNAL_WRAPPER_ARGS) -s -Wl,--hash-style=both \
|
|
toolchain/toolchain-external/ext-toolchain-wrapper.c -o $@
|
|
toolchain/toolchain-external/ext-toolchain-wrapper.c -o $@
|
|
|
|
|
|
# 'uclibc' is the target to provide toolchain / staging dir
|
|
# 'uclibc' is the target to provide toolchain / staging dir
|