Sort SRCS in libcxxrt's Makefile, and use += to list sources

No functional change intended.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2022-01-22 21:08:55 +01:00
parent 55358ee0b1
commit 3c3df36600

View File

@ -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++