aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxxrt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-01-22 20:08:55 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-01-22 20:08:55 +0000
commit3c3df3660072cd50b44aa72cbe23b0ec3341aa26 (patch)
tree2a5bcd961e06e3f3c98c17a4bf6e4a13b6704e8b /lib/libcxxrt
parent55358ee0b1ba9816b30f30dd0717bff49f8deaaa (diff)
Diffstat (limited to 'lib/libcxxrt')
-rw-r--r--lib/libcxxrt/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile
index 16847f2ddb28..ffd835b71585 100644
--- a/lib/libcxxrt/Makefile
+++ b/lib/libcxxrt/Makefile
@@ -10,15 +10,15 @@ SHLIBDIR?= /lib
LIB= cxxrt
-SRCS+= libelftc_dem_gnu3.c\
- terminate.cc\
- dynamic_cast.cc\
- memory.cc\
- auxhelper.cc\
- exception.cc\
- stdexcept.cc\
- typeinfo.cc\
- guard.cc
+SRCS+= auxhelper.cc
+SRCS+= dynamic_cast.cc
+SRCS+= exception.cc
+SRCS+= guard.cc
+SRCS+= libelftc_dem_gnu3.c
+SRCS+= memory.cc
+SRCS+= stdexcept.cc
+SRCS+= terminate.cc
+SRCS+= typeinfo.cc
WARNS?= 0
CFLAGS+= -isystem ${SRCDIR} -nostdinc++