From 02083d1e3d82898197966ae1117d89eed9e4e22b Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Mon, 17 Jun 2019 16:31:40 +0200 Subject: Dans test/mppa : changer k1-mbr-gcc en k1-cos-gcc --- test/mppa/interop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/mppa/interop') diff --git a/test/mppa/interop/Makefile b/test/mppa/interop/Makefile index a405ebd6..e615e89a 100644 --- a/test/mppa/interop/Makefile +++ b/test/mppa/interop/Makefile @@ -1,4 +1,6 @@ -K1CC ?= k1-mbr-gcc +SHELL := /bin/bash + +K1CC ?= k1-cos-gcc CC ?= gcc CCOMP ?= ccomp CFLAGS ?= -O2 -Wno-varargs -- cgit