mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
change from clang to gcc when compiling testvector-generation executables
This commit is contained in:
parent
e2d2dbad10
commit
a0d0742227
@ -1,7 +1,7 @@
|
|||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
CFLAG = -Wall -g
|
CFLAG = -Wall -g
|
||||||
CC = clang
|
CC = gcc
|
||||||
|
|
||||||
all: fixBinMem silencePipe
|
all: fixBinMem silencePipe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user