mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fix some typos in the Makefile.rules.
Patch contributed by Vladimer Merzliakov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05dd08fb0a
commit
f8f5740a37
@ -329,7 +329,7 @@ endif
|
||||
|
||||
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
|
||||
|
||||
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
||||
LD.Flags += -L$(LibDir) -L$(LLVMLibDir) $(LIBS)
|
||||
CPP.Flags += -I$(PROJ_OBJ_DIR) -I$(PROJ_SRC_DIR) \
|
||||
-I$(PROJ_OBJ_ROOT)/include \
|
||||
-I$(PROJ_SRC_ROOT)/include \
|
||||
@ -550,7 +550,7 @@ Module := $(LibDir)/$(MODULE_NAME).bc
|
||||
LinkModule := $(LLVMGCCWITHPATH) -shared -nostdlib
|
||||
|
||||
ifdef EXPORTED_SYMBOL_FILE
|
||||
LinkMOdule += -Xlinker -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE)
|
||||
LinkModule += -Xlinker -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE)
|
||||
endif
|
||||
|
||||
$(Module): $(BUILT_SOURCES) $(ObjectsBC) $(LibDir)/.dir $(GCCLD)
|
||||
@ -1280,7 +1280,7 @@ $(DistZip) : $(TopDistDir)/.makedistdir
|
||||
dist :: $(DistTarGZip) $(DistTarBZ2) $(DistZip)
|
||||
$(Echo) ===== DISTRIBUTION PACKAGING SUCESSFUL =====
|
||||
|
||||
DistCheckDir := $(LLVM_OBJ_ROOT)/_distcheckdir
|
||||
DistCheckDir := $(PROJ_OBJ_ROOT)/_distcheckdir
|
||||
|
||||
dist-check:: $(DistTarGZip)
|
||||
$(Echo) Checking distribution tar file.
|
||||
|
Loading…
Reference in New Issue
Block a user