mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Removal of more unnecesary stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1557 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e21206268d
commit
747604218f
@ -66,14 +66,10 @@ clean ::
|
||||
$(LLC) -f -trace $(LLCFLAGS) $<
|
||||
|
||||
|
||||
## FIXME: LIBS should be specified, not hardcoded to -lm
|
||||
#Output/%.native: %.c Output/.dir
|
||||
# $(NATGCC) $+ -lm -o $@
|
||||
|
||||
Output/%.ll: %.c $(LCC) Output/.dir
|
||||
$(LCC) $(LCFLAGS) -S $< -o $@
|
||||
|
||||
%.bc: %.ll $(LAS)
|
||||
Output/%.bc: Output/%.ll $(LAS)
|
||||
$(LAS) $< -o $@
|
||||
|
||||
#%.s: %.linked.bc
|
||||
@ -91,10 +87,10 @@ Output/%.ll: %.c $(LCC) Output/.dir
|
||||
%.o: %.c
|
||||
|
||||
## The next two rules are for disassembling an executable or an object file
|
||||
%.dis: %
|
||||
$(DIS) $< > $@
|
||||
#%.dis: %
|
||||
# $(DIS) $< > $@
|
||||
|
||||
%.dis: %.o
|
||||
$(DIS) $< > $@
|
||||
#%.dis: %.o
|
||||
# $(DIS) $< > $@
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user