From 016b92f0ee3e9e9b543adc68e53e9780f5d0fe46 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 25 Jun 2020 10:40:55 -0700 Subject: python3: Cant run profile binaries in qemu when built with clang mark it gcc only for now Signed-off-by: Khem Raj --- conf/nonclangable.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 3702e5f..6ef16fe 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -60,6 +60,10 @@ TOOLCHAIN_pn-openjdk-8 = "gcc" TOOLCHAIN_pn-openjre-8 = "gcc" TOOLCHAIN_pn-piglit = "gcc" TOOLCHAIN_pn-prelink = "gcc" +# Qemu cant run profile tests run during build +# | *** stack smashing detected ***: terminated +# | ./pgo-wrapper: line 3: 3372346 Aborted +TOOLCHAIN_pn-python3 = "gcc" # has dpkg source which does not compile TOOLCHAIN_pn-start-stop-daemon = "gcc" TOOLCHAIN_pn-syslinux = "gcc" @@ -236,6 +240,7 @@ TUNE_CCARGS_remove_pn-pipewire_toolchain-clang = "-Qunused-arguments" #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" +COMPILER_RT_pn-python3_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" -- cgit v1.2.3-54-g00ecf