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
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 -
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.