From 4f5ec2ec310a78940b29f18e51dd598a9dfe401d Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 9 Nov 2018 15:17:52 +0100 Subject: Fixing k1-gcc becoming k1-mbr-gcc --- test/mppa/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mppa/lib') diff --git a/test/mppa/lib/Makefile b/test/mppa/lib/Makefile index 7aeab9f3..74e7ca8b 100644 --- a/test/mppa/lib/Makefile +++ b/test/mppa/lib/Makefile @@ -2,7 +2,7 @@ prng-test-x86: prng.c gcc -D__UNIT_TEST_PRNG__ -O2 -std=c99 $< -o $@ prng-test-k1c: prng.c - k1-gcc -D__UNIT_TEST_PRNG__ -O2 -std=c99 $< -o $@ + k1-mbr-gcc -D__UNIT_TEST_PRNG__ -O2 -std=c99 $< -o $@ .PHONY: test: test-x86 test-k1c -- cgit