~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to avr/lib/avr51/atmega1284p/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
AVR_TARGET          = atmega1284p
42
42
AVR_TARGET_CRT      = crtm1284p.o
43
43
AVR_TARGET_DEFS     = 
44
 
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
 
44
AVR_TARGET_CFLAGS   = -Os $(FNO_JUMP_TABLES)
45
45
AVR_TARGET_ASFLAGS  = 
46
46
AVR_INSTALL_DIR     = avr51
47
47