I'm trying to build libpcc for my cross compiler. The error is as follows:
aw@aw-thinkpad:~/clone/pcc-libs$ ./configure --target=vax-dec-bsd
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... vax-dec-bsd
configure: error: 'vax-dec-bsd' is not (yet) supported by pcc-libs.
I'm trying to build libpcc for my cross compiler. The error is as follows: