• MorphOS Developer
    Piru
    Posts: 576 from 2003/2/24
    From: finland, the l...
    MorphOS SDK includes gcc/c++ 4.4.5.

    If you wish to compile your particular project with gcc4 use this in makefile:
    CC=ppc-morphos-gcc-4
    CXX=ppc-morphos-c++-4
    CPP=ppc-morphos-cpp-4

    You can also use SDK:gccselect and SDK:gccselect4 to change the default compiler version if desired.

    Quote:

    AROS has GCC 4.2.4, so why is MorphOS SDK stuck with ancient 2.95.3?

    Surely AROS isn't stuck with ancient GCC 4.2.4? ;-)

    [ Edited by Piru 14.05.2012 - 06:31 ]
  • »14.05.12 - 07:17
    Profile