VirtualBox

Changeset 3556 in kBuild


Ignore:
Timestamp:
Feb 18, 2022 2:02:07 AM (3 years ago)
Author:
bird
Message:

header.kmk,env.sh: Added 32-bit and 64-bit risc-v to the architecture lists.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r3492 r3556  
    378378            KBUILD_HOST_ARCH='ia64'
    379379            ;;
     380        m68k)
     381            KBUILD_HOST_ARCH='m68k'
     382            ;;
     383        mips32|mips)
     384            KBUILD_HOST_ARCH='mips32'
     385            ;;
     386        mips64)
     387            KBUILD_HOST_ARCH='mips64'
     388            ;;
    380389        ppc32|ppc|powerpc)
    381390            KBUILD_HOST_ARCH='ppc32'
     
    384393            KBUILD_HOST_ARCH='ppc64'
    385394            ;;
    386         m68k)
    387             KBUILD_HOST_ARCH='m68k'
    388             ;;
    389         mips32|mips)
    390             KBUILD_HOST_ARCH='mips32'
    391             ;;
    392         mips64)
    393             KBUILD_HOST_ARCH='mips64'
     395        riscv64*)
     396            KBUILD_HOST_ARCH='riscv64'
     397            ;;
     398        riscv32*|riscv)
     399            KBUILD_HOST_ARCH='riscv32'
    394400            ;;
    395401        s390)
  • trunk/kBuild/header.kmk

    r3487 r3556  
    198198#
    199199KBUILD_OSES      := darwin dos dragonfly freebsd gnuhurd gnukfbsd gnuknbsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic
    200 KBUILD_ARCHES    := x86 amd64 noarch alpha arm32 arm64 hppa32 hppa64 ia64 m68k mips32 mips64 ppc32 ppc64 s390 s390x sh32 sh64 sparc32 sparc64 x32
    201 KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 s390x sh64 sparc64 x32
    202 KBUILD_ARCHES_32 := x86 arm32 hppa32 m68k mips32 ppc32 s390 sh32 sparc32
     200KBUILD_ARCHES    := x86 amd64 noarch alpha arm32 arm64 hppa32 hppa64 ia64 m68k mips32 mips64 ppc32 ppc64 riscv32 riscv64 s390 s390x sh32 sh64 sparc32 sparc64 x32
     201KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 riscv64 s390x sh64 sparc64 x32
     202KBUILD_ARCHES_32 := x86 arm32 hppa32 m68k mips32 ppc32 riscv32 s390 sh32 sparc32
    203203
    204204
Note: See TracChangeset for help on using the changeset viewer.

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