aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/ternary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/ternary/Makefile')
-rw-r--r--test/monniaux/ternary/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/monniaux/ternary/Makefile b/test/monniaux/ternary/Makefile
index b051b397..7b1fe155 100644
--- a/test/monniaux/ternary/Makefile
+++ b/test/monniaux/ternary/Makefile
@@ -1,7 +1,7 @@
include ../rules.mk
PRODUCTS=ternary.gcc.host.out ternary.ccomp.host.out \
- ternary.gcc.k1c.out ternary.ccomp.k1c.out \
+ ternary.gcc.o1.k1c.out ternary.gcc.k1c.out ternary.ccomp.k1c.out \
ternary.gcc.k1c.s ternary.ccomp.k1c.s
all: $(PRODUCTS)
@@ -17,6 +17,9 @@ ternary.gcc.host: ternary.gcc.host.o ../clock.gcc.host.o
ternary.gcc.k1c: ternary.gcc.k1c.o ../clock.gcc.k1c.o
$(K1C_CC) $(K1C_CFLAGS) $+ -o $@
+ternary.gcc.o1.k1c: ternary.gcc.o1.k1c.o ../clock.gcc.k1c.o
+ $(K1C_CC) $(K1C_CFLAGS_O1) $+ -o $@
+
ternary.ccomp.k1c: ternary.ccomp.k1c.o ../clock.gcc.k1c.o
$(K1C_CCOMP) $(K1C_CCOMPFLAGS) $+ -o $@