K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-03-16T13:26:27.000000Z K 7 svn:log V 464 Finally get the avr-gcc port really compile on the alpha architecture, by forcing the CFLAGS to -O -pipe. Somehow, the alpha build always tries to enforce a particular -mcpu=ev4 flag which of course cannot be understood by the (AVR) xgcc later on. This looks to me like a bug in the cross-compilation environment of gcc, but i'm tired of actually finding the bug. The compiled result of avr-gcc MD5 compares equal to something build from an IA32 host platform. END