CVS commit: src/tests/lib/libobjc

2018-05-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 9 13:18:02 UTC 2018 Modified Files: src/tests/lib/libobjc: Makefile Log Message: Handle the GCC restriction like the set list by explicitly checking for HAVE_GCC. When using EXTERNAL_TOOLCHAIN with LLVM, it would still be

CVS commit: src/tests/lib/libobjc

2013-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 31 21:02:11 UTC 2013 Modified Files: src/tests/lib/libobjc: t_threads.m Log Message: Handle new objc for gcc-4.8.1. Someone with more objc foo can do this better. To generate a diff of this commit: cvs rdiff -u -r1.1 -

CVS commit: src/tests/lib/libobjc

2011-05-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 20 13:03:45 UTC 2011 Modified Files: src/tests/lib/libobjc: Makefile Log Message: Test case requires the GCC specific thread extension for Objective C, so only enable the test if GCC is present and disable other compiler.