https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
--- Comment #170 from Peter Dyballa <Peter_Dyballa at web dot de> --- (In reply to Iain Sandoe from comment #167) > (In reply to Peter Dyballa from comment #166) > > (In reply to Iain Sandoe from comment #162) > > > > > no I mean minimising the configure options, > > > > Or do you mean using more defaults and less MacPorts specifics, which I did > > not reduce yet (because I do not know what I would change). > > yes .. that's what I mean - GCC does not require macports to build - so you > should be able to reduce the dependencies to 0 Starting simply with: env PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/local/lib/pkgconfig PATH=/bin:/usr/bin:/sbin:/usr/sbin:/opt/local/libexec/gcc10-bootstrap/bin ../gcc-16-branch-gcc-16-1-darwin/configure CC=powerpc-apple-darwin9-gcc CXX=powerpc-apple-darwin9-c++ with the latter two specifying the compilers from MacPorts' gcc10-bootstrap port. The system uses: lrwxr-xr-x 1 root wheel 7 2 Dez 2013 c++ -> c++-4.2 -rwxr-xr-x 1 root wheel 93088 5 Feb 2009 c++-4.0 -rwxr-xr-x 1 root wheel 105680 7 Jul 2009 c++-4.2 lrwxr-xr-x 1 root wheel 7 2 Dez 2013 cc -> gcc-4.2 lrwxr-xr-x 1 root wheel 7 2 Dez 2013 g++ -> g++-4.2 -rwxr-xr-x 1 root wheel 93088 5 Feb 2009 g++-4.0 -rwxr-xr-x 1 root wheel 105680 7 Jul 2009 g++-4.2 lrwxr-xr-x 1 root wheel 7 2 Dez 2013 gcc -> gcc-4.2 -rwxr-xr-x 1 root wheel 93088 5 Feb 2009 gcc-4.0 -rwxr-xr-x 1 root wheel 105680 7 Jul 2009 gcc-4.2 -rwxr-xr-x 1 root wheel 373504 5 Feb 2009 i686-apple-darwin9-g++-4.0.1 -rwxr-xr-x 1 root wheel 513344 7 Jul 2009 i686-apple-darwin9-g++-4.2.1 -rwxr-xr-x 1 root wheel 369408 5 Feb 2009 i686-apple-darwin9-gcc-4.0.1 -rwxr-xr-x 1 root wheel 505120 7 Jul 2009 i686-apple-darwin9-gcc-4.2.1 lrwxr-xr-x 1 root wheel 31 2 Jan 2016 llvm-g++ -> /Developer/usr/bin/llvm-g++-4.2 lrwxr-xr-x 1 root wheel 31 2 Jan 2016 llvm-gcc -> /Developer/usr/bin/llvm-gcc-4.2 -rwxr-xr-x 1 root wheel 377616 5 Feb 2009 powerpc-apple-darwin9-g++-4.0.1 -rwxr-xr-x 1 root wheel 513344 7 Jul 2009 powerpc-apple-darwin9-g++-4.2.1 -rwxr-xr-x 1 root wheel 369408 5 Feb 2009 powerpc-apple-darwin9-gcc-4.0.1 -rwxr-xr-x 1 root wheel 513344 7 Jul 2009 powerpc-apple-darwin9-gcc-4.2.1
