mirror of
https://github.com/frida/tinycc
synced 2025-02-17 07:43:57 +03:00
macos: test 114 is not supported on macOS and this is not related to old gcc version
This commit is contained in:
parent
c69356635c
commit
4d28120e9b
@ -44,7 +44,7 @@ endif
|
||||
ifeq (-$(CONFIG_WIN32)-,-yes-)
|
||||
SKIP += 106_pthread.test # No pthread support
|
||||
endif
|
||||
ifneq (-$(CONFIG_WIN32)-$(findstring $(GCC_MAJOR),3 4)-,---)
|
||||
ifneq (-$(CONFIG_WIN32)-$(CONFIG_OSX)-$(findstring $(GCC_MAJOR),3 4)-,---)
|
||||
SKIP += 114_bound_signal.test # not on windows or older linuxes
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user