~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to avr/lib/avr3/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-12-29 16:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20071229162003-xx0w1lyakuvfwrhm
Tags: upstream-1.4.7
ImportĀ upstreamĀ versionĀ 1.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
AVR_TARGET          = avr3
47
47
AVR_TARGET_CRT      = crt76711.o
48
48
AVR_TARGET_DEFS     = -D__COMPILING_AVR_LIBC__
49
 
AVR_TARGET_CFLAGS   = -Os
50
 
AVR_TARGET_ASFLAGS  = -DOPTIMIZE_SPEED
 
49
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
 
50
AVR_TARGET_ASFLAGS  = 
51
51
AVR_INSTALL_DIR     = avr3
52
52
 
53
53
VPATH = $(top_srcdir)/crt1:$(top_srcdir)/libc/stdlib:$(top_srcdir)/libc/pmstring:$(top_srcdir)/libc/string:$(top_srcdir)/libc/misc:$(top_srcdir)/libc/stdio:$(top_srcdir)/libm/fplib