From 35eeacca92b331c619f16187c0020c84491d8300 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Thu, 5 Feb 2015 03:56:49 +0000 Subject: [PATCH] powerpc64 csu needs to be built by gcc, so enforce that. With this change, world is one step closer to being clang-able. MFC after: 2 weeks --- lib/csu/powerpc64/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/csu/powerpc64/Makefile b/lib/csu/powerpc64/Makefile index 123391e12a55..dd6e9fb2b501 100644 --- a/lib/csu/powerpc64/Makefile +++ b/lib/csu/powerpc64/Makefile @@ -9,6 +9,9 @@ CFLAGS+= -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include \ -mlongcall +CC:= gcc +COMPILER_TYPE:= gcc + all: ${OBJS} CLEANFILES= ${OBJS}