mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
LLEE execve() wrapper library has changed its name and location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88560c3a42
commit
a6ad12d4fa
@ -17,7 +17,7 @@ llee: $(TOOLDIR)/llee
|
||||
|
||||
$(TOOLDIR)/llee: Makefile
|
||||
@$(ECHO) Constructing llee shell script
|
||||
$(VERB) echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
|
||||
$(VERB) echo exec env LD_PRELOAD=$(LIBDIR)/libLLVMexecve$(SHLIBEXT) $$\* > $@
|
||||
$(VERB) chmod u+x $@
|
||||
|
||||
clean::
|
||||
|
Loading…
Reference in New Issue
Block a user