VirtualBox

Changeset 3642 in kBuild for trunk


Ignore:
Timestamp:
Nov 2, 2024 11:40:35 PM (6 months ago)
Author:
bird
Message:

kmk/kSubmit: win.arm64 build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/kSubmit.c

    r3413 r3642  
    189189static unsigned             g_cAltArchBits = 64;
    190190static char const           g_szAltArch[]  = "amd64";
     191#elif defined(KBUILD_ARCH_ARM64)
     192static unsigned             g_cArchBits    = 64;
     193static char const           g_szArch[]     = "arm64";
     194static unsigned             g_cAltArchBits = 64;
     195static char const           g_szAltArch[]  = "arm64"; /* not used */
    191196#else
    192197# error "Port me!"
     
    20322037                        break;
    20332038
     2039#if !defined(KBUILD_ARCH_ARM64)
    20342040                    case '3':
    20352041                        cBitsWorker = 32;
    20362042                        break;
    2037 
     2043#endif
    20382044                    case '6':
    20392045                        cBitsWorker = 64;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette