James Davies
James Davies
From config.log: ``` Guessing byte order | #include | #include | unsigned long foo = 0x8877665544332211; > cc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o try.o try.c > objdump -j .data -j .sdata...
Here are my config settings: ``` CFLAGS="-march=armv8-a -mcpu=cortex-a53 -O3 -fPIC --target=aarch64-linux-musl --sysroot=/path/to/aarch64/root/usr -resource-dir=/path/to/aarch64/root/usr/lib/clang/13.0.0 -fPIC" LDFLAGS="--sysroot=/path/to/aarch64/root/usr -L/path/to/aarch64/root/usr/lib" ./configure \ --prefix=/usr \ --build=powerpc64le-linux-musl \ --target=aarch64-linux-musl \ --sysroot=/path/to/aarch64/root \ -Des \ -Dvendorprefix=/usr \...
In this case there is no gcc present on the system. The same clang binary is used for both the host and the target. Here are the values for the...