aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys_python.py
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2015-09-06 22:19:51 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:47:05 +0100
commit7afe15051516053303f6afef4d6fbb0a3872b411 (patch)
treec34b1dbe45d65781f08a706bf96ea68a71ace308 /scripts/lib/recipetool/create_buildsys_python.py
parentcf418deb32bf90479714e522e3fa309c41e47978 (diff)
downloadopenembedded-core-contrib-7afe15051516053303f6afef4d6fbb0a3872b411.tar.gz
gnu-efi: Make setjmp.S portable to ARM
This patch fixes the following error: .../lib/arm/setjmp.S:18: Error: unrecognized symbol type "" .../lib/arm/setjmp.S:26: Error: unrecognized symbol type "" The problem is the assembly syntax that is used is not portable to ARM, where the '@' symbol is a comment: > Note on targets where the @ character is the start of a comment > (eg ARM) then another character is used instead. For example the > ARM port uses the % character. (From https://sourceware.org/binutils/docs-2.25/as/Section.html#Section) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
0 files changed, 0 insertions, 0 deletions