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

« back to all changes in this revision

Viewing changes to avr/lib/avr5/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:
46
46
   atmega165 \
47
47
   atmega165p \
48
48
   atmega168 \
 
49
   atmega168p \
49
50
   atmega169 \
50
51
   atmega169p \
51
52
   atmega16hva \
56
57
   atmega325p \
57
58
   atmega3250 \
58
59
   atmega3250p \
 
60
   atmega328p \
59
61
   atmega329 \
60
62
   atmega329p \
61
63
   atmega3290 \
75
77
   at90can32 \
76
78
   at90can64 \
77
79
   at90can128 \
 
80
   at90pwm216 \
 
81
   at90pwm316 \
78
82
   at90usb82 \
79
83
   at90usb162 \
80
84
   at90usb646 \
86
90
AVR_TARGET          = avr5
87
91
AVR_TARGET_CRT      = crtat94k.o
88
92
AVR_TARGET_DEFS     = -D__COMPILING_AVR_LIBC__
89
 
AVR_TARGET_CFLAGS   = -Os
 
93
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
90
94
AVR_TARGET_ASFLAGS  = 
91
95
AVR_INSTALL_DIR     = avr5
92
96