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

« back to all changes in this revision

Viewing changes to avr/lib/avr5/atmega165/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:
41
41
AVR_TARGET          = atmega165
42
42
AVR_TARGET_CRT      = crtm165.o
43
43
AVR_TARGET_DEFS     = 
44
 
AVR_TARGET_CFLAGS   = -Os
 
44
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
45
45
AVR_TARGET_ASFLAGS  = 
46
46
AVR_INSTALL_DIR     = avr5
47
47