From a6861b6adde4d0f5c0c2f9eae87758a348a44419 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 10 Jun 2017 15:36:04 -0400 Subject: [PATCH] build/ck.build.s390x: Explicitly define s390x. This is sticking to the idiom in Concurrency Kit, to safe-guard against freestanding (or non-Linux) targets with different conventions. --- build/ck.build.s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ck.build.s390x b/build/ck.build.s390x index 5abec30..2a91187 100644 --- a/build/ck.build.s390x +++ b/build/ck.build.s390x @@ -1 +1 @@ -CFLAGS+=-O2 +CFLAGS+=-O2 -D__s390x__