Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / cross / COMMON / netbsd.mk
blob524b55b1ab1c46cae576cf99daea5dc119eaf69b
1 # $NetBSD: netbsd.mk,v 1.1 1998/08/12 02:42:29 tv Exp $
3 # Definitions for building a cross-compile environment for a NetBSD target.
5 # If the MACHINE_ARCH matches the package target, we can use a special
6 # "shortcut" hack that makes use of the native compiler with a bundle of
7 # includes and libraries for the target version of NetBSD. Otherwise, or
8 # if USE_EGCS_FOR_NATIVE is set in mk.conf, we use the standard egcs+binutils
9 # cross setup. (For now, we just use egcs.)
11 #.include "../../mk/bsd.prefs.mk"
12 #.if defined(USE_EGCS_FOR_NATIVE) || (${MACHINE_ARCH} != ${TARGET_ARCH})
13 .include "../COMMON/cross.mk"
14 #.else
15 #.endif