Commit graph

3 commits

Author SHA1 Message Date
Joerg Wunsch
141add0eb6 Kill -Winline and -Werror, so this port stops from failing to build in
case today's compiler won't inline this or that function where the
author believed it could inline it.
2004-12-08 22:10:47 +00:00
Joerg Wunsch
71bf94a661 Don't use the ancient -m avrr85xx linker `emulation' option, binutils
2.15 doesn't provide it anymore.  Use -m avr2 instead now.

This patch is only required as a stop-gap measure, until the official
sources have fixed that.
2004-06-20 21:18:36 +00:00
Joerg Wunsch
b95a6324cc Remove `inline' from a function gcc 2.95 (in FreeBSD 4.x) warns that
it cannot inline it.  This caused the port build in FreeBSD 4.x to
break due to -Werror.

Submitted by:	Theodore A. Roth <troth@openavr.org>
2004-03-12 21:10:58 +00:00