I am trying to build libgloss but when I run make, I get a serie of message, related to a my 64 bits osx :
/libgloss/i386/cygmon-crt0.S:76:suffix or operands invalid for `push'
when I look a this file I get movl
and pushl
32 bits sequences. But I don't find the right the right option to add to make
in order to compile as 32 bits. Someone has an idea ? I googled it and I found some options but it didn't work (such like --32
...)