From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Stefan_Fr=c3=b6berg?= Date: Mon, 29 Jan 2018 02:58:46 +0200 Subject: [Buildroot] [PATCH v2 1/1] unbound: new package In-Reply-To: <87wp02dk9e.fsf@dell.be.48ers.dk> References: <20180113222651.22755-1-stefan.froberg@petroprogram.com> <6b37de5d-dd14-17a8-44a8-bd9b078c2920@petroprogram.com> <1a1a4349-bb17-6657-1d60-2e8c7891b0e9@petroprogram.com> <8i82jex0fn.ln2@ID-313208.user.individual.net> <2cacb101-8c6b-7eab-8c5f-0f67e32bf183@petroprogram.com> <87wp02dk9e.fsf@dell.be.48ers.dk> Message-ID: <16896612-b4ff-96a3-e72c-e086c4bebd13@petroprogram.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Results: armv5-ctng-linux-gnueabi [ 1/47]: FAILED (cannot execute cross-compiler) armv7-ctng-linux-gnueabihf [ 2/47]: FAILED (cannot execute cross-compiler) br-arm-cortex-m4-full [ 8/47]: FAILED (need openssl 0.9.7 or higher) br-arm-full-static [11/47]: FAILED (need openssl 0.9.7 or higher) br-bfin-full [12/47]: FAILED (undefined pthread_spin_init, pthread_spin_lock etc..) br-m68k-5208-full [15/47]: FAILED (undefined pthread_spin_init, pthread_spin_lock etc..) br-m68k-68040-full [16/47]: FAILED (undefined pthread_spin_init, pthread_spin_lock etc..) br-microblazeel-full [17/47]: FAILED (undefined pthread_spin_init, pthread_spin_lock etc..) br-openrisc-uclibc [23/47]: FAILED (undefined pthread_spin_init, pthread_spin_lock etc..) i686-ctng-linux-gnu [34/47]: FAILED (cannot execute cross-compiler) mips64el-ctng_n32-linux-gnu [37/47]: FAILED (cannot execute cross-compiler) mips64el-ctng_n64-linux-gnu [38/47]: FAILED (cannot execute cross-compiler) powerpc-ctng_e500v2-linux-gnuspe [39/47]: FAILED (cannot execute cross-compiler) sourcery-arm-armv4t [40/47]: FAILED (need 32-bit support library) sourcery-arm [41/47]: FAILED (need 32-bit support library) sourcery-arm-thumb2 [42/47]: FAILED (need 32-bit support library) sourcery-mips64 [43/47]: FAILED (need 32-bit support library) sourcery-mips [44/47]: FAILED (need 32-bit support library) sourcery-nios2 [45/47]: FAILED (need 32-bit support library) sourcery-x86-64 [46/47]: FAILED (need 32-bit support library) x86_64-ctng_locales-linux-gnu [47/47]: FAILED (cannot execute cross-compiler) So only br-bfin-full, br-m68k-5208-full, br-m68k-68040-full, br-microblazeel-full, br-openrisc-uclibc I could only try to patch. So what is the proper way of checking if external toolchain has thread support ? BR2_TOOLCHAIN_HAS_THREADS checks only internal toolchain right? Best Regards Stefan