From 66cddcd920dd7b56c9607cb787491117b766e8ef Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 19 Jun 2019 17:47:22 +0200 Subject: avoid problems with int128 --- test/monniaux/BearSSL/conf/KalrayCompCert.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/BearSSL') diff --git a/test/monniaux/BearSSL/conf/KalrayCompCert.mk b/test/monniaux/BearSSL/conf/KalrayCompCert.mk index 9c0e951c..9b34eed2 100644 --- a/test/monniaux/BearSSL/conf/KalrayCompCert.mk +++ b/test/monniaux/BearSSL/conf/KalrayCompCert.mk @@ -37,7 +37,7 @@ RM = rm -f MKDIR = mkdir -p # C compiler and flags. -CC = ../../../ccomp -fstruct-passing +CC = ../../../ccomp -fstruct-passing -fpostpass= ilp -U__SIZEOF_INT128__ -U__SIZEOF_FLOAT128__ CFLAGS = -W -Wall -Wno-c11-extensions -O3 -D_POSIX_C_SOURCE=200909L CCOUT = -c -o -- cgit