]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/guile: dont't use -Os for CS 2014.05 ARM toolchain
authorRomain Naour <romain.naour@gmail.com>
Sun, 6 Nov 2016 22:53:32 +0000 (23:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 9 Nov 2016 21:45:44 +0000 (22:45 +0100)
commit401c47e44b26e97db1c12cce0a42c62cfb72a9b9
treed6d5dd90d11dc1450c9b50444aa08d20ae17ace2
parente5b3fa3ae4f1cbeac6ab19ee763c7118ab3b1d80
package/guile: dont't use -Os for CS 2014.05 ARM toolchain

With this toolchain, guile tigger an assembler error with -Os which is
probably caused by the binutils version being used:

arm-none-linux-gnueabi-ld --version
GNU ld (Sourcery CodeBench Lite 2014.05-29) 2.24.51.20140217

arm-none-linux-gnueabi-gcc --version
arm-none-linux-gnueabi-gcc (Sourcery CodeBench Lite 2014.05-29) 4.8.3 20140320 (prerelease)

Nowaday, even with a Buildroot internal toolchain using the oldest
Binutils GCC version (2.25.1 and 4.8.6), guile build fine with -Os.

So, force -O2 when this toolchain is used and BR2_OPTIMIZE_S is set.

Fixes:
http://autobuild.buildroot.net/results/976/976b3477407e64c8c2fc2309ed952d0083903a19

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/guile/guile.mk