Greetings
I am trying to target gcc 4.4.0 running on HP-UX B.11.31 servers. There is no possibility of upgrading or replacing the server OS or the compiler.
gcc -v reports: Using built-in specs. Target: ia64-hp-hpux11.23 Configured with: /tmp/gcc-4.4.0.tar.gz/gcc-4.4.0/configure --host=ia64-hp-hpux11.23 --target=ia64-hp-hpux11.23 --build=ia64-hp-hpux11.23 --prefix=/opt/hp-gcc-4.4.0 --with-gnu-as --without-gnu-ld --enable-threads=posix --enable-languages=c,c++ --with-gmp=/proj/opensrc/be/ia64-hp-hpux11.23 --with-mpfr=/proj/opensrc/be/ia64-hp-hpux11.23 Thread model: posix gcc version 4.4.0 (GCC)
What is the best way to get Nim to emit C code that will compile with this very old version of gcc?
Thanks in advance, Vince