06-25-2003, 08:07 AM
found some useful Configuration and Build FAQ's that are under the INSTALL directory. Reading the specific configuration page, it suggests that for NeXT's OS, you should be doing:
[*]cd objdir
[*]make all-texinfo all-bison all-byacc all-binutils all-gas all-ld
[*]cd gcc
[*]make bootstrap
[*]make install-headers-tar
[*]cd ..
[*]make bootstrap3
The same *might* be true for backwards compatibility... testing now.
[*]cd objdir
[*]make all-texinfo all-bison all-byacc all-binutils all-gas all-ld
[*]cd gcc
[*]make bootstrap
[*]make install-headers-tar
[*]cd ..
[*]make bootstrap3
The same *might* be true for backwards compatibility... testing now.