Changeset 3556 in kBuild
- Timestamp:
- Feb 18, 2022 2:02:07 AM (3 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/env.sh
r3492 r3556 378 378 KBUILD_HOST_ARCH='ia64' 379 379 ;; 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 ;; 380 389 ppc32|ppc|powerpc) 381 390 KBUILD_HOST_ARCH='ppc32' … … 384 393 KBUILD_HOST_ARCH='ppc64' 385 394 ;; 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' 394 400 ;; 395 401 s390) -
trunk/kBuild/header.kmk
r3487 r3556 198 198 # 199 199 KBUILD_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 x32201 KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 s390x sh64 sparc64 x32202 KBUILD_ARCHES_32 := x86 arm32 hppa32 m68k mips32 ppc32 s390 sh32 sparc32200 KBUILD_ARCHES := x86 amd64 noarch alpha arm32 arm64 hppa32 hppa64 ia64 m68k mips32 mips64 ppc32 ppc64 riscv32 riscv64 s390 s390x sh32 sh64 sparc32 sparc64 x32 201 KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 riscv64 s390x sh64 sparc64 x32 202 KBUILD_ARCHES_32 := x86 arm32 hppa32 m68k mips32 ppc32 riscv32 s390 sh32 sparc32 203 203 204 204
Note:
See TracChangeset
for help on using the changeset viewer.