summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-03-10 06:49:43 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-03-10 06:49:43 +0000
commitda759cfa320d5076b075d15ff3f00ab3ba5634fd (patch)
tree50a6a634c078958a72f3bcfcf200d3e303eef0c8 /lib/csu
parent2ac6b71f317a01bc13ccac316c43513c36e6d670 (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/arm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile
index 8a251f8ca09e8..0ed077e635ad7 100644
--- a/lib/csu/arm/Makefile
+++ b/lib/csu/arm/Makefile
@@ -8,7 +8,6 @@ OBJS+= Scrt1.o gcrt1.o
CFLAGS+= -I${.CURDIR:H}/common \
-I${SRCTOP}/lib/libc/include
CFLAGS+= -DCRT_IRELOC_SUPPRESS
-STATIC_CFLAGS+= -mlong-calls
FILES= ${OBJS}
FILESMODE= ${LIBMODE}