summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2015-02-05 03:56:49 +0000
committerjhibbits <jhibbits@FreeBSD.org>2015-02-05 03:56:49 +0000
commit607b4e91ba9ae6ed7256bed8b120415048f66643 (patch)
treea2c78a6a1d6f2cf3a62ffbe7b27641b9f3b01c52 /lib/csu
parentbf625afa44d0d15e87e805ea5abe991328acc988 (diff)
downloadFreeBSD-src-607b4e91ba9ae6ed7256bed8b120415048f66643.zip
FreeBSD-src-607b4e91ba9ae6ed7256bed8b120415048f66643.tar.gz
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
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/powerpc64/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/csu/powerpc64/Makefile b/lib/csu/powerpc64/Makefile
index 123391e..dd6e9fb 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}
OpenPOWER on IntegriCloud