Ignore:
Timestamp:
Nov 20, 2008, 12:21:53 AM (17 years ago)
Author:
bird
Message:

kmk: Don't bootstrap with threads and disable them for FreeBSD.x86 since that doesn't work in my 6.3 jail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/Makefile.kmk

    r2089 r2091  
    214214#kmk_DEFS.solaris += HAVE_MALLINFO
    215215
    216 kmk_LIBS.freebsd = pthread
     216kmk_LIBS.freebsd.amd64 = pthread
     217kmk_DEFS.freebsd.x86 = CONFIG_WITHOUT_THREADS
    217218
    218219#
Note: See TracChangeset for help on using the changeset viewer.