]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libunwind: fix build failure due to asm()
authorRomain Naour <romain.naour@smile.fr>
Mon, 3 Jul 2017 12:50:38 +0000 (14:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Jul 2017 22:59:26 +0000 (00:59 +0200)
commit0fe71511175a58a3dbee9385fec1c0e4372d8f98
treedd10c02cb2ddc92edfbd1f45fe8b8e73132c5927
parentb1e07d6d796e67a980d4a05d04c64f00162245ff
package/libunwind: fix build failure due to asm()

The gcc documentation [1] suggest to use __asm__ instead of asm.

Fixes:
http://autobuild.buildroot.net/results/3ef/3efe156b6494e4392b6c31de447ee2c72acc1a53

[1] https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libunwind/0004-libunwind-arm-fix-build-failure-due-to-asm.patch [new file with mode: 0644]