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

« back to all changes in this revision

Viewing changes to avr/lib/avrxmega5/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:
42
42
AVR_TARGET          = avrxmega5
43
43
AVR_TARGET_CRT      = crtx64a1.o
44
44
AVR_TARGET_DEFS     = -D__COMPILING_AVR_LIBC__
45
 
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
 
45
AVR_TARGET_CFLAGS   = -Os $(FNO_JUMP_TABLES)
46
46
AVR_TARGET_ASFLAGS  = 
47
47
AVR_INSTALL_DIR     = avrxmega5
48
48
 
50
50
 
51
51
if HAS_avrxmega5
52
52
 
 
53
AVRLIB_DEVLIST =
 
54
if HAS_atxmega64a1
 
55
  AVRLIB_DEVLIST += atxmega64a1
 
56
endif   # atxmega64a1
 
57
 
53
58
# NOTE: Automake will be performing the following include, not GNU Make.
54
59
# Automake will also be scanning the included file.
55
60