config/arch/ia64.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 22 23:04:57 2009 +0000 (2009-03-22)
branchnewlib
changeset 1361 7f00c31a3235
parent 1038 33f695f7773a
child 1345 27fec561af53
permissions -rw-r--r--
Allow broader dependency in generated config files:
- recognise '^# depends on ' pattern in config files
- use that pattern to generate appropriate dependency rules
- convert users of the old pattern to the new one

/branches/newlib/config/libc/eglibc.in | 2 1 1 0 +-
/branches/newlib/config/config.mk | 20 8 12 0 ++++++++------------
/branches/newlib/config/arch/sh.in | 2 1 1 0 +-
/branches/newlib/config/arch/ia64.in | 2 1 1 0 +-
/branches/newlib/config/arch/powerpc64.in | 2 1 1 0 +-
5 files changed, 12 insertions(+), 16 deletions(-)
     1 # ia64 specific config options
     2 # depends on EXPERIMENTAL
     3 
     4 config ARCH_ia64
     5     select ARCH_64
     6     select ARCH_SUPPORTS_BOTH_ENDIAN
     7     help
     8       The ia64 architecture, as defined by:
     9         http://www.intel.com/design/itanium/arch_spec.htm