From a789b94e986375a713263d7d7584ceaac01084f2 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 28 May 2019 15:13:46 +0200 Subject: adaptation pour k1c-cos --- test/monniaux/send_through/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/send_through/Makefile') diff --git a/test/monniaux/send_through/Makefile b/test/monniaux/send_through/Makefile index 9e5a0cfd..72b84654 100644 --- a/test/monniaux/send_through/Makefile +++ b/test/monniaux/send_through/Makefile @@ -4,7 +4,7 @@ send_through: send_through_gcc.k1c.o send_through_ccomp.k1c.o send_through_gcc.k1c.o send_through_ccomp.k1c.o: send_through.h send_through_gcc.k1c.o : send_through_gcc.c - k1-mbr-gcc -Wall -Wextra -std=c99 -Werror=implicit -c $< -o $@ + k1-cos-gcc -Wall -Wextra -std=c99 -Werror=implicit -c $< -o $@ send_through_ccomp.k1c.o : send_through_ccomp.c ../../../ccomp -Wall -fnone -fvararg-calls -c $< -o $@ -- cgit