Changeset 2546 for trunk/kBuild


Ignore:
Timestamp:
Oct 1, 2011, 9:49:54 PM (14 years ago)
Author:
bird
Message:

Applied modified patches for Haiku support from Mike Smith.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r2413 r2546  
    265265            ;;
    266266
     267        Haiku)
     268            KBUILD_HOST=haiku
     269            ;;
     270
    267271        linux|Linux|GNU/Linux|LINUX)
    268272            KBUILD_HOST=linux
     
    323327            KBUILD_HOST_ARCH='amd64'
    324328            ;;
    325         x86|i86pc|ia32|i[3456789]86)
     329        x86|i86pc|ia32|i[3456789]86|BePC)
    326330            KBUILD_HOST_ARCH='x86'
    327331            ;;
  • trunk/kBuild/header.kmk

    r2537 r2546  
    189189# build types. (PORTME)
    190190#
    191 KBUILD_OSES   := darwin dos dragonfly freebsd l4 linux netbsd nt openbsd os2 solaris win os-agnostic
     191KBUILD_OSES   := darwin dos dragonfly freebsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic
    192192KBUILD_ARCHES := x86 amd64 sparc32 sparc64 s390 s390x ppc32 ppc64 mips32 mips64 ia64 hppa32 hppa64 arm alpha
    193193
Note: See TracChangeset for help on using the changeset viewer.