mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-18 12:27:55 +00:00
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20789 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,7 +21,7 @@ BYTECODE_LIBRARY = 1
|
|||||||
LIBRARYNAME = crtend
|
LIBRARYNAME = crtend
|
||||||
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
||||||
|
|
||||||
# Note: We're using FAKE_SOURCES because the comp_*.c don't really exists.
|
# Note: We're using FAKE_SOURCES because the comp_*.c don't really exist.
|
||||||
# However this makefile builds comp_*.bc and that's what we want in the library.
|
# However this makefile builds comp_*.bc and that's what we want in the library.
|
||||||
# The FAKE_SOURCES variable supports this kind of construction. It uses the
|
# The FAKE_SOURCES variable supports this kind of construction. It uses the
|
||||||
# FAKE_SOURCES to determine a list of things to build, but doesn't use
|
# FAKE_SOURCES to determine a list of things to build, but doesn't use
|
||||||
|
Reference in New Issue
Block a user