diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-16 17:40:25 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-20 16:40:21 +0100 |
commit | d3c4d9a0f828d42ee6cd0768607ca08b21669d70 (patch) | |
tree | 917b3ead0f49b5a8b5dec5793b54c94aba88e371 /icu | |
parent | e88f6ca683a333d927b1e5a63fcae7a88a01ab6b (diff) |
android: x86 porting work.
Diffstat (limited to 'icu')
-rw-r--r-- | icu/icu4c-android.patch | 4 | ||||
-rw-r--r-- | icu/icu4c-build.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/icu/icu4c-android.patch b/icu/icu4c-android.patch index dea0e0a77f5b..1eb910a7daac 100644 --- a/icu/icu4c-android.patch +++ b/icu/icu4c-android.patch @@ -24,8 +24,8 @@ # Check to see if genccode can generate simple assembly. GENCCODE_ASSEMBLY= case "${host}" in -+*-*-linux-androideabi) -+ GENCCODE_ASSEMBLY="-a gcc-android" ++arm-*-linux-androideabi) ++ GENCCODE_ASSEMBLY="-a gcc-android-arm" + ;; *-linux*|*-kfreebsd*-gnu*|i*86-*-*bsd*|i*86-pc-gnu) if test "$GCC" = yes; then diff --git a/icu/icu4c-build.patch b/icu/icu4c-build.patch index 6ab5ea3c2e14..75c41396140e 100644 --- a/icu/icu4c-build.patch +++ b/icu/icu4c-build.patch @@ -15,7 +15,7 @@ ".long ","",HEX_0X }, -+ {"gcc-android", ++ {"gcc-android-arm", + "\t.arch armv5te\n" + "\t.fpu softvfp\n" + "\t.eabi_attribute 20, 1\n" |