buildroot/package/apitrace
Giulio Benetti ce053a2004 package/apitrace: fix microblaze build failure
Apitrace is affected by Gcc Bug 68485 that has already been worked
around, but after version bumping, CMakeLists.txt adds -O2 to
CMAKE_C_FLAGS_RELWITHDEBINFO that is in order appended to
CMAKE_C_FLAGS, making -O0 end appending to fail. To prevent this we
need to avoid CMAKE_C_FLAGS_RELWITHDEBINFO to be appended to
CMAKE_C_FLAGS, so let's do the same as flare-engine package that set
CMAKE_BUILD_TYPE to a fake build type called "buildroot", this way -O2
won't be appended after -O0 and work around restart to work as
expected.

Fixes:
http://autobuild.buildroot.net/results/2e3/2e31abd7b115d4c29117ca82007fd4f87f853ff7/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-06-22 22:51:21 +02:00
..
0001-dlsym-Fix-build-under-uClibc.patch package/apitrace: fix build under uClibc/musl 2019-12-08 22:44:13 +01:00
0002-Support-libc-that-don-t-have-RTLD_DEEPBIND.patch package/apitrace: fix build on uclibc 2019-12-25 22:00:58 +01:00
Config.in package/apitrace: needs dynamic library 2019-12-24 13:51:52 +01:00
apitrace.hash package/apitrace: bump to version 9.0 2019-12-08 16:08:57 +01:00
apitrace.mk package/apitrace: fix microblaze build failure 2020-06-22 22:51:21 +02:00