From: Greg C. <cha...@wi...> - 2025-06-09 21:59:55
|
I'm trying to troubleshoot a very massive headache with the gcc driver on alpha, so I gave this a shot and found out the platform isn't supported. I can find no listing of what is and isn't suported outside of the configure script itself. (Should maybe be in the FAQ?) It looks like just about every platform except alpha is supported, so how much work is it to get a new platform supported (not sure how much needs to be added/modified)? /tmp/valgrind-3.25.1# ./configure --host=alpha-linux-gnu --target=alpha-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for alpha-linux-gnu-strip... alpha-linux-gnu-strip checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking for alpha-linux-gnu-gcc... alpha-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether alpha-linux-gnu-gcc accepts -g... yes checking for alpha-linux-gnu-gcc option to enable C11 features... none needed checking whether alpha-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of alpha-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... alpha-linux-gnu-gcc -E checking for alpha-linux-gnu-g++... alpha-linux-gnu-g++ checking whether the compiler supports GNU C++... yes checking whether alpha-linux-gnu-g++ accepts -g... yes checking for alpha-linux-gnu-g++ option to enable C++11 features... none needed checking dependency style of alpha-linux-gnu-g++... gcc3 checking for alpha-linux-gnu-ranlib... alpha-linux-gnu-ranlib checking for gcc-ranlib... /usr/bin/gcc-ranlib checking for a sed that does not truncate output... /usr/bin/sed checking for gsha256sum... no checking for sha256sum... sha256sum checking for ar... /usr/bin/ar checking for gcc-ar... /usr/bin/gcc-ar checking for perl... /usr/bin/perl checking for gdb... /usr/bin/gdb checking dependency style of alpha-linux-gnu-gcc... gcc3 checking for diff -u... yes checking for a supported version of gcc... ok (14.2.0) checking build system type... x86_64-pc-linux-gnu checking host system type... alpha-unknown-linux-gnu checking for a supported CPU... no (alpha) configure: error: Unsupported host architecture. Sorry |