harec

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

commit c0c603df21e760a8463e8d6163196e4fe54ee68b
parent e35dfedfc91e1211bac026e16a174836958bada1
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu,  4 Feb 2021 11:56:12 -0500

tests/configure: use hare.sc linker script

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

diff --git a/tests/configure b/tests/configure @@ -29,7 +29,7 @@ tests/$t: libhart.a 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 + @\$(LD) -T rt/hare.sc -o tests/$t $rtstart tests/$t.o libhart.a @rm tests/$t.s tests/$t.ssa tests/$t.o check: tests/$t