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:
Kacper Kasper
2026-04-06 20:03:08 +00:00
parent 95142492b9
commit e05fd7f5a4
+3 -1
View File
@@ -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 ;