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/src/kmk/kmkbuiltin/install.c

    r2678 r3062  
    7373#ifndef __HAIKU__
    7474# include <sysexits.h>
     75#endif
     76#ifdef __NetBSD__
     77# include <util.h>
     78# define strtofflags(a, b, c)   string_to_flags(a, b, c)
    7579#endif
    7680#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.