icu: detect and add compiler symbol prefix to the assembly code
authorSonic Zhang <sonic.zhang@analog.com>
Tue, 4 Feb 2014 13:06:46 +0000 (14:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 14:27:31 +0000 (15:27 +0100)
commit170d526e91ae5249647e60d5b845468aa6c561c0
tree5dcd845d20a1719948bedb41cffc986aa00a87c1
parentf628dc41ab30df314c872a69ebb2e255e340c22a
icu: detect and add compiler symbol prefix to the assembly code

Some compilers, such as the Blackfin GNU compiler, prefix a character to any
C symbol in generated assembly code. If any assembly symbol is invoked
from C code, it needs to be prefixed as well.

Note: since autoreconf doesn't work with this package because automake
isn't used.

Fixes:
  http://autobuild.buildroot.net/results/c40a22814b405de2c5c75139cfc393c863ed4b81/

[Ryan: add information about why patching configure is ok]
[Ryan: add renaming of patches to be consistent with standard]

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/icu/icu-001-dont-build-static-dynamic-twice.patch [new file with mode: 0644]
package/icu/icu-002-workaround-toolchain-bugs.patch [new file with mode: 0644]
package/icu/icu-003-detect-compiler-symbol-prefix.patch [new file with mode: 0644]
package/icu/icu-dont-build-static-dynamic-twice.patch [deleted file]
package/icu/icu-workaround-toolchain-bugs.patch [deleted file]