Changeset 98930 in vbox
- Timestamp:
- Mar 13, 2023 12:20:39 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/coreconsts.py
r98103 r98930 55 55 # See KBUILD_ARCHES in kBuild/header.kmk for reference. 56 56 g_kasCpuArches = ['amd64', 'x86', 'sparc32', 'sparc64', 's390', 's390x', 'ppc32', 'ppc64', 'mips32', 'mips64', 'ia64', 57 'hppa32', 'hppa64', 'arm', 'a lpha'];57 'hppa32', 'hppa64', 'arm', 'arm64', 'alpha']; 58 58 ## All known CPU architectures, except the agnostic one. 59 59 # See KBUILD_ARCHES in kBuild/header.kmk for reference.
Note:
See TracChangeset
for help on using the changeset viewer.

