From 447552ca4c3d4e1a881a77033b4180f604b0c7c0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 29 Apr 2011 18:27:50 +0000 Subject: [PATCH] Add the mipsn32eb TARGET_ARCH to the list of mips targets for the XLRN32 kernel config. Reviewed by: imp, jmallet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 272bae0a7286..9af12a32942a 100644 --- a/Makefile +++ b/Makefile @@ -325,7 +325,7 @@ toolchains: .if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets) TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v TARGET_ARCHES_arm?= arm armeb -TARGET_ARCHES_mips?= mipsel mipseb mips64el mips64eb +TARGET_ARCHES_mips?= mipsel mipseb mips64el mips64eb mipsn32eb TARGET_ARCHES_powerpc?= powerpc powerpc64 TARGET_ARCHES_pc98?= i386 TARGET_ARCHES_sun4v?= sparc64