harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit acaff474b0f0736b85bc6a16c53204146b396b96
parent 6bc85c5c7b8ea43345e0d95423e3ada8156e1eb5
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 22 Jan 2021 12:04:55 -0500

Export HARECACHE for builds

Diffstat:
Mtests/configure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/configure b/tests/configure @@ -24,7 +24,7 @@ tests() { cat <<EOF tests/$t: libhart.a tests/$t.ha @printf 'HAREC\t%s\t$@\n' "tests/$t" - @./harec -o tests/$t.ssa tests/$t.ha + @HARECACHE=\$(HARECACHE) ./harec -o tests/$t.ssa tests/$t.ha @\$(QBE) -o tests/$t.s tests/$t.ssa @\$(AS) -o tests/$t.o tests/$t.s @\$(LD) -o tests/$t $rtstart tests/$t.o libhart.a