~abogani/ubuntu/lucid/avr-libc/avr-libc.fix-FTBFS

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-12-29 16:20:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071229162003-lyyrt60vipc9xbwm
Tags: 1:1.4.7-1
* New upstream release (closes: #410831, #420163, #421088, #452199, #394231)
* Replaced tetex packages with texlive in Build-Depends (closes:
  #427266)
* Now ignores returnstatus of pdflatex when generating docs to prevent
  the build processing from halting on latex warnings (closes:
  #427266)

Show diffs side-by-side

added added

removed removed

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