Changeset 3062 for trunk/kBuild/header.kmk
- Timestamp:
- Sep 30, 2017, 1:26:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r3061 r3062 197 197 # build types. (PORTME) 198 198 # 199 KBUILD_OSES := darwin dos dragonfly freebsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic 200 KBUILD_ARCHES := x86 amd64 sparc32 sparc64 s390 s390x ppc32 ppc64 mips32 mips64 ia64 hppa32 hppa64 arm alpha noarch 201 KBUILD_ARCHES_64 := amd64 sparc64 s390x ppc64 mips64 ia64 hppa64 alpha 202 KBUILD_ARCHES_32 := x86 sparc32 s390 ppc32 mips32 hppa32 arm 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 201 KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 s390x sh64 sparc64 202 KBUILD_ARCHES_32 := x86 arm32 hppa32 mips32 ppc32 s390 sh32 sparc32 203 203 204 204 205 … … 602 603 HOST_PATH_SEP := $(SEMICOLON) 603 604 604 else if1of ($(KBUILD_HOST), freebsd dragonflylinux openbsd netbsd)605 else if1of ($(KBUILD_HOST), dragonfly freebsd gnukfbsd gnuknbsd linux openbsd netbsd) 605 606 # Unix (like) systems with wine. 606 607 EXEC_X86_WIN32 := wine … … 648 649 SUFF_DLL := .so 649 650 SUFF_EXE := 650 if1of ($(KBUILD_TARGET), dragonfly freebsd linux netbsd openbsd) ## @todo check netbsd and openbsd.651 if1of ($(KBUILD_TARGET), dragonfly freebsd gnukfbsd gnuknbsd linux netbsd openbsd) ## @todo check netbsd, gnuknbsd and openbsd. 651 652 SUFF_SYS := .ko 652 653 else … … 1382 1383 KBUILD_LIB_SEARCH_SUBS := lib/ 1383 1384 1384 else if1of ($(KBUILD_TARGET), freebsd netbsdopenbsd dragonfly)1385 else if1of ($(KBUILD_TARGET), freebsd openbsd dragonfly) 1385 1386 KBUILD_LIB_SEARCH_ROOTS := \ 1386 1387 / \ … … 1389 1390 KBUILD_LIB_SEARCH_SUBS := lib/ 1390 1391 1391 else ifeq ($(KBUILD_TARGET),linux) 1392 else ifeq ($(KBUILD_TARGET),netbsd) 1393 KBUILD_LIB_SEARCH_ROOTS := \ 1394 / \ 1395 /usr/ \ 1396 /usr/pkg/ \ 1397 /usr/local/ 1398 KBUILD_LIB_SEARCH_SUBS := lib/ 1399 1400 else if1of ($(KBUILD_TARGET), gnukfbsd gnuknbsd linux) 1392 1401 ifeq ($(realpath /bin),/usr/bin) 1393 1402 KBUILD_LIB_SEARCH_ROOTS := \
Note:
See TracChangeset
for help on using the changeset viewer.