Index: projects/mips64-clang/sys/boot/mips/Makefile =================================================================== --- projects/mips64-clang/sys/boot/mips/Makefile (revision 302904) +++ projects/mips64-clang/sys/boot/mips/Makefile (revision 302905) @@ -1,19 +1,18 @@ # $FreeBSD$ .include # +# clang is unable to compile this uboot code at this time +.if ${COMPILER_TYPE} == "gcc" +SUBDIR+= uboot +# # The BERI boot loader port works only on 64-bit MIPS; not a hard port to # 32-bit if someone is interested. Build on all 64-bit MIPS platforms to # ensure it gets adequate build-test coverage. # .if ${MACHINE_ARCH} == "mips64" SUBDIR+= beri .endif - -# -# clang is unable to compile this uboot code at this time -.if ${COMPILER_TYPE} == "gcc" -SUBDIR+= uboot .endif .include