mirror of
https://github.com/rui314/mold.git
synced 2024-12-28 19:04:27 +03:00
Rename input_files.cc object_file.cc
This commit is contained in:
parent
65402520a2
commit
88ff7b5040
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ TBB_LIBDIR=$(wildcard $(CURRENT_DIR)/oneTBB/build/linux_intel64_*_release/)
|
|||||||
CPPFLAGS=-g $(shell $(LLVM_CONFIG) --cxxflags) -IoneTBB/include -pthread -std=c++17 -O2
|
CPPFLAGS=-g $(shell $(LLVM_CONFIG) --cxxflags) -IoneTBB/include -pthread -std=c++17 -O2
|
||||||
LDFLAGS=$(shell $(LLVM_CONFIG) --ldflags) -L$(TBB_LIBDIR) -Wl,-rpath=$(TBB_LIBDIR) -fuse-ld=lld
|
LDFLAGS=$(shell $(LLVM_CONFIG) --ldflags) -L$(TBB_LIBDIR) -Wl,-rpath=$(TBB_LIBDIR) -fuse-ld=lld
|
||||||
LIBS=-pthread -ltbb -lcurses -Wl,--start-group $(LLVM_LIBS) -Wl,--end-group
|
LIBS=-pthread -ltbb -lcurses -Wl,--start-group $(LLVM_LIBS) -Wl,--end-group
|
||||||
OBJS=main.o writer.o input_files.o input_sections.o output_chunks.o output_file.o \
|
OBJS=main.o writer.o object_file.o input_sections.o output_chunks.o output_file.o \
|
||||||
mapfile.o
|
mapfile.o
|
||||||
|
|
||||||
mold: $(OBJS)
|
mold: $(OBJS)
|
||||||
|
Loading…
Reference in New Issue
Block a user