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/frame_pointer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/monniaux/frame_pointer') diff --git a/test/monniaux/frame_pointer/Makefile b/test/monniaux/frame_pointer/Makefile index e10d9bd3..ff4b187d 100644 --- a/test/monniaux/frame_pointer/Makefile +++ b/test/monniaux/frame_pointer/Makefile @@ -2,13 +2,13 @@ whole : a.o b.o ../../../ccomp $+ -o $@ a.s : a.c - k1-mbr-gcc -std=c99 -Wall -S $< + k1-cos-gcc -std=c99 -Wall -S $< b.s : b.c ../../../ccomp -Wall -Wno-c11-extensions -S $< %.o : %.s - k1-mbr-gcc -c $< + k1-cos-gcc -c $< clean: -rm -f a.o b.o a.s b.s whole -- cgit