• Butterfly
    Butterfly
    munk
    Posts: 94 from 2006/3/27
    Quote:

    Intuition wrote:
    Code:
    echo "# !Automatically generated from ../../libiberty/functions.def"

    Any ideas?

    Modifiying functions.def is only necessary for GCC 2.95.x.

    Quote:


    Building gcc 2.95.3 for OSX is even more sanity destroying. :/

    The problem is not the host system, but the GCC version. 2.95.x does not like building on a 64-bit host system. Especially the ppc backend has its problems. Apparently even Apple did not build 2.95.x as a 64-bit executable. However, building as a 32-bit target using -m32 in $(CC) could work.
  • »04.05.15 - 17:15
    Profile