tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: m68k build failure for 68040



Martin Husemann wrote:
>On Mon, May 11, 2015 at 04:43:18PM +0100, Robert Swindells wrote:
>> 
>> Doing a build of current for mac68k with -m68040 defined in mk.conf I
>> get the following error. It used to be possible to do an 040 build.
>
>What exactly are you doing? Accidently dropped all optimizations?

I had got this in mk.conf:

.if ${MACHINE_ARCH} == m68k
COPTS+= -m68040
LDFLAGS+= -m68040
.endif


Home | Main Index | Thread Index | Old Index