VirtualBox

Changeset 3103 in kBuild


Ignore:
Timestamp:
Oct 20, 2017 1:13:54 PM (7 years ago)
Author:
bird
Message:

env.sh,header.kmk: Added gnuhurd to OSes and m68k to the architectures.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r3099 r3103  
    265265            ;;
    266266
     267        GNU)
     268            KBUILD_HOST=gnuhurd
     269            ;;
     270
    267271        GNU/kFreeBSD)
    268272            KBUILD_HOST=gnukfbsd
     
    361365        ppc64|ppc64le|powerpc64|powerpc64le)
    362366            KBUILD_HOST_ARCH='ppc64'
     367            ;;
     368        m68k)
     369            KBUILD_HOST_ARCH='m68k'
    363370            ;;
    364371        mips32|mips)
  • trunk/kBuild/header.kmk

    r3093 r3103  
    197197# build types. (PORTME)
    198198#
    199 KBUILD_OSES      := darwin dos dragonfly freebsd 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 mips32 mips64 ppc32 ppc64 s390 s390x sh32 sh64 sparc32 sparc64
     199KBUILD_OSES      := darwin dos dragonfly freebsd gnuhurd gnukfbsd gnuknbsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic
     200KBUILD_ARCHES    := x86 amd64 noarch alpha arm32 arm64 hppa32 hppa64 ia64 m68k mips32 mips64 ppc32 ppc64 s390 s390x sh32 sh64 sparc32 sparc64
    201201KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 s390x sh64 sparc64
    202 KBUILD_ARCHES_32 := x86 arm32 hppa32 mips32 ppc32 s390 sh32 sparc32
     202KBUILD_ARCHES_32 := x86 arm32 hppa32 m68k mips32 ppc32 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