mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +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
|
$(TOOLDIR)/llee: Makefile
|
||||||
@$(ECHO) Constructing llee shell script
|
@$(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 $@
|
$(VERB) chmod u+x $@
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user