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
This commit is contained in:
Justin Hibbits 2015-02-05 03:56:49 +00:00
parent 0c56c4f1ab
commit 35eeacca92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278231

View File

@ -9,6 +9,9 @@ CFLAGS+= -I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include \
-mlongcall
CC:= gcc
COMPILER_TYPE:= gcc
all: ${OBJS}
CLEANFILES= ${OBJS}