mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b467f8af41
commit
6c26da6c04
@ -625,7 +625,7 @@ endif
|
||||
# (defined by the user's project) and "LLVM" libs (defined
|
||||
# by the # LLVM project).
|
||||
#---------------------------------------------------------
|
||||
#some versions of gcc on alpha produce to many symbols, so use a .a file
|
||||
# Some versions of gcc on Alpha produce too many symbols, so use a .a file
|
||||
ifeq ($(ARCH),Alpha)
|
||||
USEDLIBS := $(subst LLVMCore, LLVMCore.a, $(USEDLIBS))
|
||||
LLVMLIBS := $(subst LLVMCore, LLVMCore.a, $(LLVMLIBS))
|
||||
|
Loading…
x
Reference in New Issue
Block a user