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