Disable kernel tests on legacy GCC
* Ideally we would build these tests using new GCC so we can run them on GCC2 image. * We can't do that now because they are shared libraries and mangling schemes will not match. Change-Id: Ie8cda81d50831a939d4b55c3760e197b1d83c59c Reviewed-on: https://review.haiku-os.org/c/haiku/+/10670 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -3,6 +3,8 @@ SubDir HAIKU_TOP src tests system ;
|
||||
SubInclude HAIKU_TOP src tests system benchmarks ;
|
||||
SubInclude HAIKU_TOP src tests system boot ;
|
||||
SubInclude HAIKU_TOP src tests system glue ;
|
||||
SubInclude HAIKU_TOP src tests system kernel ;
|
||||
if $(TARGET_CC_IS_LEGACY_GCC_$(architecture)) = 0 {
|
||||
SubInclude HAIKU_TOP src tests system kernel ;
|
||||
}
|
||||
SubInclude HAIKU_TOP src tests system libroot ;
|
||||
SubInclude HAIKU_TOP src tests system network ;
|
||||
|
||||
Reference in New Issue
Block a user