Changeset 2546 for trunk/kBuild
- Timestamp:
- Oct 1, 2011, 9:49:54 PM (14 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/env.sh
r2413 r2546 265 265 ;; 266 266 267 Haiku) 268 KBUILD_HOST=haiku 269 ;; 270 267 271 linux|Linux|GNU/Linux|LINUX) 268 272 KBUILD_HOST=linux … … 323 327 KBUILD_HOST_ARCH='amd64' 324 328 ;; 325 x86|i86pc|ia32|i[3456789]86 )329 x86|i86pc|ia32|i[3456789]86|BePC) 326 330 KBUILD_HOST_ARCH='x86' 327 331 ;; -
trunk/kBuild/header.kmk
r2537 r2546 189 189 # build types. (PORTME) 190 190 # 191 KBUILD_OSES := darwin dos dragonfly freebsd l4 linux netbsd nt openbsd os2 solaris win os-agnostic191 KBUILD_OSES := darwin dos dragonfly freebsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic 192 192 KBUILD_ARCHES := x86 amd64 sparc32 sparc64 s390 s390x ppc32 ppc64 mips32 mips64 ia64 hppa32 hppa64 arm alpha 193 193
Note:
See TracChangeset
for help on using the changeset viewer.