Sort SRCS in libcxxrt's Makefile, and use += to list sources
No functional change intended.
MFC after: 3 days
(cherry picked from commit 3c3df36600
)
This commit is contained in:
parent
d662a6c9ea
commit
cb31d2ea4c
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user