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:
parent
0c56c4f1ab
commit
35eeacca92
@ -9,6 +9,9 @@ CFLAGS+= -I${.CURDIR}/../common \
|
|||||||
-I${.CURDIR}/../../libc/include \
|
-I${.CURDIR}/../../libc/include \
|
||||||
-mlongcall
|
-mlongcall
|
||||||
|
|
||||||
|
CC:= gcc
|
||||||
|
COMPILER_TYPE:= gcc
|
||||||
|
|
||||||
all: ${OBJS}
|
all: ${OBJS}
|
||||||
|
|
||||||
CLEANFILES= ${OBJS}
|
CLEANFILES= ${OBJS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user