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

« back to all changes in this revision

Viewing changes to avr/lib/avr5/atmega6450/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.2.1 upstream) (8 intrepid)
  • mto: (4.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080810095916-7ku06pjsfia3hz16
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
AVR_TARGET          = atmega6450
42
42
AVR_TARGET_CRT      = crtm6450.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