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/rm.c

    r2995 r3062  
    6666#ifdef __HAIKU__
    6767# include "haikufakes.h"
     68#endif
     69#ifdef __NetBSD__
     70# include <util.h>
     71# define fflagstostr(flags)     flags_to_string(flags, "")
    6872#endif
    6973#ifdef KBUILD_OS_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.