mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Allow C++ programs to end in .cc. This allows C++ test programs in the
test suite to compile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b448b703f
commit
b1f5cfe0c4
@ -364,7 +364,8 @@ AR = ${AR_PATH} cq
|
||||
#
|
||||
ifndef Source
|
||||
Source := $(notdir $(ExtraSource) $(wildcard $(SourceDir)/*.cpp \
|
||||
$(SourceDir)/*.c $(SourceDir)/*.y $(SourceDir)/*.l))
|
||||
$(SourceDir)/*.cc $(SourceDir)/*.c $(SourceDir)/*.y \
|
||||
$(SourceDir)/*.l))
|
||||
endif
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user