diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-13 09:01:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-12-13 09:01:45 +0000 |
commit | 12652d3cf23b711a66c1c36d1c991c9216848d1b (patch) | |
tree | c58b9747e8a922fdefcade5ad25ebb0db65ef9ef | |
parent | 65ee731b75c4fc24b2a73b32cc081704fc0b6063 (diff) | |
download | skalibs-12652d3cf23b711a66c1c36d1c991c9216848d1b.tar.xz |
Make it werk
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |