mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Make sure to create the directory before we cram a .bc file into it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7864 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d11df3c205
commit
af06a08584
@ -48,6 +48,7 @@
|
|||||||
# For building,
|
# For building,
|
||||||
# LLVM, LLVM_SRC_ROOT = BUILD_SRC_ROOT, and
|
# LLVM, LLVM_SRC_ROOT = BUILD_SRC_ROOT, and
|
||||||
# LLVM_OBJ_ROOT = BUILD_OBJ_ROOT.
|
# LLVM_OBJ_ROOT = BUILD_OBJ_ROOT.
|
||||||
|
#
|
||||||
#===-----------------------------------------------------------------------====
|
#===-----------------------------------------------------------------------====
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -537,7 +538,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
# Rule for building bytecode libraries.
|
# Rule for building bytecode libraries.
|
||||||
$(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs)
|
$(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs) $(DESTLIBBYTECODE)/.dir
|
||||||
@echo ======= Linking $(LIBRARYNAME) bytecode library =======
|
@echo ======= Linking $(LIBRARYNAME) bytecode library =======
|
||||||
$(VERB) $(LinkBCLib) -o $@ $(ObjectsBC) $(LibSubDirs) $(LibLinkOpts)
|
$(VERB) $(LinkBCLib) -o $@ $(ObjectsBC) $(LibSubDirs) $(LibLinkOpts)
|
||||||
#
|
#
|
||||||
@ -660,7 +661,6 @@ STATICUSEDLIBS := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS)))
|
|||||||
USED_LIB_PATHS_G := $(addprefix $(DESTLIBDEBUG)/, $(STATICUSEDLIBS))
|
USED_LIB_PATHS_G := $(addprefix $(DESTLIBDEBUG)/, $(STATICUSEDLIBS))
|
||||||
USED_LIB_PATHS_O := $(addprefix $(DESTLIBRELEASE)/, $(STATICUSEDLIBS))
|
USED_LIB_PATHS_O := $(addprefix $(DESTLIBRELEASE)/, $(STATICUSEDLIBS))
|
||||||
USED_LIB_PATHS_P := $(addprefix $(DESTLIBPROFILE)/, $(STATICUSEDLIBS))
|
USED_LIB_PATHS_P := $(addprefix $(DESTLIBPROFILE)/, $(STATICUSEDLIBS))
|
||||||
#LINK_OPTS := $(TOOLLINKOPTS) $(PLATFORMLINKOPTS)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libtool link options:
|
# Libtool link options:
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
# For building,
|
# For building,
|
||||||
# LLVM, LLVM_SRC_ROOT = BUILD_SRC_ROOT, and
|
# LLVM, LLVM_SRC_ROOT = BUILD_SRC_ROOT, and
|
||||||
# LLVM_OBJ_ROOT = BUILD_OBJ_ROOT.
|
# LLVM_OBJ_ROOT = BUILD_OBJ_ROOT.
|
||||||
|
#
|
||||||
#===-----------------------------------------------------------------------====
|
#===-----------------------------------------------------------------------====
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -537,7 +538,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
# Rule for building bytecode libraries.
|
# Rule for building bytecode libraries.
|
||||||
$(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs)
|
$(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs) $(DESTLIBBYTECODE)/.dir
|
||||||
@echo ======= Linking $(LIBRARYNAME) bytecode library =======
|
@echo ======= Linking $(LIBRARYNAME) bytecode library =======
|
||||||
$(VERB) $(LinkBCLib) -o $@ $(ObjectsBC) $(LibSubDirs) $(LibLinkOpts)
|
$(VERB) $(LinkBCLib) -o $@ $(ObjectsBC) $(LibSubDirs) $(LibLinkOpts)
|
||||||
#
|
#
|
||||||
@ -660,7 +661,6 @@ STATICUSEDLIBS := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS)))
|
|||||||
USED_LIB_PATHS_G := $(addprefix $(DESTLIBDEBUG)/, $(STATICUSEDLIBS))
|
USED_LIB_PATHS_G := $(addprefix $(DESTLIBDEBUG)/, $(STATICUSEDLIBS))
|
||||||
USED_LIB_PATHS_O := $(addprefix $(DESTLIBRELEASE)/, $(STATICUSEDLIBS))
|
USED_LIB_PATHS_O := $(addprefix $(DESTLIBRELEASE)/, $(STATICUSEDLIBS))
|
||||||
USED_LIB_PATHS_P := $(addprefix $(DESTLIBPROFILE)/, $(STATICUSEDLIBS))
|
USED_LIB_PATHS_P := $(addprefix $(DESTLIBPROFILE)/, $(STATICUSEDLIBS))
|
||||||
#LINK_OPTS := $(TOOLLINKOPTS) $(PLATFORMLINKOPTS)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libtool link options:
|
# Libtool link options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user