Changeset 3062 for trunk/Config.kmk


Ignore:
Timestamp:
Sep 30, 2017, 1:26:21 PM (8 years ago)
Author:
bird
Message:

netbsd patches from Uwe. Messing around on arm (arm -> arm32, adding arm64); Adding GNU/kFreeBSD and GNU/kNetBSD to the OS list. Added SuperH to archs. Recognize ppc64le as ppc64 in env.sh. Misc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2870 r3062  
    373373TEMPLATE_BIN-THREADED_EXTENDS = BIN
    374374TEMPLATE_BIN-THREADED_EXTENDS_BY = appending
    375 if1of ($(KBUILD_TARGET), dragonfly freebsd linux openbsd)
     375if1of ($(KBUILD_TARGET), dragonfly freebsd gnukfbsd gnuknbsd linux netbsd openbsd)
    376376 TEMPLATE_BIN-THREADED_LIBS = pthread
    377377endif
Note: See TracChangeset for help on using the changeset viewer.