commit 12652d3cf23b711a66c1c36d1c991c9216848d1b
parent 65ee731b75c4fc24b2a73b32cc081704fc0b6063
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Wed, 13 Dec 2023 09:01:45 +0000
Make it werk
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -247,7 +247,7 @@ EOF
k=`echo $j | tr '[:lower:]' '[:upper:]'`
cat > "$tmpc" <<EOF
#include <sys/isa_defs.h>
-int a = _${k}_ENDIAN ;
+int a = _${k}_ENDIAN +1 ;
EOF
if trybasic "$tmpc" ; then
echo "endianness: $j" >> "$sysdeps/sysdeps"