mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
icu: specify cross compile variables
Maintainer: me
Compile tested: brcm2708
aarch64_cortex-a53+neon-vfpv4_musl
LEDE head r3426-4c09f99
Run tested: NONE
Description:
buildbots fail on link ARM object.
error: xxxxxx.o uses VFP register arguments,
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=icu4c
|
PKG_NAME:=icu4c
|
||||||
PKG_VERSION:=58.2
|
PKG_VERSION:=58.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-58_2-src.tgz
|
PKG_SOURCE:=$(PKG_NAME)-58_2-src.tgz
|
||||||
PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION)
|
PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION)
|
||||||
@@ -41,9 +41,13 @@ define Package/icu
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_CMD:= ./runConfigureICU
|
CONFIGURE_CMD:= ./runConfigureICU
|
||||||
CONFIGURE_VARS:=
|
|
||||||
CONFIGURE_ARGS:= \
|
CONFIGURE_ARGS:= \
|
||||||
Linux/gcc \
|
Linux/gcc \
|
||||||
|
CC="$(TARGET_CC)" \
|
||||||
|
CXX="$(TARGET_CXX)" \
|
||||||
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
--host=$(GNU_TARGET_NAME) \
|
||||||
|
--build=$(GNU_HOST_NAME) \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-release \
|
--enable-release \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
@@ -60,9 +64,10 @@ CONFIGURE_ARGS:= \
|
|||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
|
|
||||||
HOST_CONFIGURE_CMD:= ./runConfigureICU
|
HOST_CONFIGURE_CMD:= ./runConfigureICU
|
||||||
HOST_CONFIGURE_VARS:=
|
|
||||||
HOST_CONFIGURE_ARGS:= \
|
HOST_CONFIGURE_ARGS:= \
|
||||||
Linux/gcc \
|
Linux/gcc \
|
||||||
|
CC="$(HOSTCC)" \
|
||||||
|
CXX="$(HOSTCXX)" \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-release \
|
--enable-release \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|||||||
Reference in New Issue
Block a user