mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 18:42:36 +00:00
Keep *.s files while we're debugging the native code.
Also, fix rule for $(LLCLIBS). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffbba0f325
commit
3bc29389c5
@ -5,8 +5,8 @@
|
||||
|
||||
.PHONY: clean default
|
||||
|
||||
## keep %.linked.bc from being deleted
|
||||
.PRECIOUS: %.linked.bc
|
||||
## keep %.linked.bc and %.s from being deleted while we're debugging
|
||||
.PRECIOUS: %.linked.bc %.s
|
||||
|
||||
|
||||
TOOLS = $(LEVEL)/tools/Debug
|
||||
@ -59,7 +59,7 @@ endif
|
||||
## Special target to force target-dependent library to be compiled
|
||||
## directly to native code.
|
||||
##
|
||||
$(LLCLIB):
|
||||
$(LLCLIB): $(LLCLIB:.o=.c)
|
||||
cd $(LEVEL)/test; $(MAKE) $(@F)
|
||||
|
||||
runtime.o: runtime.c
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
.PHONY: clean default
|
||||
|
||||
## keep %.linked.bc from being deleted
|
||||
.PRECIOUS: %.linked.bc
|
||||
## keep %.linked.bc and %.s from being deleted while we're debugging
|
||||
.PRECIOUS: %.linked.bc %.s
|
||||
|
||||
|
||||
TOOLS = $(LEVEL)/tools/Debug
|
||||
@ -59,7 +59,7 @@ endif
|
||||
## Special target to force target-dependent library to be compiled
|
||||
## directly to native code.
|
||||
##
|
||||
$(LLCLIB):
|
||||
$(LLCLIB): $(LLCLIB:.o=.c)
|
||||
cd $(LEVEL)/test; $(MAKE) $(@F)
|
||||
|
||||
runtime.o: runtime.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user