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.