From 12652d3cf23b711a66c1c36d1c991c9216848d1b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 13 Dec 2023 09:01:45 +0000 Subject: Make it werk Signed-off-by: Laurent Bercot --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index db92f46..5d93d3f 100755 --- a/configure +++ b/configure @@ -247,7 +247,7 @@ EOF k=`echo $j | tr '[:lower:]' '[:upper:]'` cat > "$tmpc" < -int a = _${k}_ENDIAN ; +int a = _${k}_ENDIAN +1 ; EOF if trybasic "$tmpc" ; then echo "endianness: $j" >> "$sysdeps/sysdeps" -- cgit v1.2.3