aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2017-03-07 02:17:38 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2017-03-07 02:17:38 +0000
commit90b44255492eccbfedc19da1695ef2eadb251789 (patch)
treeecc4018d9f9c5a36bc1d2a2454efa559242e0f49 /lib/csu
parent2dd9e369ef16509973dabb4ebb208a4943103a1c (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/powerpc64/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/csu/powerpc64/Makefile b/lib/csu/powerpc64/Makefile
index 104ab2064882..c560a2ff2651 100644
--- a/lib/csu/powerpc64/Makefile
+++ b/lib/csu/powerpc64/Makefile
@@ -9,16 +9,6 @@ CFLAGS+= -I${.CURDIR:H}/common \
-I${SRCTOP}/lib/libc/include \
-mlongcall
-# XXX: See the log for r232932 as to why the above -mlongcall is needed. Since
-# clang doesn't support -mlongcall, and testing shows a clang linked with a
-# clang-built csu segfaults, this must currently be compiled with gcc. Once
-# clang supports -mlongcall, or we get a fixed ld, this can be revisited.
-.include <bsd.compiler.mk>
-.if ${COMPILER_TYPE} != "gcc"
-CC:= gcc
-COMPILER_TYPE:= gcc
-.endif
-
FILES= ${OBJS}
FILESMODE= ${LIBMODE}
FILESOWN= ${LIBOWN}