diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-13 08:03:25 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-13 08:03:25 +0000 |
| commit | 2b768652db21fe81541d8fc78be5d4e62335ce85 (patch) | |
| tree | d128e7dd9abef3d252017470e67f671f044f7540 /llvm/projects/Stacker/test | |
| parent | 461a3648cc729bf479bac2232d550ce1752dba6c (diff) | |
| download | bcm5719-llvm-2b768652db21fe81541d8fc78be5d4e62335ce85.tar.gz bcm5719-llvm-2b768652db21fe81541d8fc78be5d4e62335ce85.zip | |
Update for llvm-gcc4 build.
llvm-svn: 32533
Diffstat (limited to 'llvm/projects/Stacker/test')
| -rw-r--r-- | llvm/projects/Stacker/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/test/Makefile b/llvm/projects/Stacker/test/Makefile index bb0ba05823e..52112cba200 100644 --- a/llvm/projects/Stacker/test/Makefile +++ b/llvm/projects/Stacker/test/Makefile @@ -42,7 +42,7 @@ test_each: $(TESTS) % : %.st Makefile testing.bc $(Echo) "Building $*" - $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend + $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -L$(LibDir) testing.bc : testing.st Makefile $(Echo) "Compiling $*" |

